From 7a89b85d7757e56bd72d466be53c7762e969cffb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 03:20:21 +0000 Subject: [PATCH] Bump the all group across 1 directory with 4 updates Updates the requirements on [anyio](https://github.com/agronholm/anyio), [certifi](https://github.com/certifi/python-certifi), [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 `certifi` from 2025.11.12 to 2026.1.4 - [Commits](https://github.com/certifi/python-certifi/compare/2025.11.12...2026.01.04) 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.4 - [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: certifi dependency-version: 2026.1.4 dependency-type: direct:production update-type: version-update:semver-major 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.4 dependency-type: direct:production dependency-group: all ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 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..73127550 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,9 +3,9 @@ . annotated-types==0.7.0 # via pydantic -anyio==4.11.0 +anyio==4.12.0 # via httpx -certifi==2025.11.12 +certifi==2026.1.4 # via # httpcore # httpx @@ -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