From 1b00cc22157a1c4b96fc0683862f166bda7d88ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Sep 2021 19:49:52 +0000 Subject: [PATCH] Bump django from 3.0.10 to 3.1.13 in /Upcare-HackOwasp Bumps [django](https://github.com/django/django) from 3.0.10 to 3.1.13. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.10...3.1.13) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Upcare-HackOwasp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Upcare-HackOwasp/requirements.txt b/Upcare-HackOwasp/requirements.txt index 888c508..b506aed 100644 --- a/Upcare-HackOwasp/requirements.txt +++ b/Upcare-HackOwasp/requirements.txt @@ -1,5 +1,5 @@ asgiref==3.3.0 -Django==3.0.10 +Django==3.1.13 django-filter==2.4.0 joblib==0.17.0 numpy==1.19.3