From 47e9ddee57ec9d8fa2b36fa5b444b9d13178b05f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:40:03 +0000 Subject: [PATCH] Bump django from 2.2.13 to 2.2.24 Bumps [django](https://github.com/django/django) from 2.2.13 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2.13...2.2.24) --- 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..f029fa4 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.24 django-filter==2.2.0 djangorestframework==3.10.2 idna==2.8 diff --git a/requirements.txt b/requirements.txt index 53d3848..7b7200e 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.24 idna==2.8 pytz==2019.2 requests==2.22.0