From fc9b42a83f0c5e2c50e0c005103198d358b0c97c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Apr 2022 21:08:46 +0000 Subject: [PATCH] Bump django in /django-rest-framework-fast/requirements Bumps [django](https://github.com/django/django) from 2.2 to 2.2.28. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/2.2...2.2.28) --- 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..7074a9d 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.28 django-storages==1.7.1 djangorestframework==3.9.2 ipython==7.4.0