From 8c7127010b0e73feb0d2be8f0b6f45681bf94b0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 11:53:44 +0000 Subject: [PATCH] Bump django from 2.2.10 to 2.2.27 Bumps [django](https://github.com/django/django) from 2.2.10 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.10...2.2.27) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- requirements_dev.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 448afc1..09716a6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ beautifulsoup4==4.6.0 certifi==2019.11.28 chardet==3.0.4 dj-database-url==0.5.0 -Django==2.2.10 +Django==2.2.27 django-colorful==1.3 django-configurations==2.1 django-debug-toolbar==2.2 @@ -38,7 +38,7 @@ beautifulsoup4==4.6.0 certifi==2019.11.28 chardet==3.0.4 dj-database-url==0.5.0 -Django==2.2.10 +Django==2.2.27 django-colorful==1.3 django-configurations==2.1 django-debug-toolbar==2.2 diff --git a/requirements_dev.txt b/requirements_dev.txt index 56d6fa8..30c6018 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -1,6 +1,6 @@ dj-database-url==0.5.0 -Django==2.2.10 +Django==2.2.27 django-colorful==1.3 django-configurations==2.1 django-extensions==2.1.7