Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump the python-packages group with 30 updates #17

Merged
merged 1 commit into from
Oct 3, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 3, 2024

Bumps the python-packages group with 30 updates:

Package From To
ansible 10.1.0 10.4.0
ansible-compat 24.6.1 24.9.1
ansible-core 2.17.1 2.17.4
ansible-lint 24.6.1 24.9.2
attrs 23.2.0 24.2.0
black 24.4.2 24.8.0
bracex 2.4 2.5.post1
cachetools 5.3.3 5.5.0
certifi 2024.7.4 2024.8.30
cffi 1.16.0 1.17.1
cryptography 42.0.8 43.0.1
deepmerge 1.1.1 2.0
filelock 3.15.4 3.16.1
google-auth 2.31.0 2.35.0
idna 3.7 3.10
jsonschema 4.22.0 4.23.0
mitogen 0.3.7 0.3.11
molecule 24.6.1 24.9.0
packaging 23.2 24.1
platformdirs 4.2.2 4.3.6
pyasn1 0.6.0 0.6.1
pyasn1-modules 0.4.0 0.4.1
pynetbox 7.3.4 7.4.0
pytest 8.2.2 8.3.3
python-dateutil 2.9.0 2.9.0.post0
pyyaml 6.0.1 6.0.2
rich 13.7.1 13.9.1
rpds-py 0.18.1 0.20.0
urllib3 2.2.2 2.2.3
wcmatch 8.5.2 10.0

Updates ansible from 10.1.0 to 10.4.0

Commits
  • 0a11cf0 Ansible 10.4.0: Dependencies, changelog and porting guide (#454)
  • 7672603 Check out antsibull-fileutils as well. (#452)
  • ec63bb0 Order collections lexicographically. (#451)
  • 9104535 Remove mentions of the mailing list. Copy announce explanation from manual to...
  • 75c2b9e Check out antsiubll-docutils, and clean up nox workflow (#448)
  • 0c1c230 Ansible 10.3.0: Dependencies, changelog and porting guide (#447)
  • 5c467fc Ansible 9.9.0: Dependencies, changelog and porting guide (#446)
  • de1d1e1 cyberark.pas 1.0.27 has been tagged by now. (#445)
  • 6bc187e Ansible 10.2.0: Dependencies, changelog and porting guide (#443)
  • e4e5522 Ansible 9.8.0: Dependencies, changelog and porting guide (#444)
  • Additional commits viewable in compare view

Updates ansible-compat from 24.6.1 to 24.9.1

Release notes

Sourced from ansible-compat's releases.

v24.9.1

Bugfixes

v24.9.0

Enhancements

Bugfixes

v24.8.0

Bugfixes

v24.7.0

Bugfixes

Commits

Updates ansible-core from 2.17.1 to 2.17.4

Release notes

Sourced from ansible-core's releases.

v2.17.4

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.17.4rc1

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.17.3

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.17.3rc1

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

v2.17.2

Changelog

See the full changelog for the changes included in this release.

Release Artifacts

... (truncated)

Commits

Updates ansible-lint from 24.6.1 to 24.9.2

Release notes

Sourced from ansible-lint's releases.

v24.9.2

Bugfixes

v24.9.1

Bugfixes

Other

v24.9.0

Enhancements

Bugfixes

v24.7.0

Bugfixes

Commits
  • 3b5bee1 Fix github action (#4342)
  • 712b530 Fix missing MatchErrors due to hash collisions (#4307)
  • cd3dbd0 Remove requirement of options field in argument_specs.yaml (#4291)
  • 4e3058f Correct use of working directory with ansible-lint github action (#4340)
  • 571711f Avoid running application initialization twice (#4335)
  • 9d63816 Handle bare exception case from nested jinja2 vars (#4315)
  • 242fea0 Move PYTEST_REQPASS to tox.ini to allow its update from forks (#4339)
  • 763880a Require ansible-compat>=24.9.1 (#4336)
  • 8d9fe1d Bump coactions/dynamic-matrix from 1 to 3 (#4294)
  • 1bbe6d1 Update execution environment schema (#4334)
  • Additional commits viewable in compare view

Updates attrs from 23.2.0 to 24.2.0

Commits

Updates black from 24.4.2 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)
Changelog

Sourced from black's changelog.

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)
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 bracex from 2.4 to 2.5.post1

Release notes

Sourced from bracex's releases.

2.5.post1

  • FIX: Fix PyPI landing page.

2.5

  • NEW Add Python 3.13 support.
Commits

Updates cachetools from 5.3.3 to 5.5.0

Changelog

Sourced from cachetools's changelog.

v5.5.0 (2024-08-18)

  • TTLCache.expire() returns iterable of expired (key, value) pairs.

  • TLRUCache.expire() returns iterable of expired (key, value) pairs.

  • Documentation improvements.

  • Update CI environment.

v5.4.0 (2024-07-15)

  • Add the keys.typedmethodkey decorator.

  • Deprecate MRUCache class.

  • Deprecate @func.mru_cache decorator.

  • Update CI environment.

Commits

Updates certifi from 2024.7.4 to 2024.8.30

Commits

Updates cffi from 1.16.0 to 1.17.1

Release notes

Sourced from cffi's releases.

v1.17.1

  • Fix failing distutils.msvc9compiler imports under Windows (#118).
  • ffibuilder.emit_python_code() and ffibuiler.emit_c_code() accept file-like objects (#115).
  • ffiplatform calls are bypassed by ffibuilder.emit_python_code() and ffibuilder.emit_c_code() (#81).

Full Changelog: python-cffi/cffi@v1.17.0...v1.17.1

v1.17.0

  • Add support for Python 3.13.
    • Free-threaded CPython builds (i.e. python3.13t and the 3.13t ABI) are not currently supported.
  • In API mode, when you get a function from a C library by writing fn = lib.myfunc, you get an object of a special type for performance reasons, instead of a <cdata 'C-function-type'>. Before version 1.17 you could only call such objects. You could write ffi.addressof(lib, "myfunc") in order to get a real <cdata> object, based on the idea that in these cases in C you'd usually write &myfunc instead of myfunc. In version 1.17, the special object lib.myfunc can now be passed in many places where CFFI expects a regular <cdata> object. For example, you can now pass it as a callback to a C function call, or write it inside a C structure field of the correct pointer-to-function type, or use ffi.cast() or ffi.typeof() on it.

Full Changelog: python-cffi/cffi@v1.16.0...v1.17.0

v1.17.0rc1

  • Add support for Python 3.13.
  • In API mode, when you get a function from a C library by writing fn = lib.myfunc, you get an object of a special type for performance reasons, instead of a object. For example, you can now pass it as a callback to a C function call, or write it inside a C structure field of the correct pointer-to-function type, or use ffi.cast() or ffi.typeof() on it.
  • Build wheels for musllinux aarch64.
Commits

Updates cryptography from 42.0.8 to 43.0.1

Changelog

Sourced from cryptography's changelog.

43.0.1 - 2024-09-03


* Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.2.

.. _v43-0-0:

43.0.0 - 2024-07-20

  • BACKWARDS INCOMPATIBLE: Support for OpenSSL less than 1.1.1e has been removed. Users on older version of OpenSSL will need to upgrade.
  • BACKWARDS INCOMPATIBLE: Dropped support for LibreSSL < 3.8.
  • Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.3.1.
  • Updated the minimum supported Rust version (MSRV) to 1.65.0, from 1.63.0.
  • :func:~cryptography.hazmat.primitives.asymmetric.rsa.generate_private_key now enforces a minimum RSA key size of 1024-bit. Note that 1024-bit is still considered insecure, users should generally use a key size of 2048-bits.
  • :func:~cryptography.hazmat.primitives.serialization.pkcs7.serialize_certificates now emits ASN.1 that more closely follows the recommendations in :rfc:2315.
  • Added new :doc:/hazmat/decrepit/index module which contains outdated and insecure cryptographic primitives. :class:~cryptography.hazmat.primitives.ciphers.algorithms.CAST5, :class:~cryptography.hazmat.primitives.ciphers.algorithms.SEED, :class:~cryptography.hazmat.primitives.ciphers.algorithms.IDEA, and :class:~cryptography.hazmat.primitives.ciphers.algorithms.Blowfish, which were deprecated in 37.0.0, have been added to this module. They will be removed from the cipher module in 45.0.0.
  • Moved :class:~cryptography.hazmat.primitives.ciphers.algorithms.TripleDES and :class:~cryptography.hazmat.primitives.ciphers.algorithms.ARC4 into :doc:/hazmat/decrepit/index and deprecated them in the cipher module. They will be removed from the cipher module in 48.0.0.
  • Added support for deterministic :class:~cryptography.hazmat.primitives.asymmetric.ec.ECDSA (:rfc:6979)
  • Added support for client certificate verification to the :mod:X.509 path validation <cryptography.x509.verification> APIs in the form of :class:~cryptography.x509.verification.ClientVerifier, :class:~cryptography.x509.verification.VerifiedClient, and PolicyBuilder :meth:~cryptography.x509.verification.PolicyBuilder.build_client_verifier.
  • Added Certificate :attr:~cryptography.x509.Certificate.public_key_algorithm_oid and Certificate Signing Request :attr:~cryptography.x509.CertificateSigningRequest.public_key_algorithm_oid to determine the :class:~cryptography.hazmat._oid.PublicKeyAlgorithmOID Object Identifier of the public key found inside the certificate.
  • Added :attr:~cryptography.x509.InvalidityDate.invalidity_date_utc, a timezone-aware alternative to the naïve datetime attribute :attr:~cryptography.x509.InvalidityDate.invalidity_date.
  • Added support for parsing empty DN string in

... (truncated)

Commits

Updates deepmerge from 1.1.1 to 2.0

Release notes

Sourced from deepmerge's releases.

v2.0

Breaking Changes

What's Changed

New Contributors

Full Changelog: toumorokoshi/deepmerge@v1.1.1...v2.0

v2.0b0

What's Changed

New Contributors

Full Changelog: toumorokoshi/deepmerge@v1.1.1...v2.0b0

Commits
  • 1de7d18 chore: fixing lint
  • bc16d56 chore: add unit test for extended set
  • 7f3fd66 fix: Different hash for same dictionaries problem (#32)
  • 31c2aa9 feat: add typing for merge and value_strategy functions (#33)
  • 4e1f31e chore: Remove redundant black config (#31)
  • 3bb38cb feat: add typing / drop Python < 3.8 support (#30)
  • d1c417e minor: small doc improvement (#29)
  • See full diff in compare view

Updates filelock from 3.15.4 to 3.16.1

Release notes

Sourced from filelock's releases.

3.16.1

What's Changed

Full Changelog: tox-dev/filelock@3.16.0...3.16.1

3.16.0

What's Changed

Full Changelog: tox-dev/filelock@3.15.4...3.16.0

Commits

Updates google-auth from 2.31.0 to 2.35.0

Release notes

Sourced from google-auth's releases.

v2.35.0

2.35.0 (2024-09-17)

Features

Bug Fixes

  • Remove token_info call from token refresh path (#1595) (afb9e5a)

v2.35.0rc0

2.35.0rc0 (2024-09-17)

Features

Bug Fixes

  • Remove token_info call from token refresh path (#1595) (afb9e5a)

v2.34.0

2.34.0 (2024-08-13)

Features

  • auth: Update get_client_ssl_credentials to support X.509 workload certs (#1558) (18c2ec1)

Bug Fixes

  • Retry token request on retryable status code (#1563) (f858a15)

v2.33.0

2.33.0 (2024-08-06)

Features

  • Implement async StaticCredentials using access tokens (#1559) (dc17dfc)
  • Implement base classes for credentials and request sessions (#1551) (036dac4)

... (truncated)

Changelog

Sourced from google-auth's changelog.

2.35.0 (2024-09-17)

Features

Bug Fixes

  • Remove token_info call from token refresh path (#1595) (afb9e5a)

2.34.0 (2024-08-13)

Features

  • auth: Update get_client_ssl_credentials to support X.509 workload certs (#1558) (18c2ec1)

Bug Fixes

  • Retry token request on retryable status code (#1563) (

Bumps the python-packages group with 30 updates:

| Package | From | To |
| --- | --- | --- |
| [ansible](https://github.com/ansible-community/ansible-build-data) | `10.1.0` | `10.4.0` |
| [ansible-compat](https://github.com/ansible/ansible-compat) | `24.6.1` | `24.9.1` |
| [ansible-core](https://github.com/ansible/ansible) | `2.17.1` | `2.17.4` |
| [ansible-lint](https://github.com/ansible/ansible-lint) | `24.6.1` | `24.9.2` |
| [attrs](https://github.com/sponsors/hynek) | `23.2.0` | `24.2.0` |
| [black](https://github.com/psf/black) | `24.4.2` | `24.8.0` |
| [bracex](https://github.com/facelessuser/bracex) | `2.4` | `2.5.post1` |
| [cachetools](https://github.com/tkem/cachetools) | `5.3.3` | `5.5.0` |
| [certifi](https://github.com/certifi/python-certifi) | `2024.7.4` | `2024.8.30` |
| [cffi](https://github.com/python-cffi/cffi) | `1.16.0` | `1.17.1` |
| [cryptography](https://github.com/pyca/cryptography) | `42.0.8` | `43.0.1` |
| [deepmerge](https://github.com/toumorokoshi/deepmerge) | `1.1.1` | `2.0` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.15.4` | `3.16.1` |
| [google-auth](https://github.com/googleapis/google-auth-library-python) | `2.31.0` | `2.35.0` |
| [idna](https://github.com/kjd/idna) | `3.7` | `3.10` |
| [jsonschema](https://github.com/python-jsonschema/jsonschema) | `4.22.0` | `4.23.0` |
| [mitogen](https://github.com/mitogen-hq/mitogen) | `0.3.7` | `0.3.11` |
| [molecule](https://github.com/ansible-community/molecule) | `24.6.1` | `24.9.0` |
| [packaging](https://github.com/pypa/packaging) | `23.2` | `24.1` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.2.2` | `4.3.6` |
| [pyasn1](https://github.com/pyasn1/pyasn1) | `0.6.0` | `0.6.1` |
| [pyasn1-modules](https://github.com/pyasn1/pyasn1-modules) | `0.4.0` | `0.4.1` |
| [pynetbox](https://github.com/netbox-community/pynetbox) | `7.3.4` | `7.4.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.2.2` | `8.3.3` |
| [python-dateutil](https://github.com/dateutil/dateutil) | `2.9.0` | `2.9.0.post0` |
| [pyyaml](https://github.com/yaml/pyyaml) | `6.0.1` | `6.0.2` |
| [rich](https://github.com/Textualize/rich) | `13.7.1` | `13.9.1` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.18.1` | `0.20.0` |
| [urllib3](https://github.com/urllib3/urllib3) | `2.2.2` | `2.2.3` |
| [wcmatch](https://github.com/facelessuser/wcmatch) | `8.5.2` | `10.0` |


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

Updates `ansible-compat` from 24.6.1 to 24.9.1
- [Release notes](https://github.com/ansible/ansible-compat/releases)
- [Commits](ansible/ansible-compat@v24.6.1...v24.9.1)

Updates `ansible-core` from 2.17.1 to 2.17.4
- [Release notes](https://github.com/ansible/ansible/releases)
- [Commits](ansible/ansible@v2.17.1...v2.17.4)

Updates `ansible-lint` from 24.6.1 to 24.9.2
- [Release notes](https://github.com/ansible/ansible-lint/releases)
- [Commits](ansible/ansible-lint@v24.6.1...v24.9.2)

Updates `attrs` from 23.2.0 to 24.2.0
- [Commits](https://github.com/sponsors/hynek/commits)

Updates `black` from 24.4.2 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@24.4.2...24.8.0)

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

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

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

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

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

Updates `deepmerge` from 1.1.1 to 2.0
- [Release notes](https://github.com/toumorokoshi/deepmerge/releases)
- [Commits](toumorokoshi/deepmerge@v1.1.1...v2.0)

Updates `filelock` from 3.15.4 to 3.16.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.16.1)

Updates `google-auth` from 2.31.0 to 2.35.0
- [Release notes](https://github.com/googleapis/google-auth-library-python/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python@v2.31.0...v2.35.0)

Updates `idna` from 3.7 to 3.10
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](kjd/idna@v3.7...v3.10)

Updates `jsonschema` from 4.22.0 to 4.23.0
- [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.22.0...v4.23.0)

Updates `mitogen` from 0.3.7 to 0.3.11
- [Release notes](https://github.com/mitogen-hq/mitogen/releases)
- [Changelog](https://github.com/mitogen-hq/mitogen/blob/master/docs/changelog.rst)
- [Commits](mitogen-hq/mitogen@v0.3.7...v0.3.11)

Updates `molecule` from 24.6.1 to 24.9.0
- [Release notes](https://github.com/ansible-community/molecule/releases)
- [Commits](ansible/molecule@v24.6.1...v24.9.0)

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

Updates `platformdirs` from 4.2.2 to 4.3.6
- [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.3.6)

Updates `pyasn1` from 0.6.0 to 0.6.1
- [Release notes](https://github.com/pyasn1/pyasn1/releases)
- [Changelog](https://github.com/pyasn1/pyasn1/blob/main/CHANGES.rst)
- [Commits](pyasn1/pyasn1@v0.6.0...v0.6.1)

Updates `pyasn1-modules` from 0.4.0 to 0.4.1
- [Release notes](https://github.com/pyasn1/pyasn1-modules/releases)
- [Changelog](https://github.com/pyasn1/pyasn1-modules/blob/main/CHANGES.txt)
- [Commits](pyasn1/pyasn1-modules@v0.4.0...v0.4.1)

Updates `pynetbox` from 7.3.4 to 7.4.0
- [Release notes](https://github.com/netbox-community/pynetbox/releases)
- [Commits](netbox-community/pynetbox@v7.3.4...v7.4.0)

Updates `pytest` from 8.2.2 to 8.3.3
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@8.2.2...8.3.3)

Updates `python-dateutil` from 2.9.0 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.9.0...2.9.0.post0)

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

Updates `rich` from 13.7.1 to 13.9.1
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.7.1...v13.9.1)

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

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

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

---
updated-dependencies:
- dependency-name: ansible
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: ansible-compat
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: ansible-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: ansible-lint
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: attrs
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: bracex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: cachetools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: certifi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: cffi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: deepmerge
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: filelock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: google-auth
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: jsonschema
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: mitogen
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: molecule
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: packaging
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: platformdirs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pyasn1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pyasn1-modules
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pynetbox
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: python-dateutil
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: pyyaml
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: rpds-py
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: wcmatch
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 3, 2024
@azat azat self-assigned this Oct 3, 2024
@azat azat merged commit 2967a83 into main Oct 3, 2024
4 checks passed
@azat azat deleted the dependabot/pip/python-packages-bd6b102598 branch October 3, 2024 07:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant