From f673c1463ded194d120d59f6c2a465720c6caf1a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 19:40:27 +0000 Subject: [PATCH] Bump django from 3.1.8 to 3.1.13 in /django-react-sandbag/backend Bumps [django](https://github.com/django/django) from 3.1.8 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.8...3.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django-react-sandbag/backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django-react-sandbag/backend/requirements.txt b/django-react-sandbag/backend/requirements.txt index 5d8b2d8..0ac979a 100644 --- a/django-react-sandbag/backend/requirements.txt +++ b/django-react-sandbag/backend/requirements.txt @@ -1,5 +1,5 @@ -django==3.1.8 +django==3.1.13 djangorestframework==3.11.2 # version compatible with Djoser markdown django-filter