From 5732b1943108ad84e95d7245d0061d7e3f54156a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Mar 2021 00:39:07 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.18 Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.18. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.18) 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..45b13ba 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.18 django-filter==2.2.0 djangorestframework==3.10.2 idna==2.8 diff --git a/requirements.txt b/requirements.txt index 53d3848..584b32d 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.18 idna==2.8 pytz==2019.2 requests==2.22.0