Skip to content

chore(deps): update all dependencies#52

Merged
renovate[bot] merged 2 commits intomainfrom
renovate/all
Nov 3, 2025
Merged

chore(deps): update all dependencies#52
renovate[bot] merged 2 commits intomainfrom
renovate/all

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Nov 3, 2025

This PR contains the following updates:

Package Type Update Change Pending Age Confidence
astral-sh/ruff-pre-commit repository patch v0.14.2 -> v0.14.3 age confidence
astral-sh/uv-pre-commit repository patch 0.9.5 -> 0.9.7 age confidence
biomejs/pre-commit repository minor v2.2.7 -> v2.3.2 age confidence
renovatebot/pre-commit-hooks repository minor 41.159.2 -> 41.168.1 41.169.1 (+6) age confidence
ruff (source, changelog) dependency-groups patch 0.14.2 -> 0.14.3 age confidence
streetsidesoftware/cspell-cli repository patch v9.2.0 -> v9.2.1 age confidence
tombi dependency-groups patch 0.6.39 -> 0.6.40 age confidence
tombi-toml/tombi-pre-commit repository patch v0.6.38 -> v0.6.39 v0.6.40 age confidence
lockFileMaintenance All locks refreshed
uv (source, changelog) project.dependencies patch 0.9.5 -> 0.9.7 age confidence

Note: The pre-commit manager in Renovate is not supported by the pre-commit maintainers or community. Please do not report any problems there, instead create a Discussion in the Renovate repository if you have any questions.


Release Notes

astral-sh/ruff-pre-commit (astral-sh/ruff-pre-commit)

v0.14.3

Compare Source

See: https://github.com/astral-sh/ruff/releases/tag/0.14.3

astral-sh/uv-pre-commit (astral-sh/uv-pre-commit)

v0.9.7

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.7

v0.9.6

Compare Source

See: https://github.com/astral-sh/uv/releases/tag/0.9.6

biomejs/pre-commit (biomejs/pre-commit)

v2.3.2

Compare Source

v2.3.1

Compare Source

v2.3.0

Compare Source

renovatebot/pre-commit-hooks (renovatebot/pre-commit-hooks)

v41.168.1

Compare Source

v41.168.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.168.0 for more changes

v41.167.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.167.2 for more changes

v41.167.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.167.1 for more changes

v41.167.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.167.0 for more changes

v41.166.0

Compare Source

v41.165.7

Compare Source

v41.165.6

Compare Source

v41.165.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.165.5 for more changes

v41.165.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.165.4 for more changes

v41.165.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.165.3 for more changes

v41.165.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.165.2 for more changes

v41.165.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.165.1 for more changes

v41.164.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.164.1 for more changes

v41.164.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.164.0 for more changes

v41.163.7

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.163.7 for more changes

v41.163.6

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.163.6 for more changes

v41.163.5

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.163.5 for more changes

v41.163.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.163.4 for more changes

v41.163.2

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.163.2 for more changes

v41.163.1

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.163.1 for more changes

v41.163.0

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.163.0 for more changes

v41.162.2

Compare Source

v41.162.1

Compare Source

v41.161.0

Compare Source

v41.160.1

Compare Source

v41.160.0

Compare Source

v41.159.4

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.159.4 for more changes

v41.159.3

Compare Source

See https://github.com/renovatebot/renovate/releases/tag/41.159.3 for more changes

astral-sh/ruff (ruff)

v0.14.3

Compare Source

Released on 2025-10-30.

Preview features
  • Respect --output-format with --watch (#​21097)
  • [pydoclint] Fix false positive on explicit exception re-raising (DOC501, DOC502) (#​21011)
  • [pyflakes] Revert to stable behavior if imports for module lie in alternate branches for F401 (#​20878)
  • [pylint] Implement stop-iteration-return (PLR1708) (#​20733)
  • [ruff] Add support for additional eager conversion patterns (RUF065) (#​20657)
Bug fixes
  • Fix finding keyword range for clause header after statement ending with semicolon (#​21067)
  • Fix syntax error false positive on nested alternative patterns (#​21104)
  • [ISC001] Fix panic when string literals are unclosed (#​21034)
  • [flake8-django] Apply DJ001 to annotated fields (#​20907)
  • [flake8-pyi] Fix PYI034 to not trigger on metaclasses (PYI034) (#​20881)
  • [flake8-type-checking] Fix TC003 false positive with future-annotations (#​21125)
  • [pyflakes] Fix false positive for __class__ in lambda expressions within class definitions (F821) (#​20564)
  • [pyupgrade] Fix false positive for TypeVar with default on Python <3.13 (UP046,UP047) (#​21045)
Rule changes
  • Add missing docstring sections to the numpy list (#​20931)
  • [airflow] Extend airflow.models..Param check (AIR311) (#​21043)
  • [airflow] Warn that airflow....DAG.create_dagrun has been removed (AIR301) (#​21093)
  • [refurb] Preserve digit separators in Decimal constructor (FURB157) (#​20588)
Server
  • Avoid sending an unnecessary "clear diagnostics" message for clients supporting pull diagnostics (#​21105)
Documentation
  • [flake8-bandit] Fix correct example for S308 (#​21128)
Other changes
  • Clearer error message when line-length goes beyond threshold (#​21072)
Contributors
streetsidesoftware/cspell-cli (streetsidesoftware/cspell-cli)

v9.2.1

Compare Source

Trivial updates and changes.
tombi-toml/tombi (tombi)

v0.6.40

Compare Source

What's Changed

🚀 New Features
🛠️ Other Changes

Full Changelog: tombi-toml/tombi@v0.6.39...v0.6.40

tombi-toml/tombi-pre-commit (tombi-toml/tombi-pre-commit)

v0.6.39

Compare Source

See: https://github.com/tombi-toml/tombi/releases/tag/v0.6.39

astral-sh/uv (uv)

v0.9.7

Compare Source

Released on 2025-10-30.

Enhancements
  • Add Windows x86-32 emulation support to interpreter architecture checks (#​13475)
  • Improve readability of progress bars (#​16509)
  • Add GitHub attestations for uv release artifacts (#​11357)
Bug fixes
  • Drop terminal coloring from uv auth token output (#​16504)
  • Don't use UV_LOCKED to enable --check flag (#​16521)

v0.9.6

Compare Source

Released on 2025-10-29.

This release contains an upgrade to Astral's fork of async_zip, which addresses potential sources of ZIP parsing differentials between uv and other Python packaging tooling. See GHSA-pqhf-p39g-3x64 for additional details.

Security
Python
Enhancements
  • Add --clear to uv build to remove old build artifacts (#​16371)
  • Add --no-create-gitignore to uv build (#​16369)
  • Do not error when a virtual environment directory cannot be removed due to a busy error (#​16394)
  • Improve hint on pip install --system when externally managed (#​16392)
  • Running uv lock --check with outdated lockfile will print that --check was passed, instead of --locked (#​16322)
  • Update uv init template for Maturin (#​16449)
  • Improve ordering of Python sources in logs (#​16463)
  • Restore DockerHub release images and annotations (#​16441)
Bug fixes
  • Check for matching Python implementation during uv python upgrade (#​16420)
  • Deterministically order --find-links distributions (#​16446)
  • Don't panic in uv export --frozen when the lockfile is outdated (#​16407)
  • Fix root of uv tree when --package is used with circular dependencies (#​15908)
  • Show package list with pip freeze --quiet (#​16491)
  • Limit uv auth login pyx.dev retries to 60s (#​16498)
  • Add an empty group with uv add --group ... -r ... (#​16490)
Documentation
  • Update docs for maturin build backend init template (#​16469)
  • Update docs to reflect previous changes to signal forwarding semantics (#​16430)
  • Add instructions for installing via MacPorts (#​16039)

Configuration

📅 Schedule: Branch creation - "before 4am on monday" in timezone UTC, Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) in timezone UTC.

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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.

ansibuddy
ansibuddy previously approved these changes Nov 3, 2025
@renovate
Copy link
Contributor Author

renovate bot commented Nov 3, 2025

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@ssbarnea
Copy link
Member

ssbarnea commented Nov 3, 2025

Included a workaround for astral-sh/uv#16575 (review) bug

@github-actions github-actions bot added chore and removed chore labels Nov 3, 2025
@renovate renovate bot merged commit e9c0a4c into main Nov 3, 2025
17 checks passed
@renovate renovate bot deleted the renovate/all branch November 3, 2025 11:32
@github-project-automation github-project-automation bot moved this from Review to Done in 🧰 devtools project board Nov 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Archived in project

Development

Successfully merging this pull request may close these issues.

2 participants