Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 30, 2025

Bumps the dependencies group with 104 updates in the /.config directory:

Package From To
aiofiles 24.1.0 25.1.0
aiohappyeyeballs 2.4.0 2.6.1
aioitertools 0.12.0 0.13.0
aiokafka 0.11.0 0.12.0
aiosignal 1.3.1 1.4.0
ansible-builder 3.1.0 3.1.1
ansible-compat 24.8.0 24.10.0
ansible-pygments 0.1.1 0.1.2
ansible-runner 2.4.0 2.4.2
antsibull-changelog 0.29.0 0.34.0
antsibull-core 3.0.2 3.5.0
antsibull-docs 2.13.1 2.23.0
antsibull-docs-parser 1.1.0 1.2.2
async-timeout 4.0.3 5.0.1
azure-core 1.30.2 1.36.0
babel 2.16.0 2.17.0
bindep 2.11.0 2.13.0
black 24.8.0 25.11.0
botocore 1.35.7 1.41.5
bracex 2.5 2.6
build 1.2.1 1.3.0
cachetools 5.5.0 6.2.2
certifi 2024.8.30 2025.11.12
cffi 1.17.0 2.0.0
charset-normalizer 3.3.2 3.4.4
click 8.1.7 8.1.8
cryptography 43.0.1 46.0.3
distlib 0.3.8 0.4.0
docutils 0.20.1 0.22.3
drools-jpy 0.3.9 0.3.14
exceptiongroup 1.2.2 1.3.1
filelock 3.15.4 3.19.1
frozenlist 1.4.1 1.8.0
galaxy-importer 0.4.24 0.4.35
gitdb 4.0.11 4.0.12
gitpython 3.1.43 3.1.45
idna 3.8 3.11
importlib-metadata 6.2.1 8.7.0
importlib-resources 5.0.7 6.5.2
iniconfig 2.0.0 2.1.0
isodate 0.6.1 0.7.2
janus 1.0.0 2.0.0
jaraco-functools 4.0.2 4.3.0
jinja2 3.1.4 3.1.6
jpy 0.18.0 1.3.0
jsonschema 4.23.0 4.25.1
jsonschema-specifications 2023.12.1 2025.9.1
keyring 25.3.0 25.7.0
markdown 3.7 3.9
markupsafe 2.1.5 3.0.3
mdit-py-plugins 0.4.1 0.4.2
mock 5.1.0 5.2.0
more-itertools 10.4.0 10.8.0
multidict 6.0.5 6.7.0
mypy-extensions 1.0.0 1.1.0
nh3 0.2.18 0.3.2
packaging 24.1 25.0
pbr 6.1.0 7.0.3
perky 0.9.2 0.9.3
pip 24.2 25.3
pkginfo 1.10.0 1.12.1.2
platformdirs 4.2.2 4.4.0
pluggy 1.5.0 1.6.0
psycopg 3.1.18 3.2.13
psycopg-binary 3.1.18 3.2.13
psycopg-pool 3.2.2 3.2.8
pycodestyle 2.11.1 2.14.0
pycparser 2.22 2.23
pydantic 2.8.2 2.12.5
pydantic-core 2.20.1 2.41.5
pyflakes 3.1.0 3.4.0
pygments 2.18.0 2.19.2
pyparsing 3.1.4 3.2.5
pyproject-api 1.7.1 1.9.1
pyproject-hooks 1.1.0 1.2.0
python-daemon 3.0.1 3.1.2
python-dotenv 1.0.1 1.2.1
readme-renderer 43.0 44.0
referencing 0.35.1 0.36.2
resolvelib 1.0.1 1.2.1
rich 13.8.0 14.2.0
rpds-py 0.20.0 0.27.1
rstcheck 6.2.4 6.2.5
rstcheck-core 1.2.1 1.2.2
ruamel-yaml 0.18.6 0.18.16
ruamel-yaml-clib 0.2.8 0.2.15
six 1.16.0 1.17.0
smmap 5.0.1 5.0.2
snowballstemmer 2.2.0 3.0.1
sphinx-ansible-theme 0.10.3 0.10.4
sphinx-rtd-theme 2.0.0 3.0.2
tomli 2.0.1 2.3.0
twine 5.1.1 6.2.0
typer 0.12.5 0.20.0
typer-config 1.4.0 1.4.2
typing-extensions 4.12.2 4.15.0
urllib3 1.26.20 2.5.0
virtualenv 20.26.3 20.35.4
wcmatch 9.0 10.1
websockets 13.0.1 15.0.1
wrapt 1.16.0 2.0.1
yamllint 1.35.1 1.37.1
yarl 1.9.8 1.22.0
zipp 3.20.1 3.23.0

Updates aiofiles from 24.1.0 to 25.1.0

Release notes

Sourced from aiofiles's releases.

v25.1.0

  • Switch to uv + add Python v3.14 support. (#219)
  • Add ruff formatter and linter. #216
  • Drop Python 3.8 support. If you require it, use version 24.1.0. #204

New Contributors

Full Changelog: Tinche/aiofiles@v24.1.0...v25.1.0

Changelog

Sourced from aiofiles's changelog.

25.1.0 (2025-10-09)

  • Switch to uv + add Python v3.14 support. (#219)
  • Add ruff formatter and linter. #216
  • Drop Python 3.8 support. If you require it, use version 24.1.0. #204
Commits

Updates aiohappyeyeballs from 2.4.0 to 2.6.1

Release notes

Sourced from aiohappyeyeballs's releases.

v2.6.1 (2025-03-12)

Bug Fixes

  • Resolve TypeError on import for Python < 3.9.2 (#151, 2042c82)

Detailed Changes: v2.6.0...v2.6.1

v2.6.0 (2025-03-11)

Features

Creates an api_reference.rst file to expose the existing documentation for the few functions that have docstrings, as well as add documentation for AddrInfoType and SocketFactoryType. Now, these can be properly pointed to by other projects' documentation.


Detailed Changes: v2.5.0...v2.6.0

v2.5.0 (2025-03-06)

Features

  • Add callback for users to customize socket creation (#147, 8e1bc6a)

Co-authored-by: Kieren


Detailed Changes: v2.4.8...v2.5.0

v2.4.8 (2025-03-04)

Bug Fixes

  • Close runner up sockets in the event there are multiple winners (#143, 476a05b)

The first attempt to fix this was to use the cpython staggered race updates in #142 but there is still a race there where there can be multiple winners. Instead we now accept that we will not be able to cancel all coros in time and there will always be a risk of multiple winners. We store all sockets in a set that were not already cleaned up and we close all but the first winner after the staggered race finishes.


Detailed Changes: v2.4.7...v2.4.8

v2.4.7 (2025-03-04)

Bug Fixes

... (truncated)

Changelog

Sourced from aiohappyeyeballs's changelog.

v2.6.1 (2025-03-12)

Bug fixes

  • Resolve typeerror on import for python < 3.9.2 (#151) (2042c82)

v2.6.0 (2025-03-11)

Features

v2.5.0 (2025-03-06)

Features

  • Add callback for users to customize socket creation (#147) (8e1bc6a)

v2.4.8 (2025-03-04)

Bug fixes

  • Close runner up sockets in the event there are multiple winners (#143) (476a05b)

v2.4.7 (2025-03-04)

Bug fixes

v2.4.6 (2025-02-07)

Bug fixes

  • Ensure all timers are cancelled when after staggered race finishes (#136) (f75891d)

v2.4.5 (2025-02-07)

Bug fixes

  • Keep classifiers in project to avoid automatic enrichment (#134) (99edb20)
  • Move classifiers to prevent recalculation by poetry (#131) (66e1c90)

v2.4.4 (2024-11-30)

Bug fixes

  • Handle oserror on failure to close socket instead of raising indexerror (#114) (c542f68)

v2.4.3 (2024-09-30)

... (truncated)

Commits

Updates aioitertools from 0.12.0 to 0.13.0

Changelog

Sourced from aioitertools's changelog.

v0.13.0

Maintenance release

  • Modernized project metadata (#208)
  • Fixed references to old branch (#209)
  • Tested up to Python 3.14 (#208)
  • Drop support for Python 3.8 (#208)
  • Use modern type annotations, clean up lint (#219, #220, #221)
$ git shortlog -s v0.12.0...v0.13.0
     1	Alireza Ghasemi
     6	Amethyst Reese
    10	dependabot[bot]
Commits

Updates aiokafka from 0.11.0 to 0.12.0

Release notes

Sourced from aiokafka's releases.

v0.12.0

New features:

  • Build mac x86_64 wheels (pr #1029)
  • Add support for Python 3.13, drop support for Python 3.8 due to end of life (pr #1061)
  • Remove duplicate error logging during rebalance (pr #1025 by @​y4n9squared)

Bugfixes:

  • Quote username in SCRAM auth (pr #1043)

Improved Documentation:

  • Fix building of readthedocs documentation (pr #1034)
  • Fix typo in producer documentation (pr #1036 by @​lgo)
Changelog

Sourced from aiokafka's changelog.

0.12.0 (2024-10-26)

New features:

  • Build mac x86_64 wheels (pr #1029)
  • Add support for Python 3.13, drop support for Python 3.8 due to end of life (pr #1061)
  • Remove duplicate error logging during rebalance (pr #1025 by @​y4n9squared)

Bugfixes:

  • Quote username in SCRAM auth (pr #1043)

Improved Documentation:

  • Fix building of readthedocs documentation (pr #1034)
  • Fix typo in producer documentation (pr #1036 by @​lgo)
Commits

Updates aiosignal from 1.3.1 to 1.4.0

Release notes

Sourced from aiosignal's releases.

1.4.0

Features

  • Added decorator functionality to Signal as a convenient way to add a callback -- by @Vizonex. [#699](https://github.com/aio-libs/aiosignal/issues/699) <https://github.com/aio-libs/aiosignal/pulls/699>_

  • Improved type safety by allowing callback parameters to be type checked (typing-extensions is now required for Python <3.13). Parameters for a Signal callback should now be defined like Signal[int, str] -- by @​Vizonex and @​Dreamsorcerer. [#699](https://github.com/aio-libs/aiosignal/issues/699) <https://github.com/aio-libs/aiosignal/pulls/699>, [#710](https://github.com/aio-libs/aiosignal/issues/710) <https://github.com/aio-libs/aiosignal/pulls/710>

Misc

  • Removed the sphinxcontrib-asyncio documentation dependency. [#528](https://github.com/aio-libs/aiosignal/issues/528) <https://github.com/aio-libs/aiosignal/pull/528>_

1.3.2

Deprecations and Removals

  • Dropped Python 3.7 support. (#413)

  • Dropped Python 3.8 support. (#645)

Misc


Changelog

Sourced from aiosignal's changelog.

1.4.0 (2025-07-03)

Features

  • Added decorator functionality to Signal as a convenient way to add a callback -- by @Vizonex. [#699](https://github.com/aio-libs/aiosignal/issues/699) <https://github.com/aio-libs/aiosignal/pulls/699>_

  • Improved type safety by allowing callback parameters to be type checked (typing-extensions is now required for Python <3.13). Parameters for a Signal callback should now be defined like Signal[int, str] -- by @​Vizonex and @​Dreamsorcerer. [#699](https://github.com/aio-libs/aiosignal/issues/699) <https://github.com/aio-libs/aiosignal/pulls/699>, [#710](https://github.com/aio-libs/aiosignal/issues/710) <https://github.com/aio-libs/aiosignal/pulls/710>

Misc

  • Removed the sphinxcontrib-asyncio documentation dependency. [#528](https://github.com/aio-libs/aiosignal/issues/528) <https://github.com/aio-libs/aiosignal/pull/528>_

1.3.2 (2024-12-13)

Deprecations and Removals

  • Dropped Python 3.7 support. [#413](https://github.com/aio-libs/aiosignal/issues/413) <https://github.com/aio-libs/aiosignal/issues/413>_

  • Dropped Python 3.8 support. [#645](https://github.com/aio-libs/aiosignal/issues/645) <https://github.com/aio-libs/aiosignal/issues/645>_

Misc

  • [#362](https://github.com/aio-libs/aiosignal/issues/362) <https://github.com/aio-libs/aiosignal/issues/362>_

Commits
  • 1cf8014 Fix deploy
  • 892494c Release v1.4 (#718)
  • fa36082 [pre-commit.ci] pre-commit autoupdate (#719)
  • b7f68f1 [pre-commit.ci] pre-commit autoupdate (#717)
  • 2b1acac Build(deps): Bump sigstore/gh-action-sigstore-python from 3.0.0 to 3.0.1 (#716)
  • 17456ed Build(deps): Bump tox from 4.26.0 to 4.27.0 (#715)
  • 4c23690 Build(deps): Bump pytest from 8.4.0 to 8.4.1 (#714)
  • 7be2f68 Build(deps): Bump mypy from 1.16.0 to 1.16.1 (#713)
  • 5d62945 Build(deps): Bump coverage from 7.9.0 to 7.9.1 (#712)
  • a6d85c1 Build(deps): Bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 (#694)
  • Additional commits viewable in compare view

Updates ansible-builder from 3.1.0 to 3.1.1

Release notes

Sourced from ansible-builder's releases.

3.1.1

What's Changed

Bug Fixes

  • fix: capitalize 'as' to follow from-as-casing rule (#687)
  • Set file permissions on context files created from inline reqs (#751)

Documentation

  • New 3.1 porting guide (#701)
  • Add simple EE file example by (#739)
  • Add scenario guide for validating Python deps (#758)

Full Changelog: ansible/ansible-builder@3.1.0...3.1.1

Commits

Updates ansible-compat from 24.8.0 to 24.10.0

Release notes

Sourced from ansible-compat's releases.

v24.10.0

Enhancements

Bugfixes

v24.9.1

Bugfixes

v24.9.0

Enhancements

Bugfixes

Commits

Updates ansible-pygments from 0.1.1 to 0.1.2

Release notes

Sourced from ansible-pygments's releases.

0.1.2

Maintenance release to ensure that releasing still works.

Commits
  • cb4a39b [pre-commit.ci] pre-commit autoupdate (#70)
  • be3cc3b Bump the ci group with 5 updates (#73)
  • 2e506fd Fix dependabot config. (#72)
  • 5f5bc32 Add dependabot config (#60)
  • 73fac92 Fix CI: avoid deprecated poetry section, drop macOS and Windows from CI matri...
  • 149a793 [pre-commit.ci] pre-commit autoupdate (#69)
  • bc64e01 [pre-commit.ci] pre-commit autoupdate (#68)
  • 709e4e3 [pre-commit.ci] pre-commit autoupdate (#67)
  • dec1d07 Require Python 3.9+; add Python 3.12 and 3.13 to CI (#64)
  • c50df0f [pre-commit.ci] pre-commit autoupdate (#66)
  • Additional commits viewable in compare view

Updates ansible-runner from 2.4.0 to 2.4.2

Release notes

Sourced from ansible-runner's releases.

2.4.2

What's Changed

Full Changelog: ansible/ansible-runner@2.4.1...2.4.2

2.4.1

What's Changed

  • Modify volume mount behavior when source does not exist (#1408). Volumes specified using the container-volume-mount option will now be passed through to the underlying container engine unverified and unmodified. This now allows you to mount individual files (vs. the parent directory) and non-existing source volumes. The behavior encountered with a non-existing source volume depends on which container engine is in use (docker creates the volume, podman will error).

Bug Fixes

  • Various documentation updates.

Full Changelog: ansible/ansible-runner@2.4.0...2.4.1

Commits

Updates antsibull-changelog from 0.29.0 to 0.34.0

Release notes

Sourced from antsibull-changelog's releases.

0.34.0

Release Summary

Feature release for antsibull-build.

Minor Changes

0.33.0

Release Summary

Maintenance release for fixing / deprecating certain boolean options.

Breaking Changes / Porting Guide

Deprecated Features

0.32.0

Release Summary

Feature release.

Major Changes

Minor Changes

Breaking Changes / Porting Guide

  • When using antsibull-changelog as a library, ChangelogConfig's constructor should no longer be called directly. Instead, use the class method ChangelogConfig.parse(), which has the same signature than the previous constructor, except that ignore_is_other_project now must be a keyword parameter (ansible-community/antsibull-changelog#193).
  • When using antsibull-changelog as a library, rendering.changelog.generate_changelog() now needs a ChangelogOutput object instead of the document_format: TextFormat parameter, and the config and changelog_path parameters have been removed (ansible-community/antsibull-changelog#194).
  • When using the --output argument for antsibull-changelog generate, the generated changelog's title will not contain any parts of the version number. If you need this, please create an issue (ansible-community/antsibull-changelog#194).

Deprecated Features

  • The configuration settings changelog_filename_template, changelog_filename_version_depth, and output_formats are deprecated and will eventually be removed. Use the new setting output instead. Note that there are no runtime warnings right now. If the time to remove them comes nearer, there will be runtime warnings for a longer time first before they are actually removed (ansible-community/antsibull-changelog#194).

Removed Features (previously deprecated)

... (truncated)

Changelog

Sourced from antsibull-changelog's changelog.

v0.34.0

Release Summary

Feature release for antsibull-build.

Minor Changes

v0.33.0

Release Summary

Maintenance release for fixing / deprecating certain boolean options.

Breaking Changes / Porting Guide

Deprecated Features

v0.32.0

Release Summary

Feature release.

Major Changes

Minor Changes

... (truncated)

Commits

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 30, 2025

Labels

The following labels could not be found: dependabot-deps-updates. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions github-actions bot added chore and removed chore labels Nov 30, 2025
@github-actions github-actions bot added the chore label Nov 30, 2025
ansibuddy
ansibuddy previously approved these changes Nov 30, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/dot-config/dependencies-b6fa72fb14 branch from e11e881 to 7d1247c Compare December 1, 2025 08:09
ansibuddy
ansibuddy previously approved these changes Dec 1, 2025
…updates

Bumps the dependencies group with 104 updates in the /.config directory:

| Package | From | To |
| --- | --- | --- |
| [aiofiles](https://github.com/Tinche/aiofiles) | `24.1.0` | `25.1.0` |
| [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs) | `2.4.0` | `2.6.1` |
| [aioitertools](https://github.com/omnilib/aioitertools) | `0.12.0` | `0.13.0` |
| [aiokafka](https://github.com/aio-libs/aiokafka) | `0.11.0` | `0.12.0` |
| [aiosignal](https://github.com/aio-libs/aiosignal) | `1.3.1` | `1.4.0` |
| [ansible-builder](https://github.com/ansible/ansible-builder) | `3.1.0` | `3.1.1` |
| [ansible-compat](https://github.com/ansible/ansible-compat) | `24.8.0` | `24.10.0` |
| [ansible-pygments](https://github.com/ansible-community/ansible-pygments) | `0.1.1` | `0.1.2` |
| [ansible-runner](https://github.com/ansible/ansible-runner) | `2.4.0` | `2.4.2` |
| [antsibull-changelog](https://github.com/ansible-community/antsibull-changelog) | `0.29.0` | `0.34.0` |
| [antsibull-core](https://github.com/ansible-community/antsibull-core) | `3.0.2` | `3.5.0` |
| [antsibull-docs](https://github.com/ansible-community/antsibull-docs) | `2.13.1` | `2.23.0` |
| [antsibull-docs-parser](https://github.com/ansible-community/antsibull-docs-parser) | `1.1.0` | `1.2.2` |
| [async-timeout](https://github.com/aio-libs/async-timeout) | `4.0.3` | `5.0.1` |
| [azure-core](https://github.com/Azure/azure-sdk-for-python) | `1.30.2` | `1.36.0` |
| [babel](https://github.com/python-babel/babel) | `2.16.0` | `2.17.0` |
| bindep | `2.11.0` | `2.13.0` |
| [black](https://github.com/psf/black) | `24.8.0` | `25.11.0` |
| [botocore](https://github.com/boto/botocore) | `1.35.7` | `1.41.5` |
| [bracex](https://github.com/facelessuser/bracex) | `2.5` | `2.6` |
| [build](https://github.com/pypa/build) | `1.2.1` | `1.3.0` |
| [cachetools](https://github.com/tkem/cachetools) | `5.5.0` | `6.2.2` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.8.30` | `2025.11.12` |
| [cffi](https://github.com/python-cffi/cffi) | `1.17.0` | `2.0.0` |
| [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.3.2` | `3.4.4` |
| [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` |
| [cryptography](https://github.com/pyca/cryptography) | `43.0.1` | `46.0.3` |
| [distlib](https://github.com/pypa/distlib) | `0.3.8` | `0.4.0` |
| [docutils](https://github.com/rtfd/recommonmark) | `0.20.1` | `0.22.3` |
| [drools-jpy](https://github.com/ansible/drools_jpy) | `0.3.9` | `0.3.14` |
| [exceptiongroup](https://github.com/agronholm/exceptiongroup) | `1.2.2` | `1.3.1` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.15.4` | `3.19.1` |
| [frozenlist](https://github.com/aio-libs/frozenlist) | `1.4.1` | `1.8.0` |
| [galaxy-importer](https://github.com/ansible/galaxy-importer) | `0.4.24` | `0.4.35` |
| [gitdb](https://github.com/gitpython-developers/gitdb) | `4.0.11` | `4.0.12` |
| [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.43` | `3.1.45` |
| [idna](https://github.com/kjd/idna) | `3.8` | `3.11` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `6.2.1` | `8.7.0` |
| [importlib-resources](https://github.com/python/importlib_resources) | `5.0.7` | `6.5.2` |
| [iniconfig](https://github.com/pytest-dev/iniconfig) | `2.0.0` | `2.1.0` |
| [isodate](https://github.com/gweis/isodate) | `0.6.1` | `0.7.2` |
| [janus](https://github.com/aio-libs/janus) | `1.0.0` | `2.0.0` |
| [jaraco-functools](https://github.com/jaraco/jaraco.functools) | `4.0.2` | `4.3.0` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.4` | `3.1.6` |
| [jpy](https://github.com/jpy-consortium/jpy) | `0.18.0` | `1.3.0` |
| [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.23.0` | `4.25.1` |
| [jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications) | `2023.12.1` | `2025.9.1` |
| [keyring](https://github.com/jaraco/keyring) | `25.3.0` | `25.7.0` |
| [markdown](https://github.com/Python-Markdown/markdown) | `3.7` | `3.9` |
| [markupsafe](https://github.com/pallets/markupsafe) | `2.1.5` | `3.0.3` |
| [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins) | `0.4.1` | `0.4.2` |
| [mock](https://github.com/testing-cabal/mock) | `5.1.0` | `5.2.0` |
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.4.0` | `10.8.0` |
| [multidict](https://github.com/aio-libs/multidict) | `6.0.5` | `6.7.0` |
| [mypy-extensions](https://github.com/python/mypy_extensions) | `1.0.0` | `1.1.0` |
| [nh3](https://github.com/messense/nh3) | `0.2.18` | `0.3.2` |
| [packaging](https://github.com/pypa/packaging) | `24.1` | `25.0` |
| [pbr](https://docs.openstack.org/pbr/latest/) | `6.1.0` | `7.0.3` |
| [perky](https://github.com/larryhastings/perky) | `0.9.2` | `0.9.3` |
| [pip](https://github.com/pypa/pip) | `24.2` | `25.3` |
| [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) | `1.10.0` | `1.12.1.2` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.2.2` | `4.4.0` |
| [pluggy](https://github.com/pytest-dev/pluggy) | `1.5.0` | `1.6.0` |
| [psycopg](https://github.com/psycopg/psycopg) | `3.1.18` | `3.2.13` |
| [psycopg-binary](https://github.com/psycopg/psycopg) | `3.1.18` | `3.2.13` |
| [psycopg-pool](https://github.com/psycopg/psycopg) | `3.2.2` | `3.2.8` |
| [pycodestyle](https://github.com/PyCQA/pycodestyle) | `2.11.1` | `2.14.0` |
| [pycparser](https://github.com/eliben/pycparser) | `2.22` | `2.23` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.12.5` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.20.1` | `2.41.5` |
| [pyflakes](https://github.com/PyCQA/pyflakes) | `3.1.0` | `3.4.0` |
| [pygments](https://github.com/pygments/pygments) | `2.18.0` | `2.19.2` |
| [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.4` | `3.2.5` |
| [pyproject-api](https://github.com/tox-dev/pyproject-api) | `1.7.1` | `1.9.1` |
| [pyproject-hooks](https://github.com/pypa/pyproject-hooks) | `1.1.0` | `1.2.0` |
| python-daemon | `3.0.1` | `3.1.2` |
| [python-dotenv](https://github.com/theskumar/python-dotenv) | `1.0.1` | `1.2.1` |
| [readme-renderer](https://github.com/pypa/readme_renderer) | `43.0` | `44.0` |
| [referencing](https://github.com/python-jsonschema/referencing) | `0.35.1` | `0.36.2` |
| [resolvelib](https://github.com/sarugaku/resolvelib) | `1.0.1` | `1.2.1` |
| [rich](https://github.com/Textualize/rich) | `13.8.0` | `14.2.0` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.20.0` | `0.27.1` |
| [rstcheck](https://github.com/rstcheck/rstcheck) | `6.2.4` | `6.2.5` |
| [rstcheck-core](https://github.com/rstcheck/rstcheck-core) | `1.2.1` | `1.2.2` |
| ruamel-yaml | `0.18.6` | `0.18.16` |
| ruamel-yaml-clib | `0.2.8` | `0.2.15` |
| [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` |
| [smmap](https://github.com/gitpython-developers/smmap) | `5.0.1` | `5.0.2` |
| [snowballstemmer](https://github.com/snowballstem/snowball) | `2.2.0` | `3.0.1` |
| [sphinx-ansible-theme](https://github.com/ansible-community/sphinx_ansible_theme) | `0.10.3` | `0.10.4` |
| [sphinx-rtd-theme](https://github.com/readthedocs/sphinx_rtd_theme) | `2.0.0` | `3.0.2` |
| [tomli](https://github.com/hukkin/tomli) | `2.0.1` | `2.3.0` |
| [twine](https://github.com/pypa/twine) | `5.1.1` | `6.2.0` |
| [typer](https://github.com/fastapi/typer) | `0.12.5` | `0.20.0` |
| [typer-config](https://github.com/maxb2/typer-config) | `1.4.0` | `1.4.2` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.12.2` | `4.15.0` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.26.20` | `2.5.0` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.26.3` | `20.35.4` |
| [wcmatch](https://github.com/facelessuser/wcmatch) | `9.0` | `10.1` |
| [websockets](https://github.com/python-websockets/websockets) | `13.0.1` | `15.0.1` |
| [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.16.0` | `2.0.1` |
| [yamllint](https://github.com/adrienverge/yamllint) | `1.35.1` | `1.37.1` |
| [yarl](https://github.com/aio-libs/yarl) | `1.9.8` | `1.22.0` |
| [zipp](https://github.com/jaraco/zipp) | `3.20.1` | `3.23.0` |



Updates `aiofiles` from 24.1.0 to 25.1.0
- [Release notes](https://github.com/Tinche/aiofiles/releases)
- [Changelog](https://github.com/Tinche/aiofiles/blob/main/CHANGELOG.md)
- [Commits](Tinche/aiofiles@v24.1.0...v25.1.0)

Updates `aiohappyeyeballs` from 2.4.0 to 2.6.1
- [Release notes](https://github.com/aio-libs/aiohappyeyeballs/releases)
- [Changelog](https://github.com/aio-libs/aiohappyeyeballs/blob/main/CHANGELOG.md)
- [Commits](aio-libs/aiohappyeyeballs@v2.4.0...v2.6.1)

Updates `aioitertools` from 0.12.0 to 0.13.0
- [Changelog](https://github.com/omnilib/aioitertools/blob/main/CHANGELOG.md)
- [Commits](omnilib/aioitertools@v0.12.0...v0.13.0)

Updates `aiokafka` from 0.11.0 to 0.12.0
- [Release notes](https://github.com/aio-libs/aiokafka/releases)
- [Changelog](https://github.com/aio-libs/aiokafka/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiokafka@v0.11.0...v0.12.0)

Updates `aiosignal` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/aio-libs/aiosignal/releases)
- [Changelog](https://github.com/aio-libs/aiosignal/blob/master/CHANGES.rst)
- [Commits](aio-libs/aiosignal@v1.3.1...v1.4.0)

Updates `ansible-builder` from 3.1.0 to 3.1.1
- [Release notes](https://github.com/ansible/ansible-builder/releases)
- [Commits](ansible/ansible-builder@3.1.0...3.1.1)

Updates `ansible-compat` from 24.8.0 to 24.10.0
- [Release notes](https://github.com/ansible/ansible-compat/releases)
- [Commits](ansible/ansible-compat@v24.8.0...v24.10.0)

Updates `ansible-pygments` from 0.1.1 to 0.1.2
- [Release notes](https://github.com/ansible-community/ansible-pygments/releases)
- [Commits](ansible-community/ansible-pygments@0.1.1...0.1.2)

Updates `ansible-runner` from 2.4.0 to 2.4.2
- [Release notes](https://github.com/ansible/ansible-runner/releases)
- [Commits](ansible/ansible-runner@2.4.0...2.4.2)

Updates `antsibull-changelog` from 0.29.0 to 0.34.0
- [Release notes](https://github.com/ansible-community/antsibull-changelog/releases)
- [Changelog](https://github.com/ansible-community/antsibull-changelog/blob/main/CHANGELOG.rst)
- [Commits](ansible-community/antsibull-changelog@0.29.0...0.34.0)

Updates `antsibull-core` from 3.0.2 to 3.5.0
- [Release notes](https://github.com/ansible-community/antsibull-core/releases)
- [Changelog](https://github.com/ansible-community/antsibull-core/blob/main/CHANGELOG.rst)
- [Commits](ansible-community/antsibull-core@3.0.2...3.5.0)

Updates `antsibull-docs` from 2.13.1 to 2.23.0
- [Release notes](https://github.com/ansible-community/antsibull-docs/releases)
- [Changelog](https://github.com/ansible-community/antsibull-docs/blob/main/CHANGELOG.rst)
- [Commits](ansible-community/antsibull-docs@2.13.1...2.23.0)

Updates `antsibull-docs-parser` from 1.1.0 to 1.2.2
- [Release notes](https://github.com/ansible-community/antsibull-docs-parser/releases)
- [Changelog](https://github.com/ansible-community/antsibull-docs-parser/blob/main/CHANGELOG.rst)
- [Commits](ansible-community/antsibull-docs-parser@1.1.0...1.2.2)

Updates `async-timeout` from 4.0.3 to 5.0.1
- [Release notes](https://github.com/aio-libs/async-timeout/releases)
- [Changelog](https://github.com/aio-libs/async-timeout/blob/master/CHANGES.rst)
- [Commits](aio-libs/async-timeout@v4.0.3...v5.0.1)

Updates `azure-core` from 1.30.2 to 1.36.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Commits](Azure/azure-sdk-for-python@azure-core_1.30.2...azure-core_1.36.0)

Updates `babel` from 2.16.0 to 2.17.0
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
- [Commits](python-babel/babel@v2.16.0...v2.17.0)

Updates `bindep` from 2.11.0 to 2.13.0

Updates `black` from 24.8.0 to 25.11.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@24.8.0...25.11.0)

Updates `botocore` from 1.35.7 to 1.41.5
- [Commits](boto/botocore@1.35.7...1.41.5)

Updates `bracex` from 2.5 to 2.6
- [Release notes](https://github.com/facelessuser/bracex/releases)
- [Commits](facelessuser/bracex@2.5...2.6)

Updates `build` from 1.2.1 to 1.3.0
- [Release notes](https://github.com/pypa/build/releases)
- [Changelog](https://github.com/pypa/build/blob/main/CHANGELOG.rst)
- [Commits](pypa/build@1.2.1...1.3.0)

Updates `cachetools` from 5.5.0 to 6.2.2
- [Changelog](https://github.com/tkem/cachetools/blob/master/CHANGELOG.rst)
- [Commits](tkem/cachetools@v5.5.0...v6.2.2)

Updates `certifi` from 2024.8.30 to 2025.11.12
- [Commits](certifi/python-certifi@2024.08.30...2025.11.12)

Updates `cffi` from 1.17.0 to 2.0.0
- [Release notes](https://github.com/python-cffi/cffi/releases)
- [Commits](python-cffi/cffi@v1.17.0...v2.0.0)

Updates `charset-normalizer` from 3.3.2 to 3.4.4
- [Release notes](https://github.com/jawah/charset_normalizer/releases)
- [Changelog](https://github.com/jawah/charset_normalizer/blob/master/CHANGELOG.md)
- [Commits](jawah/charset_normalizer@3.3.2...3.4.4)

Updates `click` from 8.1.7 to 8.1.8
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/main/CHANGES.rst)
- [Commits](pallets/click@8.1.7...8.1.8)

Updates `cryptography` from 43.0.1 to 46.0.3
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@43.0.1...46.0.3)

Updates `distlib` from 0.3.8 to 0.4.0
- [Release notes](https://github.com/pypa/distlib/releases)
- [Changelog](https://github.com/pypa/distlib/blob/master/CHANGES.rst)
- [Commits](pypa/distlib@0.3.8...0.4.0)

Updates `docutils` from 0.20.1 to 0.22.3
- [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rtfd/recommonmark/commits)

Updates `drools-jpy` from 0.3.9 to 0.3.14
- [Commits](ansible/drools_jpy@v0.3.9...v0.3.14)

Updates `exceptiongroup` from 1.2.2 to 1.3.1
- [Release notes](https://github.com/agronholm/exceptiongroup/releases)
- [Changelog](https://github.com/agronholm/exceptiongroup/blob/main/CHANGES.rst)
- [Commits](agronholm/exceptiongroup@1.2.2...1.3.1)

Updates `filelock` from 3.15.4 to 3.19.1
- [Release notes](https://github.com/tox-dev/py-filelock/releases)
- [Changelog](https://github.com/tox-dev/filelock/blob/main/docs/changelog.rst)
- [Commits](tox-dev/filelock@3.15.4...3.19.1)

Updates `frozenlist` from 1.4.1 to 1.8.0
- [Release notes](https://github.com/aio-libs/frozenlist/releases)
- [Changelog](https://github.com/aio-libs/frozenlist/blob/master/CHANGES.rst)
- [Commits](aio-libs/frozenlist@v1.4.1...v1.8.0)

Updates `galaxy-importer` from 0.4.24 to 0.4.35
- [Changelog](https://github.com/ansible/galaxy-importer/blob/master/CHANGES.rst)
- [Commits](ansible/galaxy-importer@v0.4.24...v0.4.35)

Updates `gitdb` from 4.0.11 to 4.0.12
- [Release notes](https://github.com/gitpython-developers/gitdb/releases)
- [Commits](gitpython-developers/gitdb@4.0.11...4.0.12)

Updates `gitpython` from 3.1.43 to 3.1.45
- [Release notes](https://github.com/gitpython-developers/GitPython/releases)
- [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES)
- [Commits](gitpython-developers/GitPython@3.1.43...3.1.45)

Updates `idna` from 3.8 to 3.11
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.8...v3.11)

Updates `importlib-metadata` from 6.2.1 to 8.7.0
- [Release notes](https://github.com/python/importlib_metadata/releases)
- [Changelog](https://github.com/python/importlib_metadata/blob/main/NEWS.rst)
- [Commits](python/importlib_metadata@v6.2.1...v8.7.0)

Updates `importlib-resources` from 5.0.7 to 6.5.2
- [Release notes](https://github.com/python/importlib_resources/releases)
- [Changelog](https://github.com/python/importlib_resources/blob/main/NEWS.rst)
- [Commits](python/importlib_resources@v5.0.7...v6.5.2)

Updates `iniconfig` from 2.0.0 to 2.1.0
- [Release notes](https://github.com/pytest-dev/iniconfig/releases)
- [Changelog](https://github.com/pytest-dev/iniconfig/blob/main/CHANGELOG)
- [Commits](pytest-dev/iniconfig@v2.0.0...v2.1.0)

Updates `isodate` from 0.6.1 to 0.7.2
- [Changelog](https://github.com/gweis/isodate/blob/master/CHANGES.txt)
- [Commits](gweis/isodate@0.6.1...0.7.2)

Updates `janus` from 1.0.0 to 2.0.0
- [Release notes](https://github.com/aio-libs/janus/releases)
- [Changelog](https://github.com/aio-libs/janus/blob/master/CHANGES.rst)
- [Commits](aio-libs/janus@v1.0.0...v2.0.0)

Updates `jaraco-functools` from 4.0.2 to 4.3.0
- [Release notes](https://github.com/jaraco/jaraco.functools/releases)
- [Changelog](https://github.com/jaraco/jaraco.functools/blob/main/NEWS.rst)
- [Commits](jaraco/jaraco.functools@v4.0.2...v4.3.0)

Updates `jinja2` from 3.1.4 to 3.1.6
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](pallets/jinja@3.1.4...3.1.6)

Updates `jpy` from 0.18.0 to 1.3.0
- [Release notes](https://github.com/jpy-consortium/jpy/releases)
- [Changelog](https://github.com/jpy-consortium/jpy/blob/master/CHANGES.md)
- [Commits](jpy-consortium/jpy@v0.18.0...v1.3.0)

Updates `jsonschema` from 4.23.0 to 4.25.1
- [Release notes](https://github.com/python-jsonschema/jsonschema/releases)
- [Changelog](https://github.com/python-jsonschema/jsonschema/blob/main/CHANGELOG.rst)
- [Commits](python-jsonschema/jsonschema@v4.23.0...v4.25.1)

Updates `jsonschema-specifications` from 2023.12.1 to 2025.9.1
- [Release notes](https://github.com/python-jsonschema/jsonschema-specifications/releases)
- [Commits](python-jsonschema/jsonschema-specifications@v2023.12.1...v2025.9.1)

Updates `keyring` from 25.3.0 to 25.7.0
- [Release notes](https://github.com/jaraco/keyring/releases)
- [Changelog](https://github.com/jaraco/keyring/blob/main/NEWS.rst)
- [Commits](jaraco/keyring@v25.3.0...v25.7.0)

Updates `markdown` from 3.7 to 3.9
- [Release notes](https://github.com/Python-Markdown/markdown/releases)
- [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md)
- [Commits](Python-Markdown/markdown@3.7...3.9.0)

Updates `markupsafe` from 2.1.5 to 3.0.3
- [Release notes](https://github.com/pallets/markupsafe/releases)
- [Changelog](https://github.com/pallets/markupsafe/blob/main/CHANGES.rst)
- [Commits](pallets/markupsafe@2.1.5...3.0.3)

Updates `mdit-py-plugins` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/executablebooks/mdit-py-plugins/releases)
- [Changelog](https://github.com/executablebooks/mdit-py-plugins/blob/master/CHANGELOG.md)
- [Commits](executablebooks/mdit-py-plugins@v0.4.1...v0.4.2)

Updates `mock` from 5.1.0 to 5.2.0
- [Changelog](https://github.com/testing-cabal/mock/blob/master/CHANGELOG.rst)
- [Commits](testing-cabal/mock@5.1.0...5.2.0)

Updates `more-itertools` from 10.4.0 to 10.8.0
- [Release notes](https://github.com/more-itertools/more-itertools/releases)
- [Commits](more-itertools/more-itertools@v10.4.0...v10.8.0)

Updates `multidict` from 6.0.5 to 6.7.0
- [Release notes](https://github.com/aio-libs/multidict/releases)
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst)
- [Commits](aio-libs/multidict@v6.0.5...v6.7.0)

Updates `mypy-extensions` from 1.0.0 to 1.1.0
- [Commits](python/mypy_extensions@1.0.0...1.1.0)

Updates `nh3` from 0.2.18 to 0.3.2
- [Release notes](https://github.com/messense/nh3/releases)
- [Commits](messense/nh3@v0.2.18...v0.3.2)

Updates `packaging` from 24.1 to 25.0
- [Release notes](https://github.com/pypa/packaging/releases)
- [Changelog](https://github.com/pypa/packaging/blob/main/CHANGELOG.rst)
- [Commits](pypa/packaging@24.1...25.0)

Updates `pbr` from 6.1.0 to 7.0.3

Updates `perky` from 0.9.2 to 0.9.3
- [Commits](larryhastings/perky@0.9.2...0.9.3)

Updates `pip` from 24.2 to 25.3
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@24.2...25.3)

Updates `pkginfo` from 1.10.0 to 1.12.1.2

Updates `platformdirs` from 4.2.2 to 4.4.0
- [Release notes](https://github.com/tox-dev/platformdirs/releases)
- [Changelog](https://github.com/tox-dev/platformdirs/blob/main/CHANGES.rst)
- [Commits](tox-dev/platformdirs@4.2.2...4.4.0)

Updates `pluggy` from 1.5.0 to 1.6.0
- [Changelog](https://github.com/pytest-dev/pluggy/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pluggy@1.5.0...1.6.0)

Updates `psycopg` from 3.1.18 to 3.2.13
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.18...3.2.13)

Updates `psycopg-binary` from 3.1.18 to 3.2.13
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.18...3.2.13)

Updates `psycopg-pool` from 3.2.2 to 3.2.8
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.2.2...3.2.8)

Updates `pycodestyle` from 2.11.1 to 2.14.0
- [Release notes](https://github.com/PyCQA/pycodestyle/releases)
- [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt)
- [Commits](PyCQA/pycodestyle@2.11.1...2.14.0)

Updates `pycparser` from 2.22 to 2.23
- [Release notes](https://github.com/eliben/pycparser/releases)
- [Changelog](https://github.com/eliben/pycparser/blob/main/CHANGES)
- [Commits](eliben/pycparser@release_v2.22...release_v2.23)

Updates `pydantic` from 2.8.2 to 2.12.5
- [Release notes](https://github.com/pydantic/pydantic/releases)
- [Changelog](https://github.com/pydantic/pydantic/blob/v2.12.5/HISTORY.md)
- [Commits](pydantic/pydantic@v2.8.2...v2.12.5)

Updates `pydantic-core` from 2.20.1 to 2.41.5
- [Release notes](https://github.com/pydantic/pydantic-core/releases)
- [Commits](pydantic/pydantic-core@v2.20.1...v2.41.5)

Updates `pyflakes` from 3.1.0 to 3.4.0
- [Changelog](https://github.com/PyCQA/pyflakes/blob/main/NEWS.rst)
- [Commits](PyCQA/pyflakes@3.1.0...3.4.0)

Updates `pygments` from 2.18.0 to 2.19.2
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.18.0...2.19.2)

Updates `pyparsing` from 3.1.4 to 3.2.5
- [Release notes](https://github.com/pyparsing/pyparsing/releases)
- [Changelog](https://github.com/pyparsing/pyparsing/blob/master/CHANGES)
- [Commits](pyparsing/pyparsing@3.1.4...3.2.5)

Updates `pyproject-api` from 1.7.1 to 1.9.1
- [Release notes](https://github.com/tox-dev/pyproject-api/releases)
- [Commits](tox-dev/pyproject-api@1.7.1...1.9.1)

Updates `pyproject-hooks` from 1.1.0 to 1.2.0
- [Changelog](https://github.com/pypa/pyproject-hooks/blob/main/docs/changelog.rst)
- [Commits](pypa/pyproject-hooks@v1.1.0...v1.2.0)

Updates `python-daemon` from 3.0.1 to 3.1.2

Updates `python-dotenv` from 1.0.1 to 1.2.1
- [Release notes](https://github.com/theskumar/python-dotenv/releases)
- [Changelog](https://github.com/theskumar/python-dotenv/blob/main/CHANGELOG.md)
- [Commits](theskumar/python-dotenv@v1.0.1...v1.2.1)

Updates `readme-renderer` from 43.0 to 44.0
- [Release notes](https://github.com/pypa/readme_renderer/releases)
- [Changelog](https://github.com/pypa/readme_renderer/blob/main/CHANGES.rst)
- [Commits](pypa/readme_renderer@43.0...44.0)

Updates `referencing` from 0.35.1 to 0.36.2
- [Release notes](https://github.com/python-jsonschema/referencing/releases)
- [Changelog](https://github.com/python-jsonschema/referencing/blob/main/docs/changes.rst)
- [Commits](python-jsonschema/referencing@v0.35.1...v0.36.2)

Updates `resolvelib` from 1.0.1 to 1.2.1
- [Changelog](https://github.com/sarugaku/resolvelib/blob/main/CHANGELOG.rst)
- [Commits](sarugaku/resolvelib@1.0.1...1.2.1)

Updates `rich` from 13.8.0 to 14.2.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.8.0...v14.2.0)

Updates `rpds-py` from 0.20.0 to 0.27.1
- [Release notes](https://github.com/crate-py/rpds/releases)
- [Commits](crate-py/rpds@v0.20.0...v0.27.1)

Updates `rstcheck` from 6.2.4 to 6.2.5
- [Changelog](https://github.com/rstcheck/rstcheck/blob/main/CHANGELOG.md)
- [Commits](rstcheck/rstcheck@v6.2.4...v6.2.5)

Updates `rstcheck-core` from 1.2.1 to 1.2.2
- [Changelog](https://github.com/rstcheck/rstcheck-core/blob/main/CHANGELOG.md)
- [Commits](rstcheck/rstcheck-core@v1.2.1...v1.2.2)

Updates `ruamel-yaml` from 0.18.6 to 0.18.16

Updates `ruamel-yaml-clib` from 0.2.8 to 0.2.15

Updates `six` from 1.16.0 to 1.17.0
- [Changelog](https://github.com/benjaminp/six/blob/main/CHANGES)
- [Commits](benjaminp/six@1.16.0...1.17.0)

Updates `smmap` from 5.0.1 to 5.0.2
- [Release notes](https://github.com/gitpython-developers/smmap/releases)
- [Commits](gitpython-developers/smmap@v5.0.1...v5.0.2)

Updates `snowballstemmer` from 2.2.0 to 3.0.1
- [Changelog](https://github.com/snowballstem/snowball/blob/master/NEWS)
- [Commits](snowballstem/snowball@v2.2.0...v3.0.1)

Updates `sphinx-ansible-theme` from 0.10.3 to 0.10.4
- [Release notes](https://github.com/ansible-community/sphinx_ansible_theme/releases)
- [Commits](ansible-community/sphinx_ansible_theme@v0.10.3...v0.10.4)

Updates `sphinx-rtd-theme` from 2.0.0 to 3.0.2
- [Changelog](https://github.com/readthedocs/sphinx_rtd_theme/blob/master/docs/changelog.rst)
- [Commits](readthedocs/sphinx_rtd_theme@2.0.0...3.0.2)

Updates `tomli` from 2.0.1 to 2.3.0
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](hukkin/tomli@2.0.1...2.3.0)

Updates `twine` from 5.1.1 to 6.2.0
- [Release notes](https://github.com/pypa/twine/releases)
- [Changelog](https://github.com/pypa/twine/blob/main/docs/changelog.rst)
- [Commits](pypa/twine@v5.1.1...6.2.0)

Updates `typer` from 0.12.5 to 0.20.0
- [Release notes](https://github.com/fastapi/typer/releases)
- [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md)
- [Commits](fastapi/typer@0.12.5...0.20.0)

Updates `typer-config` from 1.4.0 to 1.4.2
- [Release notes](https://github.com/maxb2/typer-config/releases)
- [Changelog](https://github.com/maxb2/typer-config/blob/main/CHANGELOG.md)
- [Commits](maxb2/typer-config@1.4.0...1.4.2)

Updates `typing-extensions` from 4.12.2 to 4.15.0
- [Release notes](https://github.com/python/typing_extensions/releases)
- [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md)
- [Commits](python/typing_extensions@4.12.2...4.15.0)

Updates `urllib3` from 1.26.20 to 2.5.0
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/main/CHANGES.rst)
- [Commits](urllib3/urllib3@1.26.20...2.5.0)

Updates `virtualenv` from 20.26.3 to 20.35.4
- [Release notes](https://github.com/pypa/virtualenv/releases)
- [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst)
- [Commits](pypa/virtualenv@20.26.3...20.35.4)

Updates `wcmatch` from 9.0 to 10.1
- [Release notes](https://github.com/facelessuser/wcmatch/releases)
- [Commits](facelessuser/wcmatch@9.0...10.1)

Updates `websockets` from 13.0.1 to 15.0.1
- [Release notes](https://github.com/python-websockets/websockets/releases)
- [Commits](python-websockets/websockets@13.0.1...15.0.1)

Updates `wrapt` from 1.16.0 to 2.0.1
- [Release notes](https://github.com/GrahamDumpleton/wrapt/releases)
- [Changelog](https://github.com/GrahamDumpleton/wrapt/blob/develop/docs/changes.rst)
- [Commits](GrahamDumpleton/wrapt@1.16.0...2.0.1)

Updates `yamllint` from 1.35.1 to 1.37.1
- [Release notes](https://github.com/adrienverge/yamllint/releases)
- [Changelog](https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst)
- [Commits](adrienverge/yamllint@v1.35.1...v1.37.1)

Updates `yarl` from 1.9.8 to 1.22.0
- [Release notes](https://github.com/aio-libs/yarl/releases)
- [Changelog](https://github.com/aio-libs/yarl/blob/master/CHANGES.rst)
- [Commits](aio-libs/yarl@v1.9.8...v1.22.0)

Updates `zipp` from 3.20.1 to 3.23.0
- [Release notes](https://github.com/jaraco/zipp/releases)
- [Changelog](https://github.com/jaraco/zipp/blob/main/NEWS.rst)
- [Commits](jaraco/zipp@v3.20.1...v3.23.0)

---
updated-dependencies:
- dependency-name: aiofiles
  dependency-version: 25.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: aiohappyeyeballs
  dependency-version: 2.6.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: aioitertools
  dependency-version: 0.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: aiokafka
  dependency-version: 0.12.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: aiosignal
  dependency-version: 1.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ansible-builder
  dependency-version: 3.1.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ansible-compat
  dependency-version: 24.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ansible-pygments
  dependency-version: 0.1.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ansible-runner
  dependency-version: 2.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: antsibull-changelog
  dependency-version: 0.34.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: antsibull-core
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: antsibull-docs
  dependency-version: 2.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: antsibull-docs-parser
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: async-timeout
  dependency-version: 5.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: azure-core
  dependency-version: 1.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: babel
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: bindep
  dependency-version: 2.13.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: black
  dependency-version: 25.11.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: botocore
  dependency-version: 1.41.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: bracex
  dependency-version: '2.6'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: build
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cachetools
  dependency-version: 6.2.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: certifi
  dependency-version: 2025.11.12
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: cffi
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: charset-normalizer
  dependency-version: 3.4.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: click
  dependency-version: 8.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: cryptography
  dependency-version: 46.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: distlib
  dependency-version: 0.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: docutils
  dependency-version: 0.22.3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: drools-jpy
  dependency-version: 0.3.14
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: exceptiongroup
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: filelock
  dependency-version: 3.19.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: frozenlist
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: galaxy-importer
  dependency-version: 0.4.35
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gitdb
  dependency-version: 4.0.12
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: gitpython
  dependency-version: 3.1.45
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: idna
  dependency-version: '3.11'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: importlib-metadata
  dependency-version: 8.7.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: importlib-resources
  dependency-version: 6.5.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: iniconfig
  dependency-version: 2.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: isodate
  dependency-version: 0.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: janus
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: jaraco-functools
  dependency-version: 4.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jinja2
  dependency-version: 3.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: jpy
  dependency-version: 1.3.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: jsonschema
  dependency-version: 4.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jsonschema-specifications
  dependency-version: 2025.9.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: keyring
  dependency-version: 25.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: markdown
  dependency-version: '3.9'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: markupsafe
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: mdit-py-plugins
  dependency-version: 0.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mock
  dependency-version: 5.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: more-itertools
  dependency-version: 10.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: multidict
  dependency-version: 6.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: mypy-extensions
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nh3
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: packaging
  dependency-version: '25.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: pbr
  dependency-version: 7.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: perky
  dependency-version: 0.9.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pip
  dependency-version: '25.3'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: pkginfo
  dependency-version: 1.12.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: platformdirs
  dependency-version: 4.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pluggy
  dependency-version: 1.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: psycopg
  dependency-version: 3.2.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: psycopg-binary
  dependency-version: 3.2.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: psycopg-pool
  dependency-version: 3.2.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pycodestyle
  dependency-version: 2.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pycparser
  dependency-version: '2.23'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pydantic
  dependency-version: 2.12.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pydantic-core
  dependency-version: 2.41.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyflakes
  dependency-version: 3.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pygments
  dependency-version: 2.19.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyparsing
  dependency-version: 3.2.5
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyproject-api
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyproject-hooks
  dependency-version: 1.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: python-daemon
  dependency-version: 3.1.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: python-dotenv
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: readme-renderer
  dependency-version: '44.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: referencing
  dependency-version: 0.36.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: resolvelib
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rich
  dependency-version: 14.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: rpds-py
  dependency-version: 0.27.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rstcheck
  dependency-version: 6.2.5
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: rstcheck-core
  dependency-version: 1.2.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruamel-yaml
  dependency-version: 0.18.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ruamel-yaml-clib
  dependency-version: 0.2.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: six
  dependency-version: 1.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: smmap
  dependency-version: 5.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: snowballstemmer
  dependency-version: 3.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: sphinx-ansible-theme
  dependency-version: 0.10.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sphinx-rtd-theme
  dependency-version: 3.0.2
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: tomli
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: twine
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: typer
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typer-config
  dependency-version: 1.4.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: typing-extensions
  dependency-version: 4.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: urllib3
  dependency-version: 2.5.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: virtualenv
  dependency-version: 20.35.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: wcmatch
  dependency-version: '10.1'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: websockets
  dependency-version: 15.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: wrapt
  dependency-version: 2.0.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: yamllint
  dependency-version: 1.37.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: yarl
  dependency-version: 1.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: zipp
  dependency-version: 3.23.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/dot-config/dependencies-b6fa72fb14 branch from 7d1247c to 8f4bab0 Compare December 7, 2025 03:19
@github-actions github-actions bot added chore and removed chore labels Dec 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: No status

Development

Successfully merging this pull request may close these issues.

1 participant