From ad4994f17362e01476374356a2af49835877aa50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 16:07:57 +0000 Subject: [PATCH] Update pydantic requirement from >=2.11 to >=2.13.4 Updates the requirements on [pydantic](https://github.com/pydantic/pydantic) to permit the latest version. - [Release notes](https://github.com/pydantic/pydantic/releases) - [Changelog](https://github.com/pydantic/pydantic/blob/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.11.0...v2.13.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-asyncio.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-asyncio.txt b/requirements-asyncio.txt index aec384602d..c5581079a2 100644 --- a/requirements-asyncio.txt +++ b/requirements-asyncio.txt @@ -3,5 +3,5 @@ pyyaml>=6.0.3 # MIT urllib3>=2.7.0 # MIT aiohttp>=3.14.3,<4.0.0 # Apache-2.0 aiohttp-retry>=2.9.1 # MIT -pydantic>=2.11 # MIT +pydantic>=2.13.4 # MIT typing-extensions>=4.16.0 # PSF diff --git a/requirements.txt b/requirements.txt index 05e71b541e..73c1cc3fce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ certifi>=2026.7.22 # MPL python-dateutil>=2.8.2 # BSD -pydantic>=2.11 # MIT +pydantic>=2.13.4 # MIT setuptools>=83.0.0 # PSF/ZPL pyyaml>=6.0.3 # MIT websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+