From 38f4cf6c5f48195ef5b72b103e2f9c2b13ad15a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 06:29:36 +0000 Subject: [PATCH] chore(deps): bump pydantic from 1.7.2 to 1.7.4 Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.7.2 to 1.7.4. - [Release notes](https://github.com/samuelcolvin/pydantic/releases) - [Changelog](https://github.com/samuelcolvin/pydantic/blob/master/HISTORY.md) - [Commits](https://github.com/samuelcolvin/pydantic/compare/v1.7.2...v1.7.4) Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index c64900c..49368e2 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -31,7 +31,7 @@ pluggy==0.13.1 py==1.9.0 pycodestyle==2.6.0 pycparser==2.20 -pydantic==1.7.2 +pydantic==1.7.4 pylint==2.7.1 pyparsing==2.4.7 pytest==6.1.2 diff --git a/requirements.txt b/requirements.txt index d9ae022..4bdfa0b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ click==7.1.2 fastapi==0.61.2 h11==0.11.0 pandas==1.3.2 -pydantic==1.7.2 +pydantic==1.7.4 requests==2.25.1 slowapi==0.1.2 starlette==0.13.6