From 73f9640b80e74e2d914d1d166198bd862cebe7e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Jul 2023 14:49:18 +0000 Subject: [PATCH] Update pydantic requirement from ~=2.0.3 to ~=2.1.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.0.3...v2.1.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 90994b4..aab9785 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ ruff==0.0.280 black == 23.7.0 types-PyYAML==6.0.12.10 types-ujson==5.8.0.1 -pydantic~=2.0.3 +pydantic~=2.1.1 pytest~=7.4.0 httpx~=0.24.1 \ No newline at end of file