From cd17fab92e4d4c0dc41054c19af5bf8f6cdd7dbe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 06:17:46 +0000 Subject: [PATCH] Bump django from 3.2.11 to 4.2.4 Bumps [django](https://github.com/django/django) from 3.2.11 to 4.2.4. - [Commits](https://github.com/django/django/compare/3.2.11...4.2.4) --- 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 d258725f3..cbd375321 100644 --- a/requirements-prd.txt +++ b/requirements-prd.txt @@ -1,5 +1,5 @@ dispatch==2.0.6 -Django==3.2.11 +Django==4.2.4 wagtail==2.15.3 git+https://github.com/ubyssey/django-google-storage.git@v0.5.4#egg=django-google-storage-updated django-storages[google]==1.10 diff --git a/requirements.txt b/requirements.txt index 2b820d89d..bfdf07a86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ dispatch==2.0.6 -Django==3.2.11 +Django==4.2.4 wagtail==2.15.3 git+https://github.com/ubyssey/django-google-storage.git@v0.5.4#egg=django-google-storage-updated django-storages[google]==1.10