From 22f39f3077f597c65331f4ad1854e627f1ab0019 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 11:56:53 +0000 Subject: [PATCH] Bump django from 3.1 to 4.1.7 in /requirements Bumps [django](https://github.com/django/django) from 3.1 to 4.1.7. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1...4.1.7) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/base.txt b/requirements/base.txt index 82bcb7f..8b30272 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -7,7 +7,7 @@ redis==3.5.3 # https://github.com/andymccurdy/redis-py # Django # ------------------------------------------------------------------------------ -django==3.1 # pyup: < 3.0 # https://www.djangoproject.com/ +django==4.1.7 # pyup: < 3.0 # https://www.djangoproject.com/ django-environ==0.4.5 # https://github.com/joke2k/django-environ django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils