From ce71a36b71de75c5109d894c4e15364625c0a586 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Jul 2023 22:51:36 +0000 Subject: [PATCH] Bump django from 4.2.1 to 4.2.3 in /backend Bumps [django](https://github.com/django/django) from 4.2.1 to 4.2.3. - [Commits](https://github.com/django/django/compare/4.2.1...4.2.3) --- updated-dependencies: - dependency-name: django 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 18b87c7d..1c8e1681 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,5 +1,5 @@ Automat==22.10.0 -Django==4.2.1 +Django==4.2.3 Pillow==9.5.0 PyJWT==2.6.0 PyYAML==6.0