From 6f8227c148cdb4cf84b9b488eec0eba8aae2700c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 00:04:33 +0000 Subject: [PATCH] Bump django from 2.1.5 to 2.2.10 in /django_test_local_library Bumps [django](https://github.com/django/django) from 2.1.5 to 2.2.10. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.5...2.2.10) Signed-off-by: dependabot[bot] --- django_test_local_library/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django_test_local_library/requirements.txt b/django_test_local_library/requirements.txt index 85a7be9..c1fbea3 100644 --- a/django_test_local_library/requirements.txt +++ b/django_test_local_library/requirements.txt @@ -1,5 +1,5 @@ dj-database-url==0.5.0 -Django==2.1.5 +Django==2.2.10 gunicorn==19.9.0 psycopg2-binary==2.7.7 wheel==0.30.0