From df7dc6da8d4defed4859580bc261cf1eb1a42d99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 22:05:55 +0000 Subject: [PATCH] Bump django from 1.3.1 to 2.2.24 in /foundation_theme_site/requirements Bumps [django](https://github.com/django/django) from 1.3.1 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/1.3.1...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- foundation_theme_site/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foundation_theme_site/requirements/base.txt b/foundation_theme_site/requirements/base.txt index 5b5c82c..4dbbd52 100644 --- a/foundation_theme_site/requirements/base.txt +++ b/foundation_theme_site/requirements/base.txt @@ -7,7 +7,7 @@ --extra-index-url=http://dist.pinaxproject.com/alpha/ --extra-index-url=http://dist.pinaxproject.com/fresh-start/ -Django==1.3.1 +Django==2.2.24 Pinax django-debug-toolbar==0.8.5