From 11f3fb9d3aa99c11a1aac63943de9c9a557e4a47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jul 2023 19:50:38 +0000 Subject: [PATCH] Update pydantic requirement from ~=1.10.11 to ~=2.0.3 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/v1.10.11...v2.0.3) --- 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 ce2796e..41ddfaa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ ruff==0.0.277 black == 23.7.0 types-PyYAML==6.0.12.10 types-ujson==5.8.0.0 -pydantic~=1.10.11 +pydantic~=2.0.3 pytest~=7.4.0 httpx~=0.24.1 \ No newline at end of file