From 9d24f5585dffa460c7477ae14462b5b252f4ccba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Jun 2021 18:59:59 +0000 Subject: [PATCH] Bump django from 3.0.5 to 3.1.12 in /dispatcher Bumps [django](https://github.com/django/django) from 3.0.5 to 3.1.12. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.5...3.1.12) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dispatcher/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dispatcher/requirements.txt b/dispatcher/requirements.txt index da8bb861..cb8f88b3 100644 --- a/dispatcher/requirements.txt +++ b/dispatcher/requirements.txt @@ -5,7 +5,7 @@ cachetools==4.1.0 certifi==2020.4.5.1 chardet==3.0.4 dj-database-url==0.5.0 -Django==3.0.5 +Django==3.1.12 django-filter==2.2.0 django-heroku==0.3.1 django-request==1.5.5