From 69cb691fc5481b50c4e593528c37cbe78b70d1d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:54:37 +0000 Subject: [PATCH] Bump django from 1.8.3 to 2.2.24 in /test_files/proj2 Bumps [django](https://github.com/django/django) from 1.8.3 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.8.3...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- test_files/proj2/test2_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_files/proj2/test2_requirements.txt b/test_files/proj2/test2_requirements.txt index 864922c..c78d3ec 100644 --- a/test_files/proj2/test2_requirements.txt +++ b/test_files/proj2/test2_requirements.txt @@ -1,5 +1,5 @@ # Bleeding edge Django -django==1.8.3 +django==2.2.24 # Configuration django-environ==0.3.0