From 508f92a9bb58a9c3584811111375e486e8a0307f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 17:52:09 +0000 Subject: [PATCH] Bump django in /django-rest-framework-fast/requirements Bumps [django](https://github.com/django/django) from 2.2 to 2.2.24. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2...2.2.24) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django-rest-framework-fast/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-rest-framework-fast/requirements/base.txt b/django-rest-framework-fast/requirements/base.txt index 737ab40..4179a3d 100644 --- a/django-rest-framework-fast/requirements/base.txt +++ b/django-rest-framework-fast/requirements/base.txt @@ -1,6 +1,6 @@ Unipath==1.1 dj-database-url==0.5.0 -Django==2.2 +Django==2.2.24 django-storages==1.7.1 djangorestframework==3.9.2 ipython==7.4.0