From b42f9c9f41d56e765c0e5fd5741b80176f374b00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 01:25:43 +0000 Subject: [PATCH] Bump django from 4.1.1 to 5.0.6 in /backend Bumps [django](https://github.com/django/django) from 4.1.1 to 5.0.6. - [Commits](https://github.com/django/django/compare/4.1.1...5.0.6) --- 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..c824187 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,4 +1,4 @@ -Django==4.1.1 +Django==5.0.6 pytz==2022.2.1 uvicorn dj_database_url