From f7ef61394652ab69e3eee525dd9455f9825a8e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 00:35:42 +0000 Subject: [PATCH] Update pydantic requirement from ~=2.6.4 to ~=2.7.1 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.6.4...v2.7.1) --- updated-dependencies: - dependency-name: pydantic 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 d76517c..7e77b2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ ruff==0.4.1 black == 24.4.2 types-PyYAML==6.0.12.20240311 types-ujson==5.9.0.0 -pydantic~=2.6.4 +pydantic~=2.7.1 pytest~=8.0.1 httpx~=0.27.0 \ No newline at end of file