From 11d7d2d4db430b4b6e925d58bfb0f541de4bfdb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Dec 2023 02:19:23 +0000 Subject: [PATCH] Bump django from 3.2.11 to 5.0 Bumps [django](https://github.com/django/django) from 3.2.11 to 5.0. - [Commits](https://github.com/django/django/compare/3.2.11...5.0) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements-prd.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-prd.txt b/requirements-prd.txt index b2d996257..5dbb94269 100644 --- a/requirements-prd.txt +++ b/requirements-prd.txt @@ -1,4 +1,4 @@ -Django==3.2.11 +Django==5.0 wagtail==3.0.0 django-storages[google]==1.14.2 django-canonical-domain==0.3.0 diff --git a/requirements.txt b/requirements.txt index 459b244f7..d07f1e415 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -Django==3.2.11 +Django==5.0 wagtail==3.0.0 git+https://github.com/ubyssey/django-google-storage.git@v0.5.4#egg=django-google-storage-updated django-storages[google]==1.14.2