From cbb02254f186e30cedce2f8fe73515dab7ad3cff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jun 2020 19:47:23 +0000 Subject: [PATCH] Bump django from 2.1.5 to 2.2.13 in /django-postgresql/pokedex Bumps [django](https://github.com/django/django) from 2.1.5 to 2.2.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.5...2.2.13) 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..af49b5f 100644 --- a/django-postgresql/pokedex/requirements.txt +++ b/django-postgresql/pokedex/requirements.txt @@ -1,2 +1,2 @@ -Django==2.1.5 +Django==2.2.13 psycopg2==2.7.7