From ad231a35d298395101919018fc77ef0c16a5fe88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 23:37:42 +0000 Subject: [PATCH] Bump django from 2.1.5 to 2.2.10 in /django-postgresql/pokedex 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-postgresql/pokedex/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-postgresql/pokedex/requirements.txt b/django-postgresql/pokedex/requirements.txt index cc292b5..d838cf5 100644 --- a/django-postgresql/pokedex/requirements.txt +++ b/django-postgresql/pokedex/requirements.txt @@ -1,2 +1,2 @@ -Django==2.1.5 +Django==2.2.10 psycopg2==2.7.7