Skip to content

Update Python dependencies#93

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/python-dependencies
Open

Update Python dependencies#93
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/python-dependencies

Conversation

@renovate

@renovate renovate Bot commented May 4, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
colorlog ==6.11.0==6.12.0 age confidence
ruff (source, changelog) ==0.15.22==0.16.0 age confidence
voluptuous ~=0.15.2~=0.16.0 age confidence

Release Notes

borntyping/python-colorlog (colorlog)

v6.12.0

Compare Source

What's Changed

Full Changelog: borntyping/python-colorlog@v6.11.0...v6.12.0

astral-sh/ruff (ruff)

v0.16.0

Compare Source

Released on 2026-07-23.

Check out the blog post for a migration
guide and overview of the changes!

Breaking changes
  • Ruff now enables a much larger set of rules by default (413, up from 59). See the blog post for
    more details and the new Default Rules page for a
    full listing of the enabled rules.

  • Ruff can now format Python code blocks in Markdown files and will do this by default. See the
    documentation for more details.

  • Ruff now supports ruff: ignore comments at the ends of lines, like noqa comments, or on the line preceding a diagnostic. For example, these both suppress an unused-import (F401) diagnostic:

    import math  # ruff: ignore[F401]
    
    # ruff: ignore[F401]
    import os
  • Fixes are now shown in check and format --check output:

    ruff format --check .
    unformatted: File would be reformatted
     --> try.md:1:1
      |
    1 | ```python
      - import   math
    2 + import math
    3 | ```
      |
    
    1 file would be reformatted

    This example also shows off the Markdown formatting.

  • format --check now supports the same output formats as the linter, including the github and
    gitlab outputs for rendering annotations in CI:

    ruff format --check --output-format github .
    ::error title=ruff (unformatted),file=try.md,line=2,col=8,endLine=2,endColumn=10::try.md:2:8: unformatted: File would be reformatted

    See the CLI help or documentation for the
    full list of supported formats.

  • The filename, location, end_location, fix.edits[].location, and fix.edits[].end_location
    fields in the JSON output format may now be null rather than defaulting to the empty string and
    row 1, column 1, respectively.

Stabilization

The following rules have been stabilized and are no longer in preview:

The following behaviors have been stabilized:

Preview features
  • [pyupgrade] Fix false positive with TypeVar default before Python 3.13 (UP040) (#​26888)
Bug fixes
  • [ruff] Fix missing check on unrecognized early bound (RUF016) (#​26986)
Rule changes
  • Insert a space after the colon in Ruff suppression comments (#​27123)
Performance
  • [pyupgrade] Speed up unnecessary-future-import (UP010) (#​27047)
Documentation
  • [ruff] Add missing period in "Why is this bad?" section (RUF200) (#​26930)
  • [flake8-simplify] Clarify os.environ behavior on Windows (SIM112) (#​26972)
  • [pydocstyle] Document fix safety (D400) (#​26971)
Contributors
alecthomas/voluptuous (voluptuous)

v0.16.0

Compare Source

New:

  • #​534: Support requiring anyOf a list of keys

Fixes:

  • #​523: Allow Generators for vol.In
  • #​524: Fix bug with Any validator and REMOVE_EXTRA

Changes:

  • #​530: Add comprehensive tests for humanize.py module

Configuration

📅 Schedule: (in timezone Europe/Zurich)

  • Branch creation
    • "before 8am on Monday"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@codecov

codecov Bot commented May 4, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

📢 Thoughts on this report? Let us know!

@renovate renovate Bot changed the title Update dependency voluptuous to ~=0.16.0 Update Python dependencies May 14, 2026
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch 2 times, most recently from dff4cd4 to 9a3d598 Compare May 16, 2026 19:46
@renovate renovate Bot changed the title Update Python dependencies Update dependency voluptuous to ~=0.16.0 May 16, 2026
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch from 9a3d598 to df64cc7 Compare May 18, 2026 12:14
@renovate renovate Bot changed the title Update dependency voluptuous to ~=0.16.0 Update Python dependencies May 21, 2026
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch from df64cc7 to 0dfd801 Compare May 21, 2026 15:34
@renovate renovate Bot changed the title Update Python dependencies Update dependency voluptuous to ~=0.16.0 May 24, 2026
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch 2 times, most recently from 89dee71 to df18397 Compare May 28, 2026 16:35
@renovate renovate Bot changed the title Update dependency voluptuous to ~=0.16.0 Update Python dependencies May 28, 2026
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch from df18397 to 4625a06 Compare June 3, 2026 20:19
@renovate renovate Bot changed the title Update Python dependencies Update Python dependencies to ~=0.16.0 Jun 3, 2026
@renovate renovate Bot changed the title Update Python dependencies to ~=0.16.0 Update Python dependencies Jun 4, 2026
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch from 4625a06 to 5157e2a Compare June 4, 2026 17:15
@renovate renovate Bot changed the title Update Python dependencies Update Python dependencies to ~=0.16.0 Jun 5, 2026
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch 2 times, most recently from 6acdb1a to 2937ff0 Compare June 11, 2026 23:58
@renovate renovate Bot changed the title Update Python dependencies to ~=0.16.0 Update Python dependencies Jun 11, 2026
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch 2 times, most recently from cb80942 to 5f7880a Compare June 24, 2026 04:58
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch from 5f7880a to 63ba807 Compare June 25, 2026 19:12
@renovate renovate Bot changed the title Update Python dependencies Update dependency voluptuous to ~=0.16.0 Jul 5, 2026
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch 2 times, most recently from 5e2b348 to 346fd9f Compare July 9, 2026 23:07
@renovate renovate Bot changed the title Update dependency voluptuous to ~=0.16.0 Update Python dependencies Jul 9, 2026
@renovate renovate Bot changed the title Update Python dependencies Update dependency voluptuous to ~=0.16.0 Jul 15, 2026
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch from 346fd9f to 286ce80 Compare July 15, 2026 11:26
@renovate renovate Bot changed the title Update dependency voluptuous to ~=0.16.0 Update Python dependencies Jul 16, 2026
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch 2 times, most recently from a820f37 to 6962cf7 Compare July 17, 2026 14:04
@renovate renovate Bot changed the title Update Python dependencies Update dependency voluptuous to ~=0.16.0 Jul 21, 2026
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch from 6962cf7 to 5835cf7 Compare July 21, 2026 15:02
@renovate renovate Bot changed the title Update dependency voluptuous to ~=0.16.0 Update Python dependencies Jul 23, 2026
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch from 5835cf7 to 8b6ffe9 Compare July 23, 2026 14:04
@renovate
renovate Bot force-pushed the renovate/python-dependencies branch from 8b6ffe9 to a62ad95 Compare July 23, 2026 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants