From 8f6e64c04d4786fc258d5483b85f04f1f16c0ab7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 21:51:27 +0000 Subject: [PATCH] Bump django from 2.1.11 to 2.2.24 Bumps [django](https://github.com/django/django) from 2.1.11 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.11...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 2bd599f..cf0f155 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -8,7 +8,7 @@ coverage==4.5.1 Sphinx==1.8.1 twine==1.12.1 djangorestframework==3.9.1 -Django==2.1.11 +Django==2.2.24 pytest==3.8.2 pytest-runner==4.2