From 2243ac436ef7052b9efcc2a126d22bef7d82e995 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 16:01:20 +0000 Subject: [PATCH] Bump django from 2.2.22 to 4.0.6 Bumps [django](https://github.com/django/django) from 2.2.22 to 4.0.6. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.22...4.0.6) --- 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..7fbb6bb 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.6 rq==0.12.0 django-rq==1.2.0 rq-scheduler==0.8.3