From 66f1d72349a99ad26a22511ea5c312fcf97963f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 22:50:25 +0000 Subject: [PATCH] build(deps): bump pydantic from 1.10.12 to 1.10.13 Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.12 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.10.12...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- chp_api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chp_api/requirements.txt b/chp_api/requirements.txt index 2e5c27f..076158c 100644 --- a/chp_api/requirements.txt +++ b/chp_api/requirements.txt @@ -81,7 +81,7 @@ prometheus_client==0.20.0 prompt-toolkit==3.0.43 psycopg2-binary==2.9.9 pycparser==2.22 -pydantic==1.10.12 +pydantic==1.10.13 PyJWT==2.8.0 pyparsing==3.1.2 pytest==8.1.1