From 4b55599bab1d636182722826ca52080f52501cf3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 15:08:12 +0000 Subject: [PATCH] Update pydantic requirement from ~=2.7.1 to ~=2.11.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/main/HISTORY.md) - [Commits](https://github.com/pydantic/pydantic/compare/v2.7.1...v2.11.5) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5494a57..c720e5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ ruff==0.4.5 black == 24.4.2 types-PyYAML==6.0.12.20240311 types-ujson==5.10.0.20240515 -pydantic~=2.7.1 +pydantic~=2.11.5 pytest~=8.2.1 httpx~=0.27.0 \ No newline at end of file