From f794a12b191544b345d7a755048f914f4c23fe3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 03:18:16 +0000 Subject: [PATCH] Bump the all group across 1 directory with 3 updates Updates the requirements on [anyio](https://github.com/agronholm/anyio), [pydantic-core](https://github.com/pydantic/pydantic-core) and [docutils](https://github.com/rtfd/recommonmark) to permit the latest version. Updates `anyio` from 4.11.0 to 4.12.0 - [Release notes](https://github.com/agronholm/anyio/releases) - [Commits](https://github.com/agronholm/anyio/compare/4.11.0...4.12.0) Updates `pydantic-core` from 2.33.2 to 2.41.5 - [Release notes](https://github.com/pydantic/pydantic-core/releases) - [Commits](https://github.com/pydantic/pydantic-core/compare/v2.33.2...v2.41.5) Updates `docutils` to 0.22.3 - [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.12.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: pydantic-core dependency-version: 2.41.5 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: docutils dependency-version: 0.22.3 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 4 ++-- 2 files changed, 3 insertions(+), 3 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 27168787..550334cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ . annotated-types==0.7.0 # via pydantic -anyio==4.11.0 +anyio==4.12.0 # via httpx certifi==2025.11.12 # via @@ -37,7 +37,7 @@ propcache==0.4.1 # via yarl pydantic==2.11.9 # via aiopenapi3 -pydantic-core==2.33.2 +pydantic-core==2.41.5 # via pydantic pyyaml==6.0.3 # via aiopenapi3