From 9f2fa92e1e09273fc23fa27104840ce9318511a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 May 2022 16:01:16 +0000 Subject: [PATCH] Bump django from 2.2.22 to 4.0.4 Bumps [django](https://github.com/django/django) from 2.2.22 to 4.0.4. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.22...4.0.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a2b055d..8c80425 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ redis==2.10.6 docker==4.3.1 -Django==2.2.22 +Django==4.0.4 rq==0.12.0 django-rq==1.2.0 rq-scheduler==0.8.3