From e5d8cdb808b7db6cd67467ff6dc473685c429e71 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 12:58:58 +0000 Subject: [PATCH] Bump django from 2.0.13 to 5.0.5 Bumps [django](https://github.com/django/django) from 2.0.13 to 5.0.5. - [Commits](https://github.com/django/django/compare/2.0.13...5.0.5) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_local.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index fce13700..6ad34167 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ django-htmlmin==0.11.0 django-dprog-jfu==2.2.3 django-recaptcha==1.4.0 django-reversion==2.0.13 -django==2.0.13 +django==5.0.5 django_premailer==0.2.0 django-storages==1.9.1 boto3==1.20.41 diff --git a/requirements_local.txt b/requirements_local.txt index 17abbba8..7bcae887 100644 --- a/requirements_local.txt +++ b/requirements_local.txt @@ -1,6 +1,6 @@ tornado==5 ipykernel==4.5.2 -django==2.0.13 +django==5.0.5 Pillow==9.0.0 django-recaptcha==1.4.0 python-gettext==3.0