From 3ff46b4deb48aa31f4b22b2119d0d32fb8b8630e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 19:08:04 +0000 Subject: [PATCH] Bump pydantic from 1.7.3 to 1.10.1 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.7.3 to 1.10.1. - [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.7.3...v1.10.1) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0545818048..b5f6d95f17 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ keyring==21.5.0 lxml==4.6.2 MarkupSafe==1.1.1 pycparser==2.20 -pydantic==1.7.3 +pydantic==1.10.1 PyJWT==1.7.1 python-dateutil==2.8.1 pytz==2020.4