From 38ed77581147c3ee761b1c7121b98e0e262916f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 09:27:51 +0000 Subject: [PATCH] chore(deps): bump pydantic from 2.3.0 to 2.4.0 in /backend Bumps [pydantic](https://github.com/pydantic/pydantic) from 2.3.0 to 2.4.0. - [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/v2.3.0...v2.4.0) --- updated-dependencies: - dependency-name: pydantic dependency-type: direct:production ... 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 c0ab894d4..bece3302c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -21,7 +21,7 @@ grpcio-tools==1.57.0 minio==7.1.14 django-prometheus==2.3.1 django-filter==23.2 -pydantic==2.3.0 +pydantic==2.4.0 redis==5.0.0 mozilla-django-oidc==3.0.0 # Dependencies used in local dev mode