From 63c7b5ad1c7f61a4bc15ac22bd690a31edc2178f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 01:48:21 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=EF=B8=8F=20MAIN:=20(deps):=20Bump?= =?UTF-8?q?=20pydantic=20from=201.10.7=20to=201.10.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.7 to 1.10.11. - [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.7...v1.10.11) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fbea1f..8e8cea1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ markupsafe==2.1.2; python_version >= "3.7" numpy==1.24.3 pandas==1.5.3; python_version >= "3.8" psycopg2-binary==2.9.6; python_version >= "3.6" -pydantic==1.10.7; python_version >= "3.7" +pydantic==1.10.11; python_version >= "3.7" python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8" python-dotenv==1.0.0; python_version >= "3.8" pytz==2023.3; python_version >= "3.8"