From a8d6093ff5e3eb6b323c6b681c7eae9a1cba905a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 08:49:43 +0000 Subject: [PATCH] Bump pydantic from 1.10.7 to 2.4.2 in /backend Bumps [pydantic](https://github.com/pydantic/pydantic) from 1.10.7 to 2.4.2. - [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.7...v2.4.2) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index febae8e..1a3ded5 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -27,7 +27,7 @@ Pillow==9.5.0 platformdirs==3.2.0 protobuf==3.20.3 pyasn1==0.5.0 -pydantic==1.10.7 +pydantic==2.4.2 PyJWT==2.6.0 python-dotenv==1.0.0 python-jose==3.3.0