From 18086c999f07eaa25af7aa73cfda983fbc0b1621 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:57:49 +0000 Subject: [PATCH] Update pydantic requirement from ~=2.6.4 to ~=2.7.0 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.0) --- 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 612fad2..443c402 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ ruff==0.3.5 black == 24.3.0 types-PyYAML==6.0.12.20240311 types-ujson==5.9.0.0 -pydantic~=2.6.4 +pydantic~=2.7.0 pytest~=8.0.1 httpx~=0.27.0 \ No newline at end of file