From 05add56fd99f81d583fcfafa9e254cbc29fc9783 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Jun 2021 18:29:08 +0000 Subject: [PATCH] Bump django from 2.2.4 to 2.2.22 Bumps [django](https://github.com/django/django) from 2.2.4 to 2.2.22. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.4...2.2.22) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index c55d589..fa10730 100644 --- a/Pipfile +++ b/Pipfile @@ -6,7 +6,7 @@ verify_ssl = true [dev-packages] [packages] -django = "==2.2.4" +django = "==2.2.22" gunicorn = "*" dj-database-url = "*" psycopg2-binary = "*"