From 90f65f02faf1015311bd4bcef3e4e6482bff663b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 15:13:00 +0000 Subject: [PATCH] Update pydantic requirement from ~=2.7.1 to ~=2.11.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.7.1...v2.11.4) --- updated-dependencies: - dependency-name: pydantic dependency-version: 2.11.4 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..2bff6c1 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.4 pytest~=8.2.1 httpx~=0.27.0 \ No newline at end of file