From 35a475a9238969ac38b2417c62a487a8253102a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 17 Aug 2023 05:15:50 +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 0f6365237..cdf2b96fb 100644 --- a/requirements-prd.txt +++ b/requirements-prd.txt @@ -1,4 +1,4 @@ -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 1b2d53b71..8b393311e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -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