From f3bce1f3d400697398138d704d822c57e22c6891 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Jun 2021 00:02:00 +0000 Subject: [PATCH] Bump django from 3.1.3 to 3.1.9 in /api Bumps [django](https://github.com/django/django) from 3.1.3 to 3.1.9. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.1.3...3.1.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 7bebca8..7e5f438 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -2,7 +2,7 @@ APScheduler==3.6.3 asgiref==3.3.1 certifi==2020.6.20 chardet==3.0.4 -Django==3.1.3 +Django==3.1.9 django-apscheduler==0.5.1 django-cors-headers==3.5.0 idna==2.10