Skip to content

chore(deps): update all dependencies#613

Merged
renovate[bot] merged 1 commit intomainfrom
renovate/all
Sep 15, 2025
Merged

chore(deps): update all dependencies#613
renovate[bot] merged 1 commit intomainfrom
renovate/all

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Sep 13, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
ansible-core ==2.18.7 -> ==2.19.2 age confidence minor
astral-sh/ruff-pre-commit v0.12.11 -> v0.13.0 age confidence repository minor
cffi (changelog) ==1.17.1 -> ==2.0.0 age confidence major
cryptography (changelog) ==45.0.6 -> ==45.0.7 age confidence patch
jsh9/pydoclint 0.6.11 -> 0.7.3 age confidence repository minor
jsonschema-specifications ==2025.4.1 -> ==2025.9.1 age confidence minor
kubernetes ==29.0.0 -> ==33.1.0 age confidence major
molecule-plugins (changelog) ==23.5.3 -> ==25.8.12 age confidence major
pappasam/toml-sort v0.24.2 -> v0.24.3 age confidence repository patch
pycparser ==2.22 -> ==2.23 age confidence minor
pytest (changelog) ==8.4.1 -> ==8.4.2 age confidence patch
tox (changelog) ==4.28.4 -> ==4.30.2 age confidence minor
All locks refreshed lockFileMaintenance
python 3.11 -> 3.13 age confidence uses-with minor

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.13.0

Compare Source

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

v0.12.12

Compare Source

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

python-cffi/cffi (cffi)

v2.0.0

Compare Source

What's Changed
  • Add Python 3.14 support.
  • Add CPython free-threaded support (3.14t+ only) - huge thanks to the folks at Quansight Labs for all the work to get this one sorted!
  • Drop Python <= 3.8 support.
  • Fix order dependency affecting nested type size calculation (#​148).

Full Changelog: python-cffi/cffi@v1.17.1...v2.0.0

pyca/cryptography (cryptography)

v45.0.7

Compare Source

jsh9/pydoclint (jsh9/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

python-jsonschema/jsonschema-specifications (jsonschema-specifications)

v2025.9.1

Compare Source

What's Changed
New Contributors

Full Changelog: python-jsonschema/jsonschema-specifications@v2025.4.1...v2025.9.1

kubernetes-client/python (kubernetes)

v33.1.0: Kubernetes Python Client v33.1.0 Stable Release

Compare Source

Getting started:

pip install --pre --upgrade kubernetes

Or from source, download attached zip file, then

unzip client-python-v33.1.0.zip
cd client-python-v33.1.0
python setup.py install

Then follow examples in https://github.com/kubernetes-client/python/tree/release-33.0/examples

Changelog: https://github.com/kubernetes-client/python/blob/release-33.0/CHANGELOG.md

v32.0.1

Compare Source

Kubernetes API Version: v1.32.2

Uncategorized
Bug or Regression
Feature
  • Add utility functions kubernetes.utils.duration.parse_duration and kubernetes.utils.duration.format_duration to manage Gateway API Duration strings as specified by GEP-2257. (#​2261, @​kflynn)
  • Added the ability to use the optional apply parameter for functions within the utils.create_from_yaml submodule. This allows these functions to optionally use the DynamicClient.server_side_apply function to apply yaml manifests. (#​2252, @​dcmcand)
  • Adding utils.format_quantity to convert decimal numbers into a canonical Kubernetes quantity. (#​2216, @​rkschamer)

v32.0.0

Compare Source

Kubernetes API Version: v1.32.1

Bug or Regression
  • Fixed PortForward proxy to close local Python sockets when the WebSocket closes. (#​2316, @​anvilpete)

v31.0.0

Compare Source

Kubernetes API Version: v1.31.0

v30.1.0

Compare Source

Kubernetes API Version: v1.30.1

New Feature:

  • Add utility functions to parse and format GEP-2257 Duration strings for Gateway API
ansible-community/molecule-plugins (molecule-plugins)

v25.8.12

Compare Source

Bugfixes

Maintenance

v23.7.0

Compare Source

Enhancements

Bugfixes

Other

v23.6.0

Compare Source

Enhancements

Bugfixes

What's Changed

New Contributors

Full Changelog: ansible-community/molecule-plugins@v23.5.3...v23.6.0

pappasam/toml-sort (pappasam/toml-sort)

v0.24.3: Version 0.24.3

Compare Source

Fixed
  • Handle dotted keys in inline tables correctly (usimd)
  • Remove redundant condition in single file write logic (liblaf)
  • Remove python 4 max cap from pyproject.toml (Gregorio L. Trevisan)
eliben/pycparser (pycparser)

v2.23

Compare Source

pytest-dev/pytest (pytest)

v8.4.2

Compare Source

tox-dev/tox (tox)

v4.30.2

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.30.1...4.30.2

v4.30.1

Compare Source

What's Changed

  • Prevent Tox from hanging with --installpkg sdist due to orphaned build backend by @​vytas7 in #​3530

New Contributors

Full Changelog: tox-dev/tox@4.30.0...4.30.1

v4.30.0

Compare Source

What's Changed

New Contributors

Full Changelog: tox-dev/tox@4.29.0...4.30.0

v4.29.0

Compare Source

What's Changed

Full Changelog: tox-dev/tox@4.28.4...4.29.0

actions/python-versions (python)

v3.13.7: 3.13.7

Compare Source

Python 3.13.7

v3.13.6: 3.13.6

Compare Source

Python 3.13.6

v3.13.5: 3.13.5

Compare Source

Python 3.13.5

v3.13.4: 3.13.4

Compare Source

Python 3.13.4

v3.13.3: 3.13.3

Compare Source

Python 3.13.3

v3.13.2: 3.13.2

Compare Source

Python 3.13.2

v3.13.1: 3.13.1

Compare Source

Python 3.13.1

v3.13.0: 3.13.0

Compare Source

Python 3.13.0

v3.12.11: 3.12.11

Compare Source

Python 3.12.11

v3.12.10: 3.12.10

Compare Source

Python 3.12.10

v3.12.9: 3.12.9

Compare Source

Python 3.12.9

v3.12.8: 3.12.8

Compare Source

Python 3.12.8

v3.12.7: 3.12.7

Compare Source

Python 3.12.7

v3.12.6: 3.12.6

Compare Source

Python 3.12.6

v3.12.5: 3.12.5

Compare Source

Python 3.12.5

v3.12.4: 3.12.4

Compare Source

Python 3.12.4

v3.12.3: 3.12.3

Compare Source

Python 3.12.3

v3.12.2: 3.12.2

Compare Source

Python 3.12.2

v3.12.1: 3.12.1

Compare Source

Python 3.12.1

v3.12.0: 3.12.0

Compare Source

Python 3.12.0


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (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.

@renovate renovate bot merged commit 924a3b0 into main Sep 15, 2025
30 checks passed
@renovate renovate bot deleted the renovate/all branch September 15, 2025 11:36
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.

1 participant