From 3a6eea2f7ea17c44e360ec1c6b9218582da3be78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:54:02 +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:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 20d8ed4..b03e43c 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ aiohttp~=3.13.0 mypy>=2.3.1 -pydantic>=2.13.4 +pydantic>=2.13.5 pre-commit>=4.6.2 python-dotenv>=1.2.3 ruff~=0.15