From 34f4845b226f0890b2fc5a4a03dd73c0d40335e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 08:53:18 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.27 Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.27. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.27) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- SpoonshotAssignment/requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SpoonshotAssignment/requirements.txt b/SpoonshotAssignment/requirements.txt index e629d86..1335ffe 100644 --- a/SpoonshotAssignment/requirements.txt +++ b/SpoonshotAssignment/requirements.txt @@ -1,6 +1,6 @@ certifi==2019.6.16 chardet==3.0.4 -Django==2.2.13 +Django==2.2.27 django-filter==2.2.0 djangorestframework==3.10.2 idna==2.8 diff --git a/requirements.txt b/requirements.txt index 53d3848..1a55517 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ certifi==2019.6.16 chardet==3.0.4 -Django==2.2.13 +Django==2.2.27 idna==2.8 pytz==2019.2 requests==2.22.0