From 92cb25f8b0a81241b8d2fe6a2675a1cf42dbd0a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 05:55:41 +0000 Subject: [PATCH] Bump pydantic from 1.6 to 1.10.13 in /webhook Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.6 to 1.10.13. - [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.6...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... 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..12208d1 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.10.13 pyflakes==2.2.0 PyJWT==1.7.1 pylint==2.5.3 diff --git a/webhook/requirements.txt b/webhook/requirements.txt index cb1ae4c..61fb41e 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.10.13 PyJWT==1.7.1 starlette==0.13.4 uvicorn==0.11.7