From c8836dac2ab04a95ea2a065ef36fc3dcda305b70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Nov 2025 03:27:31 +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), [idna](https://github.com/kjd/idna), [multidict](https://github.com/aio-libs/multidict), [propcache](https://github.com/aio-libs/propcache), [pydantic-core](https://github.com/pydantic/pydantic-core), [typing-extensions](https://github.com/python/typing_extensions), [typing-inspection](https://github.com/pydantic/typing-inspection) and [docutils](https://github.com/rtfd/recommonmark) to permit the latest version. Updates `anyio` from 4.9.0 to 4.11.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.11.0) Updates `certifi` from 2025.7.14 to 2025.10.5 - [Commits](https://github.com/certifi/python-certifi/compare/2025.07.14...2025.10.05) 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 `idna` from 3.10 to 3.11 - [Release notes](https://github.com/kjd/idna/releases) - [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst) - [Commits](https://github.com/kjd/idna/compare/v3.10...v3.11) Updates `multidict` from 6.6.3 to 6.7.0 - [Release notes](https://github.com/aio-libs/multidict/releases) - [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/multidict/compare/v6.6.3...v6.7.0) Updates `propcache` from 0.3.2 to 0.4.1 - [Release notes](https://github.com/aio-libs/propcache/releases) - [Changelog](https://github.com/aio-libs/propcache/blob/master/CHANGES.rst) - [Commits](https://github.com/aio-libs/propcache/compare/v0.3.2...v0.4.1) Updates `pydantic-core` from 2.33.2 to 2.41.1 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.33.2...v2.41.1) 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 `typing-inspection` from 0.4.1 to 0.4.2 - [Release notes](https://github.com/pydantic/typing-inspection/releases) - [Changelog](https://github.com/pydantic/typing-inspection/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/typing-inspection/compare/v0.4.1...v0.4.2) Updates `docutils` to 0.22.2 - [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.11.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: certifi dependency-version: 2025.10.5 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: idna dependency-version: '3.11' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: multidict dependency-version: 6.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: propcache dependency-version: 0.4.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pydantic-core dependency-version: 2.41.1 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: typing-inspection dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: all - dependency-name: docutils dependency-version: 0.22.2 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..1b824e08 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,13 +3,13 @@ . annotated-types==0.7.0 # via pydantic -anyio==4.9.0 +anyio==4.11.0 # via httpx -certifi==2025.7.14 +certifi==2025.11.12 # via # httpcore # httpx -dnspython==2.7.0 +dnspython==2.8.0 # via email-validator email-validator==2.2.0 # via aiopenapi3 @@ -21,7 +21,7 @@ httpcore==1.0.9 # via httpx httpx==0.28.1 # via aiopenapi3 -idna==3.10 +idna==3.11 # via # anyio # email-validator @@ -31,19 +31,19 @@ jmespath==1.0.1 # via aiopenapi3 more-itertools==10.7.0 # via aiopenapi3 -multidict==6.6.3 +multidict==6.7.0 # via yarl -propcache==0.3.2 +propcache==0.4.1 # via yarl pydantic==2.11.7 # via aiopenapi3 -pydantic-core==2.33.2 +pydantic-core==2.41.5 # 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 @@ -51,7 +51,7 @@ typing-extensions==4.14.1 # pydantic # pydantic-core # typing-inspection -typing-inspection==0.4.1 +typing-inspection==0.4.2 # via pydantic yarl==1.20.1 # via aiopenapi3