From 75600b9387cfd59b6f740106440e6973b8c0c2c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2024 08:26:09 +0000 Subject: [PATCH] chore(deps): bump django from 4.0.5 to 5.1.4 in /community_portal Bumps [django](https://github.com/django/django) from 4.0.5 to 5.1.4. - [Commits](https://github.com/django/django/compare/4.0.5...5.1.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- community_portal/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community_portal/requirements.txt b/community_portal/requirements.txt index c23e3bf..82f6e6c 100644 --- a/community_portal/requirements.txt +++ b/community_portal/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.5.2 -Django==4.0.5 +Django==5.1.4 djangorestframework==3.13.1 python-dotenv==0.21.0 pytz==2024.1