From fb065d2894c4946ec6678fd5c38d4e36956a5180 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 02:02:55 +0000 Subject: [PATCH] Update pydantic requirement from >=2.13.4 to >=2.13.5 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/v2.13.5/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.13.4...v2.13.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.13.5 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 ddc65bf97c..245285704c 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.13.4 # MIT +pydantic>=2.13.5 # MIT typing-extensions>=4.16.0 # PSF diff --git a/requirements.txt b/requirements.txt index 340c4baca8..f579f51cde 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ certifi>=2026.7.22 # MPL python-dateutil>=2.8.2 # BSD -pydantic>=2.13.4 # MIT +pydantic>=2.13.5 # MIT setuptools>=84.0.0 # PSF/ZPL PyYAML>=6.0.3 # MIT websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+