From a8f73ae1cef2edb4c4e2bb3bbf8851f13061b3fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 May 2021 20:58:09 +0000 Subject: [PATCH] Bump pydantic from 1.6 to 1.6.2 in /webhook Bumps [pydantic](https://github.com/samuelcolvin/pydantic) from 1.6 to 1.6.2. - [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.6...v1.6.2) Signed-off-by: dependabot[bot] --- webhook/requirements-dev.txt | 2 +- webhook/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webhook/requirements-dev.txt b/webhook/requirements-dev.txt index 40c7047..aed9d3d 100644 --- a/webhook/requirements-dev.txt +++ b/webhook/requirements-dev.txt @@ -39,7 +39,7 @@ py==1.9.0 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycodestyle==2.6.0 -pydantic==1.6 +pydantic==1.6.2 pyflakes==2.2.0 PyJWT==1.7.1 pylint==2.5.3 diff --git a/webhook/requirements.txt b/webhook/requirements.txt index cb1ae4c..346932e 100644 --- a/webhook/requirements.txt +++ b/webhook/requirements.txt @@ -6,7 +6,7 @@ google-cloud-ndb==1.4.1 google-cloud-secret-manager==1.0.0 h11==0.9.0 httptools==0.1.1 -pydantic==1.6 +pydantic==1.6.2 PyJWT==1.7.1 starlette==0.13.4 uvicorn==0.11.7