From 29c802550c4a73652f919068acfb0d7bf583f5ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:28:15 +0000 Subject: [PATCH] chore(deps): bump django in /applications/portal/backend Bumps [django](https://github.com/django/django) from 4.2 to 4.2.7. - [Commits](https://github.com/django/django/compare/4.2...4.2.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- applications/portal/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/portal/backend/requirements.txt b/applications/portal/backend/requirements.txt index 1e56a410..e2ce1187 100644 --- a/applications/portal/backend/requirements.txt +++ b/applications/portal/backend/requirements.txt @@ -1,5 +1,5 @@ bg-atlasapi==1.0.2 -Django==4.2 +Django==4.2.7 django-dry-rest-permissions==1.2.0 django-postgrespool2==2.0.5 djangorestframework==3.14.0