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 dependencies group across 1 directory with 66 updates #361

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Nov 24, 2024

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

Package From To
aiohappyeyeballs 2.4.0 2.4.3
ansible-compat 24.8.0 24.10.0
antsibull-changelog 0.29.0 0.31.1
antsibull-core 3.0.2 3.4.0
antsibull-docs 2.13.1 2.16.1
async-timeout 4.0.3 5.0.1
azure-core 1.30.2 1.32.0
black 24.8.0 24.10.0
botocore 1.35.7 1.35.68
bracex 2.5 2.5.post1
build 1.2.1 1.2.2.post1
cffi 1.17.0 1.17.1
charset-normalizer 3.3.2 3.4.0
cryptography 43.0.1 43.0.3
distlib 0.3.8 0.3.9
docutils 0.20.1 0.21.2
filelock 3.15.4 3.16.1
flake8 6.1.0 7.1.1
frozenlist 1.4.1 1.5.0
galaxy-importer 0.4.24 0.4.26
idna 3.8 3.10
importlib-metadata 6.2.1 8.5.0
importlib-resources 5.0.7 6.4.5
isodate 0.6.1 0.7.2
janus 1.0.0 1.1.0
jaraco-functools 4.0.2 4.1.0
jpy 0.18.0 0.19.0
jsonschema-specifications 2023.12.1 2024.10.1
keyring 25.3.0 25.5.0
markupsafe 2.1.5 3.0.2
mdit-py-plugins 0.4.1 0.4.2
mk 2.6.1 2.7.0
more-itertools 10.4.0 10.5.0
multidict 6.0.5 6.1.0
packaging 24.1 24.2
perky 0.9.2 0.9.3
pip 24.2 24.3.1
pkginfo 1.10.0 1.11.2
platformdirs 4.2.2 4.3.6
psycopg 3.1.18 3.2.3
psycopg-binary 3.1.18 3.2.3
psycopg-pool 3.2.2 3.2.4
pycodestyle 2.11.1 2.12.1
pydantic 2.8.2 2.10.1
pydantic-core 2.20.1 2.27.1
pyflakes 3.1.0 3.2.0
pyparsing 3.1.4 3.2.0
pyproject-api 1.7.1 1.8.0
pyproject-hooks 1.1.0 1.2.0
python-daemon 3.0.1 3.1.0
readme-renderer 43.0 44.0
resolvelib 1.0.1 1.1.0
rich 13.8.0 13.9.4
rpds-py 0.20.0 0.21.0
ruamel-yaml-clib 0.2.8 0.2.12
sphinx-rtd-theme 2.0.0 3.0.2
tomli 2.0.1 2.1.0
typer 0.12.5 0.13.1
typer-config 1.4.0 1.4.2
urllib3 1.26.20 2.2.3
virtualenv 20.26.3 20.27.1
wcmatch 9.0 10.0
websockets 13.0.1 14.1
wrapt 1.16.0 1.17.0
yarl 1.9.8 1.18.0
zipp 3.20.1 3.21.0

Updates aiohappyeyeballs from 2.4.0 to 2.4.3

Release notes

Sourced from aiohappyeyeballs's releases.

v2.4.3 (2024-09-30)

Fix

  • fix: rewrite staggered_race to be race safe (#101)

  • fix: re-raise RuntimeError when uvloop raises RuntimeError during connect (#105) (c8f1fa9)

v2.4.2 (2024-09-27)

Fix

  • fix: copy staggered from standard lib for python 3.12+ (#95) (c5a4023)

v2.4.1 (2024-09-26)

Fix

  • fix: avoid passing loop to staggered.staggered_race (#94) (5f80b79)
Changelog

Sourced from aiohappyeyeballs's changelog.

v2.4.3 (2024-09-30)

Fix

  • Rewrite staggered_race to be race safe (#101) (9db617a)
  • Re-raise runtimeerror when uvloop raises runtimeerror during connect (#105) (c8f1fa9)

v2.4.2 (2024-09-27)

Fix

  • Copy staggered from standard lib for python 3.12+ (#95) (c5a4023)

v2.4.1 (2024-09-26)

Fix

  • Avoid passing loop to staggered.staggered_race (#94) (5f80b79)
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 antsibull-changelog from 0.29.0 to 0.31.1

Release notes

Sourced from antsibull-changelog's releases.

0.31.1

Release Summary

Bugfix release for ansible-core.

Bugfixes

0.31.0

Release Summary

Feature release.

Minor Changes

Breaking Changes / Porting Guide

  • More internal code related to the old changelog format has been removed. This only potentially affects other projects which consume antsibull-changelog as a library. The sister antsibull projects antsibull-build and antsibull-docs might only be affected in older versions. Users of the antsibull-changelog CLI tool are not affected by this change (ansible-community/antsibull-changelog#179).

0.30.0

Release Summary

Feature release.

Minor Changes

Changelog

Sourced from antsibull-changelog's changelog.

v0.31.1

Release Summary

Bugfix release for ansible-core.

Bugfixes

v0.31.0

Release Summary

Feature release.

Minor Changes

Breaking Changes / Porting Guide

  • More internal code related to the old changelog format has been removed. This only potentially affects other projects which consume antsibull-changelog as a library. The sister antsibull projects antsibull-build and antsibull-docs might only be affected in older versions. Users of the antsibull-changelog CLI tool are not affected by this change (ansible-community/antsibull-changelog#179).

v0.30.0

Release Summary

Feature release.

Minor Changes

  • Allow to configure the used VCS in changelogs/config.yml. Valid choices are none (default), git, or auto. If set to git, or auto detects that the project is part of a Git repository, only non-ignored files will be copied to a temporary directory when trying to load information on Ansible modules, plugins and roles (ansible-community/antsibull-changelog#172, ansible-community/antsibull-changelog#175).
  • Antsibull-changelog now depends on the new package antsibull-docutils. This should not have any visible impact, expect potentially improved MarkDown output (ansible-community/antsibull-changelog#174).
  • Antsibull-changelog now depends on the new project antsibull-fileutils (ansible-community/antsibull-changelog#176).
  • If you are using argcomplete <https://pypi.org/project/argcomplete/>__ global completion, you can now tab-complete antsibull-changelog command lines. See Activating global completion <https://pypi.org/project/argcomplete/#activating-global-completion>__ in the argcomplete README for how to enable tab completion globally. This will also tab-complete Ansible commands such as ansible-playbook and ansible-test (ansible-community/antsibull-changelog#173).
Commits
  • c9b1bcf Release 0.31.1.
  • f4b6fa5 Prepare 0.31.1.
  • 2fe1349 Fix namespace extraction for ansible-core modules (#185)
  • eea355c Post-release version bump.
  • 6ae8fd4 Release 0.31.0.
  • 4c3daae Prepare 0.31.0.
  • de2a26c Add --strict parameter to lint-changelog-yaml subcommand. (#182)
  • 5f6ad77 Allow to handle extra data while loading, saving, and linting (#181)
  • c3b3b27 Add Python 3.13 to CI and supported Python versions. (#180)
  • 044b0eb Remove more traces of the old changelog format. (#179)
  • Additional commits viewable in compare view

Updates antsibull-core from 3.0.2 to 3.4.0

Release notes

Sourced from antsibull-core's releases.

3.4.0

Release Summary

Feature release.

Minor Changes

3.3.0

Release Summary

Feature release.

Minor Changes

3.2.0

Release Summary

Feature and bugfix release.

Minor Changes

Bugfixes

3.1.0

Release Summary

Feature release adding a new dependency.

Minor Changes

Changelog

Sourced from antsibull-core's changelog.

v3.4.0

Release Summary

Feature release.

Minor Changes

v3.3.0

Release Summary

Feature release.

Minor Changes

v3.2.0

Release Summary

Feature and bugfix release.

Minor Changes

Bugfixes

v3.1.0

Release Summary

... (truncated)

Commits

Updates antsibull-docs from 2.13.1 to 2.16.1

Release notes

Sourced from antsibull-docs's releases.

2.16.1

Release Summary

Bugfix release.

Bugfixes

  • Also consider action plugin redirects/deprecations in runtime metadata for modules, since for users there is no difference. Also ansible.builtin.yum only has a action plugin redirect to ansible.builtin.dnf, so this is needed to ensure that a stub page generated for ansible.builtin.yum (ansible-community/antsibull-docs#360).

2.16.0

Release Summary

Feature release.

Minor Changes

2.15.0

Release Summary

Bugfix and feature release which migrates to Pydantic 2.

Minor Changes

2.14.0

Release Summary

Feature release.

Minor Changes

Changelog

Sourced from antsibull-docs's changelog.

v2.16.1

Release Summary

Bugfix release.

Bugfixes

  • Also consider action plugin redirects/deprecations in runtime metadata for modules, since for users there is no difference. Also ansible.builtin.yum only has a action plugin redirect to ansible.builtin.dnf, so this is needed to ensure that a stub page generated for ansible.builtin.yum (ansible-community/antsibull-docs#360).

v2.16.0

Release Summary

Feature release.

Minor Changes

v2.15.0

Release Summary

Bugfix and feature release which migrates to Pydantic 2.

Minor Changes

v2.14.0

Release Summary

... (truncated)

Commits

Updates async-timeout from 4.0.3 to 5.0.1

Release notes

Sourced from async-timeout's releases.

5.0.1

Misc

  • [#423](https://github.com/aio-libs/async-timeout/issues/423) <https://github.com/aio-libs/async-timeout/issues/423>_

5.0.0

Features

  • Make asyncio_timeout fully compatible with the standard asyncio.Timeout but keep backward compatibility with existing asyncio_timeout.Timeout API. ([#422](https://github.com/aio-libs/async-timeout/issues/422) <https://github.com/aio-libs/async-timeout/issues/422>_)

Improved Documentation

  • On the CHANGES/README.rst <https://github.com/aio-libs/async-timeout/tree/master/CHANGES/README.rst>_ page, a link to the Towncrier philosophy has been fixed. ([#388](https://github.com/aio-libs/async-timeout/issues/388) <https://github.com/aio-libs/async-timeout/issues/388>_)

Deprecations and Removals

  • Drop deprecated sync context manager support, use async with timeout(...): ... instead. ([#421](https://github.com/aio-libs/async-timeout/issues/421) <https://github.com/aio-libs/async-timeout/issues/421>_)
Changelog

Sourced from async-timeout's changelog.

5.0.1 (2024-11-06)

Misc

  • [#423](https://github.com/aio-libs/async-timeout/issues/423) <https://github.com/aio-libs/async-timeout/issues/423>_

5.0.0 (2024-10-31)

Features

  • Make asyncio_timeout fully compatible with the standard asyncio.Timeout but keep backward compatibility with existing asyncio_timeout.Timeout API. ([#422](https://github.com/aio-libs/async-timeout/issues/422) <https://github.com/aio-libs/async-timeout/issues/422>_)

Improved Documentation

  • On the CHANGES/README.rst <https://github.com/aio-libs/async-timeout/tree/master/CHANGES/README.rst>_ page, a link to the Towncrier philosophy has been fixed. ([#388](https://github.com/aio-libs/async-timeout/issues/388) <https://github.com/aio-libs/async-timeout/issues/388>_)

Deprecations and Removals

  • Drop deprecated sync context manager support, use async with timeout(...): ... instead. ([#421](https://github.com/aio-libs/async-timeout/issues/421) <https://github.com/aio-libs/async-timeout/issues/421>_)
Commits

Updates azure-core from 1.30.2 to 1.32.0

Release notes

Sourced from azure-core's releases.

azure-core_1.32.0

1.32.0 (2024-10-31)

Features Added

  • Added a default implementation to handle token challenges in BearerTokenCredentialPolicy and AsyncBearerTokenCredentialPolicy.

Bugs Fixed

  • Fixed an issue where the tracing_attributes keyword argument wasn't being handled at the request/method level. #38164

Other Changes

  • Log "x-vss-e2eid" and "x-msedge-ref" headers in HttpLoggingPolicy.
Commits

Updates black from 24.8.0 to 24.10.0

Release notes

Sourced from black's releases.

24.10.0

Highlights

  • Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (#4436) (#4449)
  • Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. (#4447)
  • Black no longer supports running with Python 3.8 (#4452)

Stable style

  • Fix crashes involving comments in parenthesised return types or X | Y style unions. (#4453)
  • Fix skipping Jupyter cells with unknown %% magic (#4462)

Preview style

  • Fix type annotation spacing between * and more complex type variable tuple (i.e. def fn(*args: *tuple[*Ts, T]) -> None: pass) (#4440)

Caching

  • Fix bug where the cache was shared between runs with and without --unstable (#4466)

Packaging

  • Upgrade version of mypyc used to 1.12 beta (#4450) (#4449)
  • blackd now requires a newer version of aiohttp. (#4451)

Output

  • Added Python target version information on parse error (#4378)
  • Add information about Black version to internal error messages (#4457)
Changelog

Sourced from black's changelog.

24.10.0

Highlights

  • Black is now officially tested with Python 3.13 and provides Python 3.13 mypyc-compiled wheels. (#4436) (#4449)
  • Black will issue an error when used with Python 3.12.5, due to an upstream memory safety issue in Python 3.12.5 that can cause Black's AST safety checks to fail. Please use Python 3.12.6 or Python 3.12.4 instead. (#4447)
  • Black no longer supports running with Python 3.8 (#4452)

Stable style

  • Fix crashes involving comments in parenthesised return types or X | Y style unions. (#4453)
  • Fix skipping Jupyter cells with unknown %% magic (#4462)

Preview style

  • Fix type annotation spacing between * and more complex type variable tuple (i.e. def fn(*args: *tuple[*Ts, T]) -> None: pass) (#4440)

Caching

  • Fix bug where the cache was shared between runs with and without --unstable (#4466)

Packaging

  • Upgrade version of mypyc used to 1.12 beta (#4450) (#4449)
  • blackd now requires a newer version of aiohttp. (#4451)

Output

  • Added Python target version information on parse error (#4378)
  • Add information about Black version to internal error messages (#4457)
Commits

Updates botocore from 1.35.7 to 1.35.68

Commits
  • 258f61e Merge branch 'release-1.35.68'
  • 366f29c Bumping version to 1.35.68
  • 9864729 Update endpoints model
  • 4c4278b Update to latest models
  • acf8abe Merge customizations for QuickSight
  • fce24c0 Merge branch 'release-1.35.67' into develop
  • 9455f6b Merge branch 'release-1.35.67'
  • 0d110b9 Bumping version to 1.35.67
  • e341547 Update endpoints model
  • 5c8efd3 Update to latest models
  • Additional commits viewable in compare view

Updates bracex from 2.5 to 2.5.post1

Release notes

Sourced from bracex's releases.

2.5.post1

  • FIX: Fix PyPI landing page.
Commits

Updates build from 1.2.1 to 1.2.2.post1

Release notes

Sourced from build's releases.

1.2.2.post1

This release only makes metadata (Python 3.13 classifier), docs, and test suite changes.

What's Changed

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

| Package | From | To |
| --- | --- | --- |
| [aiohappyeyeballs](https://github.com/aio-libs/aiohappyeyeballs) | `2.4.0` | `2.4.3` |
| [ansible-compat](https://github.com/ansible/ansible-compat) | `24.8.0` | `24.10.0` |
| [antsibull-changelog](https://github.com/ansible-community/antsibull-changelog) | `0.29.0` | `0.31.1` |
| [antsibull-core](https://github.com/ansible-community/antsibull-core) | `3.0.2` | `3.4.0` |
| [antsibull-docs](https://github.com/ansible-community/antsibull-docs) | `2.13.1` | `2.16.1` |
| [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.32.0` |
| [black](https://github.com/psf/black) | `24.8.0` | `24.10.0` |
| [botocore](https://github.com/boto/botocore) | `1.35.7` | `1.35.68` |
| [bracex](https://github.com/facelessuser/bracex) | `2.5` | `2.5.post1` |
| [build](https://github.com/pypa/build) | `1.2.1` | `1.2.2.post1` |
| [cffi](https://github.com/python-cffi/cffi) | `1.17.0` | `1.17.1` |
| [charset-normalizer](https://github.com/Ousret/charset_normalizer) | `3.3.2` | `3.4.0` |
| [cryptography](https://github.com/pyca/cryptography) | `43.0.1` | `43.0.3` |
| [distlib](https://github.com/pypa/distlib) | `0.3.8` | `0.3.9` |
| [docutils](https://docutils.sourceforge.io) | `0.20.1` | `0.21.2` |
| [filelock](https://github.com/tox-dev/py-filelock) | `3.15.4` | `3.16.1` |
| [flake8](https://github.com/pycqa/flake8) | `6.1.0` | `7.1.1` |
| [frozenlist](https://github.com/aio-libs/frozenlist) | `1.4.1` | `1.5.0` |
| [galaxy-importer](https://github.com/ansible/galaxy-importer) | `0.4.24` | `0.4.26` |
| [idna](https://github.com/kjd/idna) | `3.8` | `3.10` |
| [importlib-metadata](https://github.com/python/importlib_metadata) | `6.2.1` | `8.5.0` |
| [importlib-resources](https://github.com/python/importlib_resources) | `5.0.7` | `6.4.5` |
| [isodate](https://github.com/gweis/isodate) | `0.6.1` | `0.7.2` |
| [janus](https://github.com/aio-libs/janus) | `1.0.0` | `1.1.0` |
| [jaraco-functools](https://github.com/jaraco/jaraco.functools) | `4.0.2` | `4.1.0` |
| [jpy](https://github.com/jpy-consortium/jpy) | `0.18.0` | `0.19.0` |
| [jsonschema-specifications](https://github.com/python-jsonschema/jsonschema-specifications) | `2023.12.1` | `2024.10.1` |
| [keyring](https://github.com/jaraco/keyring) | `25.3.0` | `25.5.0` |
| [markupsafe](https://github.com/pallets/markupsafe) | `2.1.5` | `3.0.2` |
| [mdit-py-plugins](https://github.com/executablebooks/mdit-py-plugins) | `0.4.1` | `0.4.2` |
| [mk](https://github.com/pycontribs/mk) | `2.6.1` | `2.7.0` |
| [more-itertools](https://github.com/more-itertools/more-itertools) | `10.4.0` | `10.5.0` |
| [multidict](https://github.com/aio-libs/multidict) | `6.0.5` | `6.1.0` |
| [packaging](https://github.com/pypa/packaging) | `24.1` | `24.2` |
| [perky](https://github.com/larryhastings/perky) | `0.9.2` | `0.9.3` |
| [pip](https://github.com/pypa/pip) | `24.2` | `24.3.1` |
| [pkginfo](https://code.launchpad.net/~tseaver/pkginfo/trunk) | `1.10.0` | `1.11.2` |
| [platformdirs](https://github.com/tox-dev/platformdirs) | `4.2.2` | `4.3.6` |
| [psycopg](https://github.com/psycopg/psycopg) | `3.1.18` | `3.2.3` |
| [psycopg-binary](https://github.com/psycopg/psycopg) | `3.1.18` | `3.2.3` |
| [psycopg-pool](https://github.com/psycopg/psycopg) | `3.2.2` | `3.2.4` |
| [pycodestyle](https://github.com/PyCQA/pycodestyle) | `2.11.1` | `2.12.1` |
| [pydantic](https://github.com/pydantic/pydantic) | `2.8.2` | `2.10.1` |
| [pydantic-core](https://github.com/pydantic/pydantic-core) | `2.20.1` | `2.27.1` |
| [pyflakes](https://github.com/PyCQA/pyflakes) | `3.1.0` | `3.2.0` |
| [pyparsing](https://github.com/pyparsing/pyparsing) | `3.1.4` | `3.2.0` |
| [pyproject-api](https://github.com/tox-dev/pyproject-api) | `1.7.1` | `1.8.0` |
| [pyproject-hooks](https://github.com/pypa/pyproject-hooks) | `1.1.0` | `1.2.0` |
| python-daemon | `3.0.1` | `3.1.0` |
| [readme-renderer](https://github.com/pypa/readme_renderer) | `43.0` | `44.0` |
| [resolvelib](https://github.com/sarugaku/resolvelib) | `1.0.1` | `1.1.0` |
| [rich](https://github.com/Textualize/rich) | `13.8.0` | `13.9.4` |
| [rpds-py](https://github.com/crate-py/rpds) | `0.20.0` | `0.21.0` |
| ruamel-yaml-clib | `0.2.8` | `0.2.12` |
| [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.1.0` |
| [typer](https://github.com/fastapi/typer) | `0.12.5` | `0.13.1` |
| [typer-config](https://github.com/maxb2/typer-config) | `1.4.0` | `1.4.2` |
| [urllib3](https://github.com/urllib3/urllib3) | `1.26.20` | `2.2.3` |
| [virtualenv](https://github.com/pypa/virtualenv) | `20.26.3` | `20.27.1` |
| [wcmatch](https://github.com/facelessuser/wcmatch) | `9.0` | `10.0` |
| [websockets](https://github.com/python-websockets/websockets) | `13.0.1` | `14.1` |
| [wrapt](https://github.com/GrahamDumpleton/wrapt) | `1.16.0` | `1.17.0` |
| [yarl](https://github.com/aio-libs/yarl) | `1.9.8` | `1.18.0` |
| [zipp](https://github.com/jaraco/zipp) | `3.20.1` | `3.21.0` |



Updates `aiohappyeyeballs` from 2.4.0 to 2.4.3
- [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.4.3)

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 `antsibull-changelog` from 0.29.0 to 0.31.1
- [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.31.1)

Updates `antsibull-core` from 3.0.2 to 3.4.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.4.0)

Updates `antsibull-docs` from 2.13.1 to 2.16.1
- [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.16.1)

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.32.0
- [Release notes](https://github.com/Azure/azure-sdk-for-python/releases)
- [Changelog](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/esrp_release.md)
- [Commits](Azure/azure-sdk-for-python@azure-core_1.30.2...azure-core_1.32.0)

Updates `black` from 24.8.0 to 24.10.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...24.10.0)

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

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

Updates `build` from 1.2.1 to 1.2.2.post1
- [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.2.2.post1)

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

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

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

Updates `distlib` from 0.3.8 to 0.3.9
- [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.3.9)

Updates `docutils` from 0.20.1 to 0.21.2

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 `flake8` from 6.1.0 to 7.1.1
- [Commits](PyCQA/flake8@6.1.0...7.1.1)

Updates `frozenlist` from 1.4.1 to 1.5.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.5.0)

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

Updates `idna` from 3.8 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.8...v3.10)

Updates `importlib-metadata` from 6.2.1 to 8.5.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.5.0)

Updates `importlib-resources` from 5.0.7 to 6.4.5
- [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.4.5)

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 1.1.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...v1.1.0)

Updates `jaraco-functools` from 4.0.2 to 4.1.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.1.0)

Updates `jpy` from 0.18.0 to 0.19.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...v0.19.0)

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

Updates `keyring` from 25.3.0 to 25.5.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.5.0)

Updates `markupsafe` from 2.1.5 to 3.0.2
- [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.2)

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 `mk` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/pycontribs/mk/releases)
- [Commits](pycontribs/mk@v2.6.1...v2.7.0)

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

Updates `multidict` from 6.0.5 to 6.1.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.1.0)

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

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 24.3.1
- [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst)
- [Commits](pypa/pip@24.2...24.3.1)

Updates `pkginfo` from 1.10.0 to 1.11.2

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 `psycopg` from 3.1.18 to 3.2.3
- [Changelog](https://github.com/psycopg/psycopg/blob/master/docs/news.rst)
- [Commits](psycopg/psycopg@3.1.18...3.2.3)

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

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

Updates `pycodestyle` from 2.11.1 to 2.12.1
- [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.12.1)

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

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

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

Updates `pyparsing` from 3.1.4 to 3.2.0
- [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.0)

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

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

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 `resolvelib` from 1.0.1 to 1.1.0
- [Changelog](https://github.com/sarugaku/resolvelib/blob/main/CHANGELOG.rst)
- [Commits](sarugaku/resolvelib@1.0.1...1.1.0)

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

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

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

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.1.0
- [Changelog](https://github.com/hukkin/tomli/blob/master/CHANGELOG.md)
- [Commits](hukkin/tomli@2.0.1...2.1.0)

Updates `typer` from 0.12.5 to 0.13.1
- [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.13.1)

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 `urllib3` from 1.26.20 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@1.26.20...2.2.3)

Updates `virtualenv` from 20.26.3 to 20.27.1
- [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.27.1)

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

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

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

Updates `yarl` from 1.9.8 to 1.18.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.18.0)

Updates `zipp` from 3.20.1 to 3.21.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.21.0)

---
updated-dependencies:
- dependency-name: aiohappyeyeballs
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ansible-compat
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: antsibull-changelog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: antsibull-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: antsibull-docs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: async-timeout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: azure-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: black
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: botocore
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: bracex
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: build
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: cffi
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: charset-normalizer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: cryptography
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: distlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: docutils
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: filelock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: flake8
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: frozenlist
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: galaxy-importer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: idna
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: importlib-metadata
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: importlib-resources
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: isodate
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: janus
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jaraco-functools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jpy
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: jsonschema-specifications
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: keyring
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: markupsafe
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: mdit-py-plugins
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: mk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: more-itertools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: multidict
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: packaging
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: perky
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pip
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pkginfo
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: platformdirs
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: psycopg
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: psycopg-binary
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: psycopg-pool
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: pycodestyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pydantic
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pydantic-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyflakes
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyparsing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyproject-api
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pyproject-hooks
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: python-daemon
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: readme-renderer
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: resolvelib
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: rpds-py
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ruamel-yaml-clib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: sphinx-rtd-theme
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: tomli
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: typer-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: urllib3
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: virtualenv
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: wcmatch
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: websockets
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: wrapt
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: yarl
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: zipp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Copy link
Author

dependabot bot commented on behalf of github Nov 24, 2024

The following labels could not be found: dependabot-deps-updates.

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