From b42ed91e42bfcee3511110ed3ba87f173756912f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Sep 2025 14:19:34 +0000 Subject: [PATCH] Bump the all group across 1 directory with 10 updates Updates the requirements on [anyio](https://github.com/agronholm/anyio), [certifi](https://github.com/certifi/python-certifi), [dnspython](https://github.com/rthalley/dnspython), [email-validator](https://github.com/JoshData/python-email-validator), [more-itertools](https://github.com/more-itertools/more-itertools), [multidict](https://github.com/aio-libs/multidict), [pydantic](https://github.com/pydantic/pydantic), [pydantic-core](https://github.com/pydantic/pydantic-core), [typing-extensions](https://github.com/python/typing_extensions) and [docutils](https://github.com/rtfd/recommonmark) to permit the latest version. Updates `anyio` from 4.9.0 to 4.10.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Changelog](https://github.com/agronholm/anyio/blob/master/docs/versionhistory.rst) - [Commits](https://github.com/agronholm/anyio/compare/4.9.0...4.10) Updates `certifi` from 2025.7.14 to 2025.8.3 - [Commits](https://github.com/certifi/python-certifi/compare/2025.07.14...2025.08.03) Updates `dnspython` from 2.7.0 to 2.8.0 - [Release notes](https://github.com/rthalley/dnspython/releases) - [Changelog](https://github.com/rthalley/dnspython/blob/main/doc/whatsnew.rst) - [Commits](https://github.com/rthalley/dnspython/compare/v2.7.0...v2.8.0) Updates `email-validator` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/JoshData/python-email-validator/releases) - [Changelog](https://github.com/JoshData/python-email-validator/blob/main/CHANGELOG.md) - [Commits](https://github.com/JoshData/python-email-validator/compare/v2.2.0...v2.3.0) Updates `more-itertools` from 10.7.0 to 10.8.0 - [Release notes](https://github.com/more-itertools/more-itertools/releases) - [Commits](https://github.com/more-itertools/more-itertools/compare/v10.7.0...v10.8.0) Updates `multidict` from 6.6.3 to 6.6.4 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/multidict/compare/v6.6.3...v6.6.4) Updates `pydantic` from 2.11.7 to 2.11.9 - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/v2.11.9/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.7...v2.11.9) Updates `pydantic-core` from 2.33.2 to 2.39.0 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.33.2...v2.39.0) Updates `typing-extensions` from 4.14.1 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](https://github.com/python/typing_extensions/compare/4.14.1...4.15.0) Updates `docutils` to 0.22 - [Changelog](https://github.com/readthedocs/recommonmark/blob/master/CHANGELOG.md) - [Commits](https://github.com/rtfd/recommonmark/commits) --- updated-dependencies: - dependency-name: anyio dependency-version: 4.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: certifi dependency-version: 2025.8.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: dnspython dependency-version: 2.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: email-validator dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: more-itertools dependency-version: 10.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: multidict dependency-version: 6.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pydantic dependency-version: 2.11.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: pydantic-core dependency-version: 2.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: docutils dependency-version: '0.22' dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 18 +++++++++--------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index bd209088..faa0b889 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,3 @@ -docutils<0.22 +docutils<0.23 sphinx-rtd-theme sphinx_autodoc_typehints diff --git a/requirements.txt b/requirements.txt index c6e91ddd..4adc4eee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,15 +3,15 @@ . annotated-types==0.7.0 # via pydantic -anyio==4.9.0 +anyio==4.10.0 # via httpx -certifi==2025.7.14 +certifi==2025.8.3 # via # httpcore # httpx -dnspython==2.7.0 +dnspython==2.8.0 # via email-validator -email-validator==2.2.0 +email-validator==2.3.0 # via aiopenapi3 exceptiongroup==1.3.0 ; python_full_version < '3.11' # via anyio @@ -29,21 +29,21 @@ idna==3.10 # yarl jmespath==1.0.1 # via aiopenapi3 -more-itertools==10.7.0 +more-itertools==10.8.0 # via aiopenapi3 -multidict==6.6.3 +multidict==6.6.4 # via yarl propcache==0.3.2 # via yarl -pydantic==2.11.7 +pydantic==2.11.9 # via aiopenapi3 -pydantic-core==2.33.2 +pydantic-core==2.39.0 # via pydantic pyyaml==6.0.2 # via aiopenapi3 sniffio==1.3.1 # via anyio -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # anyio # exceptiongroup