Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 16, 2025

Coming soon: The Renovate bot (GitHub App) will be renamed to Mend. PRs from Renovate will soon appear from 'Mend'. Learn more here.

This PR contains the following updates:

Package Change Age Confidence Type Update Pending
ansible-creator (changelog) 25.8.0 -> 25.9.0 age confidence project.dependencies minor
ansible-navigator (changelog) 25.8.0 -> 25.9.0 age confidence project.dependencies minor
astral-sh/ruff-pre-commit v0.13.0 -> v0.13.1 age confidence repository patch
black (changelog) 25.1.0 -> 25.9.0 age confidence dependency-groups minor
coverage 7.10.5 -> 7.10.6 age confidence dependency-groups patch
django (changelog) >4.1,<5.2 -> >5.2,<6 age confidence project.optional-dependencies minor
django-stubs (changelog) 5.2.2 -> 5.2.5 age confidence dependency-groups patch
mypy (changelog) 1.17.1 -> 1.18.2 age confidence dependency-groups minor
pre-commit/mirrors-mypy v1.17.1 -> v1.18.1 age confidence repository minor v1.18.2
All locks refreshed lockFileMaintenance
ansible-lint (changelog) 25.8.2 -> 25.9.0 age confidence project.dependencies minor
molecule (changelog) 25.7.0 -> 25.9.0 age confidence project.dependencies minor
pydoclint 0.6.10 -> 0.7.3 age confidence dependency-groups minor
pytest (changelog) 8.4.1 -> 8.4.2 age confidence dependency-groups patch
ruff (source, changelog) 0.12.11 -> 0.13.1 age confidence dependency-groups minor
toml-sort 0.24.2 -> 0.24.3 age confidence dependency-groups patch
tox (changelog) 4.28.4 -> 4.30.2 age confidence dependency-groups minor
types-pyyaml (changelog) 6.0.12.20250822 -> 6.0.12.20250915 age confidence dependency-groups patch
types-requests (changelog) 2.32.4.20250809 -> 2.32.4.20250913 age confidence dependency-groups patch

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

ansible/ansible-creator (ansible-creator)

v25.9.0

Compare Source

Fixes

Maintenance

ansible/ansible-navigator (ansible-navigator)

v25.9.0

Compare Source

Fixes

Maintenance

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

v0.13.1

Compare Source

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

psf/black (black)

v25.9.0

Compare Source

Highlights
  • Remove support for pre-python 3.7 await/async as soft keywords/variable names
    (#​4676)
Stable style
  • Fix crash while formatting a long del statement containing tuples (#​4628)
  • Fix crash while formatting expressions using the walrus operator in complex with
    statements (#​4630)
  • Handle # fmt: skip followed by a comment at the end of file (#​4635)
  • Fix crash when a tuple appears in the as clause of a with statement (#​4634)
  • Fix crash when tuple is used as a context manager inside a with statement (#​4646)
  • Fix crash when formatting a \ followed by a \r followed by a comment (#​4663)
  • Fix crash on a \\r\n (#​4673)
  • Fix crash on await ... (where ... is a literal Ellipsis) (#​4676)
  • Fix crash on parenthesized expression inside a type parameter bound (#​4684)
  • Fix crash when using line ranges excluding indented single line decorated items
    (#​4670)
Preview style
  • Fix a bug where one-liner functions/conditionals marked with # fmt: skip would still
    be formatted (#​4552)
  • Improve multiline_string_handling with ternaries and dictionaries (#​4657)
  • Fix a bug where string_processing would not split f-strings directly after
    expressions (#​4680)
  • Wrap the in clause of comprehensions across lines if necessary (#​4699)
  • Remove parentheses around multiple exception types in except and except* without
    as. (#​4720)
  • Add \r style newlines to the potential newlines to normalize file newlines both from
    and to (#​4710)
Parser
  • Rewrite tokenizer to improve performance and compliance (#​4536)
  • Fix bug where certain unusual expressions (e.g., lambdas) were not accepted in type
    parameter bounds and defaults. (#​4602)
Performance
  • Avoid using an extra process when running with only one worker (#​4734)
Integrations
  • Fix the version check in the vim file to reject Python 3.8 (#​4567)
  • Enhance GitHub Action psf/black to read Black version from an additional section in
    pyproject.toml: [project.dependency-groups] (#​4606)
  • Build gallery docker image with python3-slim and reduce image size (#​4686)
Documentation
  • Add FAQ entry for windows emoji not displaying (#​4714)
nedbat/coveragepy (coverage)

v7.10.6

Compare Source

  • Fix: source directories were not properly communicated to subprocesses
    that ran in different directories, as reported in issue 1499_. This is now
    fixed.

  • Performance: Alex Gaynor continues fine-tuning <pull 2038_>_ the speed of
    combination, especially with many contexts.

.. _issue 1499: #​1499
.. _pull 2038: #​2038

.. _changes_7-10-5:

django/django (django)

v5.2.6

Compare Source

v5.2.5

Compare Source

v5.2.4

Compare Source

v5.2.3

Compare Source

v5.2.2

Compare Source

v5.2.1

Compare Source

v5.2

Compare Source

v5.1.12

Compare Source

typeddjango/django-stubs (django-stubs)

v5.2.5

Compare Source

What's Changed

Full Changelog: typeddjango/django-stubs@5.2.4...5.2.5

v5.2.4

Compare Source

What's Changed

Full Changelog: typeddjango/django-stubs@5.2.3...5.2.4

v5.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: typeddjango/django-stubs@5.2.2...5.2.3

python/mypy (mypy)

v1.18.2

Compare Source

  • Fix crash on recursive alias (Ivan Levkivskyi, PR 19845)
  • Add additional guidance for stubtest errors when runtime is object.__init__ (Stephen Morton, PR 19733)
  • Fix handling of None values in f-string expressions in mypyc (BobTheBuidler, PR 19846)

v1.18.1

Compare Source

pre-commit/mirrors-mypy (pre-commit/mirrors-mypy)

v1.18.1

Compare Source

ansible/ansible-lint (ansible-lint)

v25.9.0

Compare Source

Fixes

Maintenance

ansible-community/molecule (molecule)

v25.9.0

Compare Source

Enhancements

Fixes

Maintenance

jsh9/pydoclint (pydoclint)

v0.7.3

Compare Source

  • Fixed
    • Fixed comment handling in type hints to properly ignore inline comments
      when comparing type annotations between function signatures and docstrings
  • Full diff

v0.7.2

Compare Source

  • Fixed
    • Fixed comment handling in type hints to properly ignore inline comments
      when comparing type annotations between function signatures and docstrings
  • Full diff

v0.7.1

Compare Source

  • Fixed
    • A bug where false positive arg names are reported in the violation message
  • Added
    • Support for checking class attribute default values (numpy and Google
      styles only)
  • Full diff

v0.7.0

Compare Source

v0.6.11

Compare Source

pytest-dev/pytest (pytest)

v8.4.2

Compare Source

astral-sh/ruff (ruff)

v0.13.1

Compare Source

Released on 2025-09-18.

Preview features
  • [flake8-simplify] Detect unnecessary None default for additional key expression types (SIM910) (#​20343)
  • [flake8-use-pathlib] Add fix for PTH123 (#​20169)
  • [flake8-use-pathlib] Fix PTH101, PTH104, PTH105, PTH121 fixes (#​20143)
  • [flake8-use-pathlib] Make PTH111 fix unsafe because it can change behavior (#​20215)
  • [pycodestyle] Fix E301 to only trigger for functions immediately within a class (#​19768)
  • [refurb] Mark single-item-membership-test fix as always unsafe (FURB171) (#​20279)
Bug fixes
  • Handle t-strings for token-based rules and suppression comments (#​20357)
  • [flake8-bandit] Fix truthiness: dict-only ** displays not truthy for shell (S602, S604, S609) (#​20177)
  • [flake8-simplify] Fix diagnostic to show correct method name for str.rsplit calls (SIM905) (#​20459)
  • [flynt] Use triple quotes for joined raw strings with newlines (FLY002) (#​20197)
  • [pyupgrade] Fix false positive when class name is shadowed by local variable (UP008) (#​20427)
  • [pyupgrade] Prevent infinite loop with I002 and UP026 (#​20327)
  • [ruff] Recognize t-strings, generators, and lambdas in invalid-index-type (RUF016) (#​20213)
Rule changes
  • [RUF102] Respect rule redirects in invalid rule code detection (#​20245)
  • [flake8-bugbear] Mark the fix for unreliable-callable-check as always unsafe (B004) (#​20318)
  • [ruff] Allow dataclass attribute value instantiation from nested frozen dataclass (RUF009) (#​20352)
CLI
  • Add fixes to output-format=sarif (#​20300)
  • Treat panics as fatal diagnostics, sort panics last (#​20258)
Documentation
  • [ruff] Add analyze.string-imports-min-dots to settings (#​20375)
  • Update README.md with Albumentations new repository URL (#​20415)
Other changes
  • Bump MSRV to Rust 1.88 (#​20470)
  • Enable inline noqa for multiline strings in playground (#​20442)
Contributors

v0.13.0

Compare Source

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

Breaking changes
  • Several rules can now add from __future__ import annotations automatically

    TC001, TC002, TC003, RUF013, and UP037 now add from __future__ import annotations as part of their fixes when the
    lint.future-annotations setting is enabled. This allows the rules to move
    more imports into TYPE_CHECKING blocks (TC001, TC002, and TC003),
    use PEP 604 union syntax on Python versions before 3.10 (RUF013), and
    unquote more annotations (UP037).

  • Full module paths are now used to verify first-party modules

    Ruff now checks that the full path to a module exists on disk before
    categorizing it as a first-party import. This change makes first-party
    import detection more accurate, helping to avoid false positives on local
    directories with the same name as a third-party dependency, for example. See
    the FAQ
    section
    on import categorization for more details.

  • Deprecated rules must now be selected by exact rule code

    Ruff will no longer activate deprecated rules selected by their group name
    or prefix. As noted below, the two remaining deprecated rules were also
    removed in this release, so this won't affect any current rules, but it will
    still affect any deprecations in the future.

  • The deprecated macOS configuration directory fallback has been removed

    Ruff will no longer look for a user-level configuration file at
    ~/Library/Application Support/ruff/ruff.toml on macOS. This feature was
    deprecated in v0.5 in favor of using the XDG
    specification

    (usually resolving to ~/.config/ruff/ruff.toml), like on Linux. The
    fallback and accompanying deprecation warning have now been removed.

Removed Rules

The following rules have been removed:

Stabilization

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

The following behaviors have been stabilized:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Review
Development

Successfully merging this pull request may close these issues.

1 participant