From 8b71f542d8a161a4e1d79cf7ca3ef7b3cd9e54d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 05:21:02 +0000 Subject: [PATCH] Build(deps): Bump pydantic from 1.10.2 to 1.10.13 in /server Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.2 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.2...v1.10.13) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 19cf844..d6c8962 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -30,7 +30,7 @@ psycopg2-binary==2.9.5 pyasn1==0.4.8 pyasn1-modules==0.2.8 pycparser==2.21 -pydantic==1.10.2 +pydantic==1.10.13 PyJWT==2.6.0 pyparsing==3.0.9 python-dateutil==2.8.2