From bf6827613cad43c79d31c8fc767cedbcb30dc611 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 23:08:51 +0000 Subject: [PATCH] Bump django from 2.1.4 to 2.2.24 in /souq-django-ecommerce Bumps [django](https://github.com/django/django) from 2.1.4 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.1.4...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- souq-django-ecommerce/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/souq-django-ecommerce/requirements.txt b/souq-django-ecommerce/requirements.txt index ee94d09..5191a79 100644 --- a/souq-django-ecommerce/requirements.txt +++ b/souq-django-ecommerce/requirements.txt @@ -1,4 +1,4 @@ -Django==2.1.4 +Django==2.2.24 django-countries==5.5 Pillow==8.1.1 pytz==2018.7