From 5902c762b9861d01e44eb78331792a58f147f1f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 02:03:18 +0000 Subject: [PATCH] Bump django from 4.1.1 to 5.0.4 in /backend Bumps [django](https://github.com/django/django) from 4.1.1 to 5.0.4. - [Commits](https://github.com/django/django/compare/4.1.1...5.0.4) --- updated-dependencies: - dependency-name: django 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 c80fbbe..a5cfec8 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -Django==4.1.1 +Django==5.0.4 pytz==2022.2.1 uvicorn dj_database_url