Skip to content

chore: bump the python-deps group across 1 directory with 59 updates - #57

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/python-deps-7465951002
Open

chore: bump the python-deps group across 1 directory with 59 updates#57
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/python-deps-7465951002

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Mar 28, 2026

Copy link
Copy Markdown

Bumps the python-deps group with 59 updates in the / directory:

Package From To
ansible 6.6.0 6.7.0
black 22.12.0 24.8.0
pylint 2.17.7 3.2.7
flake8 6.1.0 7.1.2
cookiecutter 2.5.0 2.6.0
pre-commit 2.21.0 3.5.0
ansible-compat 3.0.2 24.10.0
ansible-core 2.13.13 2.15.13
arrow 1.3.0 1.4.0
astroid 2.15.8 3.3.11
attrs 23.2.0 26.1.0
bracex 2.4 2.6
certifi 2023.11.17 2026.4.22
cffi 1.16.0 2.0.0
charset-normalizer 3.3.2 3.4.7
click 8.1.7 8.1.8
cryptography 41.0.7 47.0.0
dill 0.3.7 0.4.1
distlib 0.3.8 0.4.0
docker 7.0.0 7.1.0
filelock 3.13.1 3.19.1
identify 2.5.33 2.6.15
idna 3.6 3.13
isort 5.13.2 6.1.0
jinja2 3.1.3 3.1.6
jsonschema 4.20.0 4.25.1
jsonschema-specifications 2023.12.1 2025.9.1
lazy-object-proxy 1.10.0 1.12.0
markupsafe 2.1.3 3.0.3
mypy-extensions 1.0.0 1.1.0
nodeenv 1.8.0 1.10.0
packaging 23.2 26.2
pathspec 0.12.1 1.1.1
platformdirs 4.1.0 4.4.0
pluggy 1.3.0 1.6.0
pycodestyle 2.11.1 2.14.0
pycparser 2.21 2.23
pyflakes 3.1.0 3.4.0
pygments 2.17.2 2.20.0
python-dateutil 2.8.2 2.9.0.post0
python-slugify 8.0.1 8.0.4
pyyaml 6.0.1 6.0.3
referencing 0.32.1 0.36.2
requests 2.31.0 2.32.5
resolvelib 0.8.1 1.2.1
rich 13.7.0 15.0.0
rpds-py 0.17.1 0.27.1
ruamel-yaml 0.17.40 0.19.1
setuptools 69.0.3 82.0.1
six 1.16.0 1.17.0
subprocess-tee 0.4.1 0.4.2
tomlkit 0.12.3 0.14.0
types-python-dateutil 2.8.19.20240106 2.9.0.20260124
typing-extensions 4.9.0 4.15.0
urllib3 2.1.0 2.6.3
virtualenv 20.25.0 21.3.0
wcmatch 8.5 10.1
wrapt 1.16.0 2.1.2
yamllint 1.33.0 1.37.1

Updates ansible from 6.6.0 to 6.7.0

Commits
  • bdb8ae2 Ansible 6.7.0: Dependencies, changelog and porting guide (#185)
  • 1dcd9d9 Remove dellemc.os{6,9,10} from Ansible 8
  • 27aa007 Remove mellanox.onyx from Ansible 8
  • fa289d4 Remove google.cloud from Ansible 8
  • 6481798 Add missing repo data to 8/collection-meta.yaml (#182)
  • dd13bbe Add 8/ directory (#181)
  • def8036 Correct SCM information in collection-meta.yaml for a couple collections (#180)
  • c385402 Ansible 7.0.0: Dependencies, changelog and porting guide (#179)
  • faab4c2 Ansible 7.0.0rc1: Dependencies, changelog and porting guide (#178)
  • 346eb33 Fix typo in README (#177)
  • Additional commits viewable in compare view

Updates black from 22.12.0 to 24.8.0

Release notes

Sourced from black's releases.

24.8.0

Stable style

  • Fix crash when # fmt: off is used before a closing parenthesis or bracket. (#4363)

Packaging

  • Packaging metadata updated: docs are explictly linked, the issue tracker is now also linked. This improves the PyPI listing for Black. (#4345)

Parser

  • Fix regression where Black failed to parse a multiline f-string containing another multiline string (#4339)
  • Fix regression where Black failed to parse an escaped single quote inside an f-string (#4401)
  • Fix bug with Black incorrectly parsing empty lines with a backslash (#4343)
  • Fix bugs with Black's tokenizer not handling \{ inside f-strings very well (#4422)
  • Fix incorrect line numbers in the tokenizer for certain tokens within f-strings (#4423)

Performance

  • Improve performance when a large directory is listed in .gitignore (#4415)

Blackd

  • Fix blackd (and all extras installs) for docker container (#4357)

24.4.2

This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1.

Parser

  • Fix regression where certain complex f-strings failed to parse (#4332)

Performance

  • Fix bad performance on certain complex string literals (#4331)

24.4.1

Highlights

  • Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#3822)

Stable style

  • Fix crash involving indented dummy functions containing newlines (#4318)

... (truncated)

Changelog

Sourced from black's changelog.

Version 24.8.0

Stable style

  • Fix crash when # fmt: off is used before a closing parenthesis or bracket. (#4363)

Packaging

  • Packaging metadata updated: docs are explicitly linked, the issue tracker is now also linked. This improves the PyPI listing for Black. (#4345)

Parser

  • Fix regression where Black failed to parse a multiline f-string containing another multiline string (#4339)
  • Fix regression where Black failed to parse an escaped single quote inside an f-string (#4401)
  • Fix bug with Black incorrectly parsing empty lines with a backslash (#4343)
  • Fix bugs with Black's tokenizer not handling \{ inside f-strings very well (#4422)
  • Fix incorrect line numbers in the tokenizer for certain tokens within f-strings (#4423)

Performance

  • Improve performance when a large directory is listed in .gitignore (#4415)

Blackd

  • Fix blackd (and all extras installs) for docker container (#4357)

Version 24.4.2

This is a bugfix release to fix two regressions in the new f-string parser introduced in 24.4.1.

Parser

  • Fix regression where certain complex f-strings failed to parse (#4332)

Performance

  • Fix bad performance on certain complex string literals (#4331)

Version 24.4.1

Highlights

  • Add support for the new Python 3.12 f-string syntax introduced by PEP 701 (#3822)

Stable style

... (truncated)

Commits
  • b965c2a Prepare release 24.8.0 (#4426)
  • 9ccf279 Document find_project_root ignoring pyproject.toml without [tool.black]...
  • 14b6e61 fix: Enhace black efficiently to skip directories listed in .gitignore (#4415)
  • b1c4dd9 fix: respect braces better in f-string parsing (#4422)
  • 4b4ae43 Fix incorrect linenos on fstring tokens with escaped newlines (#4423)
  • 7fa1faf docs: fix the installation command of extra for blackd (#4413)
  • 8827acc Bump sphinx from 7.3.7 to 7.4.0 in /docs (#4404)
  • b0da11d Bump furo from 2024.5.6 to 2024.7.18 in /docs (#4409)
  • 721dff5 fix: avoid formatting backslash strings inside f-strings (#4401)
  • 7e2afc9 Update actions/checkout to v4 to stop node deprecation warnings (#4379)
  • Additional commits viewable in compare view

Updates pylint from 2.17.7 to 3.2.7

Commits

Updates flake8 from 6.1.0 to 7.1.2

Commits
  • fffee8b Release 7.1.2
  • 19001f7 Merge pull request #1966 from PyCQA/limit-procs-to-file-count
  • f35737a avoid starting unnecessary processes when file count is limited
  • cf1542c Release 7.1.1
  • 939ea3d Merge pull request #1949 from stephenfin/issue-1948
  • bdcd5c2 Handle escaped braces in f-strings
  • 2a811cc Merge pull request #1946 from Viicos/patch-1
  • 10314ad Fix wording of plugins documentation
  • 65a38c4 Release 7.1.0
  • 34c97e0 Merge pull request #1939 from PyCQA/new-pycodestyle
  • Additional commits viewable in compare view

Updates cookiecutter from 2.5.0 to 2.6.0

Release notes

Sourced from cookiecutter's releases.

2.6.0

Changes

Minor Changes

CI/CD and QA changes

Documentation updates

Bugfixes

This release is made by wonderful contributors:

@​alanverresen, @​dependabot, @​dependabot[bot], @​ericof, @​jensens, @​kurtmckee, @​pre-commit-ci, @​pre-commit-ci[bot] and @​sacha-c

Changelog

Sourced from cookiecutter's changelog.

2.6.0 (2024-02-21)

Minor Changes

CI/CD and QA changes

Documentation updates

Bugfixes

This release is made by wonderful contributors:

@​alanverresen, @​dependabot, @​dependabot[bot], @​ericof, @​jensens, @​kurtmckee, @​pre-commit-ci, @​pre-commit-ci[bot] and @​sacha-c

Commits

Updates pre-commit from 2.21.0 to 3.5.0

Release notes

Sourced from pre-commit's releases.

pre-commit v3.5.0

Features

Fixes

Migrating

pre-commit v3.4.0

Features

Fixes

pre-commit v3.3.3

Fixes

pre-commit v3.3.2

Fixes

pre-commit v3.3.1

Fixes

pre-commit v3.3.0

Features

... (truncated)

Changelog

Sourced from pre-commit's changelog.

3.5.0 - 2023-10-13

Features

Fixes

Updating

3.4.0 - 2023-09-02

Features

Fixes

3.3.3 - 2023-06-13

Fixes

3.3.2 - 2023-05-17

Fixes

3.3.1 - 2023-05-02

... (truncated)

Commits
  • 61cc55a v3.5.0
  • c9945b9 Merge pull request #3029 from adamchainz/improve_duration_timing
  • d988767 Improve hook duration timing
  • 0d8b245 Merge pull request #3023 from pre-commit/pre-commit-ci-update-config
  • 155c521 [pre-commit.ci] pre-commit autoupdate
  • 676e51a Merge pull request #3024 from pre-commit/pick-shebang-path-without-spaces
  • 997ea0a use sys.executable instead of echo.exe in parse_shebang
  • 19aa121 Merge pull request #3016 from pre-commit/pre-commit-ci-update-config
  • a4ab977 [pre-commit.ci] pre-commit autoupdate
  • 3f3760b Merge pull request #3011 from hack3ric/bump-node-and-go-version
  • Additional commits viewable in compare view

Updates ansible-compat from 3.0.2 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

v24.8.0

Bugfixes

v24.7.0

Bugfixes

v24.6.1

Bugfixes

v24.6.0

Enhancements

Bugfixes

... (truncated)

Commits

Updates ansible-core from 2.13.13 to 2.15.13

Commits
  • a0ea1d4 New release v2.15.13 (#84248)
  • 398f0b2 Update Ansible release version to v2.15.13rc1.post0. (#84201)
  • 6ec3e10 New release v2.15.13rc1 (#84196)
  • c208a74 [stable-2.15] ansible-test - Improve container probe error handling (#84109) ...
  • 8bcd4f3 [stable-2.15] Preserve _ansible_no_log from action result; fix `include_var...
  • f7e1559 Add explicit winrm/psrp tests for HTTP and HTTPS (#83769) (#83808)
  • 8f04327 Fix ansible-vault integration test for missing vault ids (#83777) (#83784)
  • 0379473 [stable-2.15] user action, fix ssh-keygen issues (#84168)
  • 7c6e611 runtime-metadata sanity test: do not fail deprecation version checks if galax...
  • 7eaba44 [2.15] Trim selinux_policytype @ integration tests (#84140)
  • Additional commits viewable in compare view

Updates arrow from 1.3.0 to 1.4.0

Release notes

Sourced from arrow's releases.

Version 1.4.0

ADDED

CHANGED

FIXED

INTERNAL

Changelog

Sourced from arrow's changelog.

1.4.0 (2025-10-18)

  • [ADDED] Added week_start parameter to floor() and ceil() methods. PR [#1222](https://github.com/arrow-py/arrow/issues/1222) <https://github.com/arrow-py/arrow/pull/1222>_
  • [ADDED] Added FORMAT_RFC3339_STRICT with a T separator. PR [#1201](https://github.com/arrow-py/arrow/issues/1201) <https://github.com/arrow-py/arrow/pull/1201>_
  • [ADDED] Added Macedonian in Latin locale support. PR [#1200](https://github.com/arrow-py/arrow/issues/1200) <https://github.com/arrow-py/arrow/pull/1200>_
  • [ADDED] Added Persian/Farsi locale support. PR [#1190](https://github.com/arrow-py/arrow/issues/1190) <https://github.com/arrow-py/arrow/pull/1190>_
  • [ADDED] Added week and weeks to Thai locale timeframes. PR [#1218](https://github.com/arrow-py/arrow/issues/1218) <https://github.com/arrow-py/arrow/pull/1218>_
  • [ADDED] Added weeks to Catalan locale. PR [#1189](https://github.com/arrow-py/arrow/issues/1189) <https://github.com/arrow-py/arrow/pull/1189>_
  • [ADDED] Added Persian names of months, month-abbreviations and day-abbreviations in Gregorian calendar. PR [#1172](https://github.com/arrow-py/arrow/issues/1172) <https://github.com/arrow-py/arrow/pull/1172>_
  • [CHANGED] Migrated Arrow to use ZoneInfo for timezones instead of pytz. PR [#1217](https://github.com/arrow-py/arrow/issues/1217) <https://github.com/arrow-py/arrow/pull/1217>_
  • [FIXED] Fixed humanize month limits. PR [#1224](https://github.com/arrow-py/arrow/issues/1224) <https://github.com/arrow-py/arrow/pull/1224>_
  • [FIXED] Fixed type hint of Arrow.__getattr__. PR [#1171](https://github.com/arrow-py/arrow/issues/1171) <https://github.com/arrow-py/arrow/pull/1171>_
  • [FIXED] Fixed spelling and removed poorly used expressions in Korean locale. PR [#1181](https://github.com/arrow-py/arrow/issues/1181) <https://github.com/arrow-py/arrow/pull/1181>_
  • [FIXED] Updated shift() method for issue #1145. PR [#1194](https://github.com/arrow-py/arrow/issues/1194) <https://github.com/arrow-py/arrow/pull/1194>_
  • [FIXED] Improved Greek locale translations (seconds, days, "ago", and month typo). PR [#1184](https://github.com/arrow-py/arrow/issues/1184) <https://github.com/arrow-py/arrow/pull/1184>, PR [#1186](https://github.com/arrow-py/arrow/issues/1186) <https://github.com/arrow-py/arrow/pull/1186>
  • [FIXED] Addressed datetime.utcnow deprecation warning. PR [#1182](https://github.com/arrow-py/arrow/issues/1182) <https://github.com/arrow-py/arrow/pull/1182>_
  • [INTERNAL] Added codecov test results. PR [#1223](https://github.com/arrow-py/arrow/issues/1223) <https://github.com/arrow-py/arrow/pull/1223>_
  • [INTERNAL] Updated CI dependencies (actions/setup-python, actions/checkout, codecov/codecov-action, actions/cache).
  • [INTERNAL] Added docstrings to parser.py. PR [#1010](https://github.com/arrow-py/arrow/issues/1010) <https://github.com/arrow-py/arrow/pull/1010>_
  • [INTERNAL] Updated Python versions support and bumped CI dependencies. PR [#1177](https://github.com/arrow-py/arrow/issues/1177) <https://github.com/arrow-py/arrow/pull/1177>_
  • [INTERNAL] Added dependabot for GitHub actions. PR [#1193](https://github.com/arrow-py/arrow/issues/1193) <https://github.com/arrow-py/arrow/pull/1193>_
  • [INTERNAL] Moved dateutil types to test requirements. PR [#1183](https://github.com/arrow-py/arrow/issues/1183) <https://github.com/arrow-py/arrow/pull/1183>_
  • [INTERNAL] Added documentation link for arrow.format. PR [#1180](https://github.com/arrow-py/arrow/issues/1180) <https://github.com/arrow-py/arrow/pull/1180>_
Commits

Updates astroid from 2.15.8 to 3.3.11

Release notes

Sourced from astroid's releases.

v3.3.11

  • Fix a crash when parsing an empty arbitrary expression with extract_node (extract_node("__()")).

    Closes #2734

  • Fix a crash when parsing a slice called in a decorator on a function that is also decorated with a known six decorator.

    Closes #2721

v3.3.10

  • Avoid importing submodules sharing names with standard library modules.

    Closes #2684

  • Fix bug where pylint code.custom_extension would analyze code.py or code.pyi instead if they existed.

    Closes pylint-dev/pylint#3631

v3.3.9

What's New in astroid 3.3.9?

Release date: 2025-03-09

v3.3.8

What's New in astroid 3.3.8?

Release date: 2024-12-23

  • Fix inability to import collections.abc in python 3.13.1. The reported fixes in astroid 3.3.6 and 3.3.7 did not actually fix this issue.

    Closes pylint-dev/pylint#10112

v3.3.7

What's New in astroid 3.3.7?

Release date: 2024-12-21

  • Fix inability to import collections.abc in python 3.13.1. The reported fix in astroid 3.3.6

... (truncated)

Changelog

Sourced from

@dependabot @github

dependabot Bot commented on behalf of github Mar 28, 2026

Copy link
Copy Markdown
Author

Labels

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

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

@dependabot
dependabot Bot force-pushed the dependabot/pip/python-deps-7465951002 branch from 329254e to c310ce5 Compare April 1, 2026 20:11
Bumps the python-deps group with 59 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ansible](https://github.com/ansible-community/ansible-build-data) | `6.6.0` | `6.7.0` |
| [black](https://github.com/psf/black) | `22.12.0` | `24.8.0` |
| [pylint](https://github.com/pylint-dev/pylint) | `2.17.7` | `3.2.7` |
| [flake8](https://github.com/pycqa/flake8) | `6.1.0` | `7.1.2` |
| [cookiecutter](https://github.com/cookiecutter/cookiecutter) | `2.5.0` | `2.6.0` |
| [pre-commit](https://github.com/pre-commit/pre-commit) | `2.21.0` | `3.5.0` |
| [ansible-compat](https://github.com/ansible/ansible-compat) | `3.0.2` | `24.10.0` |
| [ansible-core](https://github.com/ansible/ansible) | `2.13.13` | `2.15.13` |
| [arrow](https://github.com/arrow-py/arrow) | `1.3.0` | `1.4.0` |
| [astroid](https://github.com/pylint-dev/astroid) | `2.15.8` | `3.3.11` |
| [attrs](https://github.com/python-attrs/attrs) | `23.2.0` | `26.1.0` |
| [bracex](https://github.com/facelessuser/bracex) | `2.4` | `2.6` |
| [certifi](https://github.com/certifi/python-certifi) | `2023.11.17` | `2026.4.22` |
| [cffi](https://github.com/python-cffi/cffi) | `1.16.0` | `2.0.0` |
| [charset-normalizer](https://github.com/jawah/charset_normalizer) | `3.3.2` | `3.4.7` |
| [click](https://github.com/pallets/click) | `8.1.7` | `8.1.8` |
| [cryptography](https://github.com/pyca/cryptography) | `41.0.7` | `47.0.0` |
| [dill](https://github.com/uqfoundation/dill) | `0.3.7` | `0.4.1` |
| [distlib](https://github.com/pypa/distlib) | `0.3.8` | `0.4.0` |
| [docker](https://github.com/docker/docker-py) | `7.0.0` | `7.1.0` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.13.1` | `3.19.1` |
| [identify](https://github.com/pre-commit/identify) | `2.5.33` | `2.6.15` |
| [idna](https://github.com/kjd/idna) | `3.6` | `3.13` |
| [isort](https://github.com/PyCQA/isort) | `5.13.2` | `6.1.0` |
| [jinja2](https://github.com/pallets/jinja) | `3.1.3` | `3.1.6` |
| [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.20.0` | `4.25.1` |
| [jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications) | `2023.12.1` | `2025.9.1` |
| [lazy-object-proxy](https://github.com/ionelmc/python-lazy-object-proxy) | `1.10.0` | `1.12.0` |
| [markupsafe](https://github.com/pallets/markupsafe) | `2.1.3` | `3.0.3` |
| [mypy-extensions](https://github.com/python/mypy_extensions) | `1.0.0` | `1.1.0` |
| [nodeenv](https://github.com/ekalinin/nodeenv) | `1.8.0` | `1.10.0` |
| [packaging](https://github.com/pypa/packaging) | `23.2` | `26.2` |
| [pathspec](https://github.com/cpburnz/python-pathspec) | `0.12.1` | `1.1.1` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.1.0` | `4.4.0` |
| [pluggy](https://github.com/pytest-dev/pluggy) | `1.3.0` | `1.6.0` |
| [pycodestyle](https://github.com/PyCQA/pycodestyle) | `2.11.1` | `2.14.0` |
| [pycparser](https://github.com/eliben/pycparser) | `2.21` | `2.23` |
| [pyflakes](https://github.com/PyCQA/pyflakes) | `3.1.0` | `3.4.0` |
| [pygments](https://github.com/pygments/pygments) | `2.17.2` | `2.20.0` |
| [python-dateutil](https://github.com/dateutil/dateutil) | `2.8.2` | `2.9.0.post0` |
| [python-slugify](https://github.com/un33k/python-slugify) | `8.0.1` | `8.0.4` |
| [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.3` |
| [referencing](https://github.com/python-jsonschema/referencing) | `0.32.1` | `0.36.2` |
| [requests](https://github.com/psf/requests) | `2.31.0` | `2.32.5` |
| [resolvelib](https://github.com/sarugaku/resolvelib) | `0.8.1` | `1.2.1` |
| [rich](https://github.com/Textualize/rich) | `13.7.0` | `15.0.0` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.17.1` | `0.27.1` |
| ruamel-yaml | `0.17.40` | `0.19.1` |
| [setuptools](https://github.com/pypa/setuptools) | `69.0.3` | `82.0.1` |
| [six](https://github.com/benjaminp/six) | `1.16.0` | `1.17.0` |
| [subprocess-tee](https://github.com/pycontribs/subprocess-tee) | `0.4.1` | `0.4.2` |
| [tomlkit](https://github.com/sdispater/tomlkit) | `0.12.3` | `0.14.0` |
| [types-python-dateutil](https://github.com/python/typeshed) | `2.8.19.20240106` | `2.9.0.20260124` |
| [typing-extensions](https://github.com/python/typing_extensions) | `4.9.0` | `4.15.0` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.1.0` | `2.6.3` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.25.0` | `21.3.0` |
| [wcmatch](https://github.com/facelessuser/wcmatch) | `8.5` | `10.1` |
| [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.16.0` | `2.1.2` |
| [yamllint](https://github.com/adrienverge/yamllint) | `1.33.0` | `1.37.1` |



Updates `ansible` from 6.6.0 to 6.7.0
- [Changelog](https://github.com/ansible-community/ansible-build-data/blob/main/docs/release-process.md)
- [Commits](ansible-community/ansible-build-data@6.6.0...6.7.0)

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

Updates `pylint` from 2.17.7 to 3.2.7
- [Release notes](https://github.com/pylint-dev/pylint/releases)
- [Commits](pylint-dev/pylint@v2.17.7...v3.2.7)

Updates `flake8` from 6.1.0 to 7.1.2
- [Commits](PyCQA/flake8@6.1.0...7.1.2)

Updates `cookiecutter` from 2.5.0 to 2.6.0
- [Release notes](https://github.com/cookiecutter/cookiecutter/releases)
- [Changelog](https://github.com/cookiecutter/cookiecutter/blob/2.6.0/HISTORY.md)
- [Commits](cookiecutter/cookiecutter@2.5.0...2.6.0)

Updates `pre-commit` from 2.21.0 to 3.5.0
- [Release notes](https://github.com/pre-commit/pre-commit/releases)
- [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md)
- [Commits](pre-commit/pre-commit@v2.21.0...v3.5.0)

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

Updates `ansible-core` from 2.13.13 to 2.15.13
- [Release notes](https://github.com/ansible/ansible/releases)
- [Commits](ansible/ansible@v2.13.13...v2.15.13)

Updates `arrow` from 1.3.0 to 1.4.0
- [Release notes](https://github.com/arrow-py/arrow/releases)
- [Changelog](https://github.com/arrow-py/arrow/blob/master/CHANGELOG.rst)
- [Commits](arrow-py/arrow@1.3.0...1.4.0)

Updates `astroid` from 2.15.8 to 3.3.11
- [Release notes](https://github.com/pylint-dev/astroid/releases)
- [Changelog](https://github.com/pylint-dev/astroid/blob/main/ChangeLog)
- [Commits](pylint-dev/astroid@v2.15.8...v3.3.11)

Updates `attrs` from 23.2.0 to 26.1.0
- [Release notes](https://github.com/python-attrs/attrs/releases)
- [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md)
- [Commits](python-attrs/attrs@23.2.0...26.1.0)

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

Updates `certifi` from 2023.11.17 to 2026.4.22
- [Commits](certifi/python-certifi@2023.11.17...2026.04.22)

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

Updates `charset-normalizer` from 3.3.2 to 3.4.7
- [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.7)

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 41.0.7 to 47.0.0
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](pyca/cryptography@41.0.7...47.0.0)

Updates `dill` from 0.3.7 to 0.4.1
- [Release notes](https://github.com/uqfoundation/dill/releases)
- [Commits](uqfoundation/dill@dill-0.3.7...0.4.1)

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 `docker` from 7.0.0 to 7.1.0
- [Release notes](https://github.com/docker/docker-py/releases)
- [Commits](docker/docker-py@7.0.0...7.1.0)

Updates `filelock` from 3.13.1 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.13.1...3.19.1)

Updates `identify` from 2.5.33 to 2.6.15
- [Commits](pre-commit/identify@v2.5.33...v2.6.15)

Updates `idna` from 3.6 to 3.13
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.6...v3.13)

Updates `isort` from 5.13.2 to 6.1.0
- [Release notes](https://github.com/PyCQA/isort/releases)
- [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md)
- [Commits](PyCQA/isort@5.13.2...6.1.0)

Updates `jinja2` from 3.1.3 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.3...3.1.6)

Updates `jsonschema` from 4.20.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.20.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 `lazy-object-proxy` from 1.10.0 to 1.12.0
- [Changelog](https://github.com/ionelmc/python-lazy-object-proxy/blob/master/CHANGELOG.rst)
- [Commits](ionelmc/python-lazy-object-proxy@v1.10.0...v1.12.0)

Updates `markupsafe` from 2.1.3 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.3...3.0.3)

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

Updates `nodeenv` from 1.8.0 to 1.10.0
- [Release notes](https://github.com/ekalinin/nodeenv/releases)
- [Changelog](https://github.com/ekalinin/nodeenv/blob/master/CHANGES)
- [Commits](ekalinin/nodeenv@1.8.0...1.10.0)

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

Updates `pathspec` from 0.12.1 to 1.1.1
- [Release notes](https://github.com/cpburnz/python-pathspec/releases)
- [Changelog](https://github.com/cpburnz/python-pathspec/blob/master/CHANGES.rst)
- [Commits](cpburnz/python-pathspec@v0.12.1...v1.1.1)

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

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

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.21 to 2.23
- [Release notes](https://github.com/eliben/pycparser/releases)
- [Commits](eliben/pycparser@release_v2.21...release_v2.23)

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.17.2 to 2.20.0
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](pygments/pygments@2.17.2...2.20.0)

Updates `python-dateutil` from 2.8.2 to 2.9.0.post0
- [Release notes](https://github.com/dateutil/dateutil/releases)
- [Changelog](https://github.com/dateutil/dateutil/blob/master/NEWS)
- [Commits](dateutil/dateutil@2.8.2...2.9.0.post0)

Updates `python-slugify` from 8.0.1 to 8.0.4
- [Changelog](https://github.com/un33k/python-slugify/blob/master/CHANGELOG.md)
- [Commits](un33k/python-slugify@v8.0.1...v8.0.4)

Updates `pyyaml` from 6.0.1 to 6.0.3
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/6.0.3/CHANGES)
- [Commits](yaml/pyyaml@6.0.1...6.0.3)

Updates `referencing` from 0.32.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.32.1...v0.36.2)

Updates `requests` from 2.31.0 to 2.32.5
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](psf/requests@v2.31.0...v2.32.5)

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

Updates `rich` from 13.7.0 to 15.0.0
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.7.0...v15.0.0)

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

Updates `ruamel-yaml` from 0.17.40 to 0.19.1

Updates `setuptools` from 69.0.3 to 82.0.1
- [Release notes](https://github.com/pypa/setuptools/releases)
- [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst)
- [Commits](pypa/setuptools@v69.0.3...v82.0.1)

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 `subprocess-tee` from 0.4.1 to 0.4.2
- [Release notes](https://github.com/pycontribs/subprocess-tee/releases)
- [Commits](pycontribs/subprocess-tee@v0.4.1...v0.4.2)

Updates `tomlkit` from 0.12.3 to 0.14.0
- [Release notes](https://github.com/sdispater/tomlkit/releases)
- [Changelog](https://github.com/python-poetry/tomlkit/blob/master/CHANGELOG.md)
- [Commits](python-poetry/tomlkit@0.12.3...0.14.0)

Updates `types-python-dateutil` from 2.8.19.20240106 to 2.9.0.20260124
- [Commits](https://github.com/python/typeshed/commits)

Updates `typing-extensions` from 4.9.0 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.9.0...4.15.0)

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

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

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

Updates `wrapt` from 1.16.0 to 2.1.2
- [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.1.2)

Updates `yamllint` from 1.33.0 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.33.0...v1.37.1)

---
updated-dependencies:
- dependency-name: ansible
  dependency-version: 6.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: ansible-compat
  dependency-version: 24.10.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: ansible-core
  dependency-version: 2.15.13
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: arrow
  dependency-version: 1.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: astroid
  dependency-version: 3.3.11
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: attrs
  dependency-version: 26.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: black
  dependency-version: 24.8.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: bracex
  dependency-version: '2.6'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: certifi
  dependency-version: 2026.2.25
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: cffi
  dependency-version: 2.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: charset-normalizer
  dependency-version: 3.4.6
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: click
  dependency-version: 8.1.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: cookiecutter
  dependency-version: 2.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: cryptography
  dependency-version: 46.0.6
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: dill
  dependency-version: 0.4.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: distlib
  dependency-version: 0.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: docker
  dependency-version: 7.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: filelock
  dependency-version: 3.19.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: flake8
  dependency-version: 7.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: identify
  dependency-version: 2.6.15
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: idna
  dependency-version: '3.11'
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: isort
  dependency-version: 6.1.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: jinja2
  dependency-version: 3.1.6
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: jsonschema
  dependency-version: 4.25.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: jsonschema-specifications
  dependency-version: 2025.9.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: lazy-object-proxy
  dependency-version: 1.12.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: markupsafe
  dependency-version: 3.0.3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: mypy-extensions
  dependency-version: 1.1.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: nodeenv
  dependency-version: 1.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: packaging
  dependency-version: '26.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: pathspec
  dependency-version: 1.0.4
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: platformdirs
  dependency-version: 4.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: pluggy
  dependency-version: 1.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: pre-commit
  dependency-version: 3.5.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: pycodestyle
  dependency-version: 2.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: pycparser
  dependency-version: '2.23'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: pyflakes
  dependency-version: 3.4.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: pygments
  dependency-version: 2.19.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: pylint
  dependency-version: 3.2.7
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: python-dateutil
  dependency-version: 2.9.0.post0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: python-slugify
  dependency-version: 8.0.4
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: pyyaml
  dependency-version: 6.0.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: referencing
  dependency-version: 0.36.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: requests
  dependency-version: 2.32.5
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: resolvelib
  dependency-version: 1.2.1
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: rich
  dependency-version: 14.3.3
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: rpds-py
  dependency-version: 0.27.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: ruamel-yaml
  dependency-version: 0.19.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: setuptools
  dependency-version: 82.0.1
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: six
  dependency-version: 1.17.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: subprocess-tee
  dependency-version: 0.4.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-deps
- dependency-name: tomlkit
  dependency-version: 0.14.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: types-python-dateutil
  dependency-version: 2.9.0.20260124
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: typing-extensions
  dependency-version: 4.15.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: urllib3
  dependency-version: 2.6.3
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
- dependency-name: virtualenv
  dependency-version: 21.2.0
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: wcmatch
  dependency-version: '10.1'
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: wrapt
  dependency-version: 2.1.2
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: python-deps
- dependency-name: yamllint
  dependency-version: 1.37.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore: bump the python-deps group with 59 updates chore: bump the python-deps group across 1 directory with 59 updates May 1, 2026
@dependabot
dependabot Bot force-pushed the dependabot/pip/python-deps-7465951002 branch from c310ce5 to e1d36eb Compare May 1, 2026 18:57
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