From 72466ef72c587d9ed70abc9f4dbea6820bb33e35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 22:34:05 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.21 Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.21. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.21) --- 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..203d9a6 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.21 django-filter==2.2.0 djangorestframework==3.10.2 idna==2.8 diff --git a/requirements.txt b/requirements.txt index 53d3848..2e8903a 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.21 idna==2.8 pytz==2019.2 requests==2.22.0