From 93a03fad436414228b8b354c43f4344bb9f324f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2024 02:58:10 +0000 Subject: [PATCH] chore(deps): bump django from 4.0.5 to 4.2.16 in /community_portal Bumps [django](https://github.com/django/django) from 4.0.5 to 4.2.16. - [Commits](https://github.com/django/django/compare/4.0.5...4.2.16) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... 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..9acb849 100644 --- a/community_portal/requirements.txt +++ b/community_portal/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.5.2 -Django==4.0.5 +Django==4.2.16 djangorestframework==3.13.1 python-dotenv==0.21.0 pytz==2024.1