From cf63f554de2bdab4d5a0f40b25292010b2ebbab2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Jun 2021 23:11:03 +0000 Subject: [PATCH] Bump django from 3.0.3 to 3.1.9 in /server Bumps [django](https://github.com/django/django) from 3.0.3 to 3.1.9. - [Release notes](https://github.com/django/django/releases) - [Commits](https://github.com/django/django/compare/3.0.3...3.1.9) --- updated-dependencies: - dependency-name: django dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- server/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/requirements.txt b/server/requirements.txt index 74c4f49..cc0ff90 100644 --- a/server/requirements.txt +++ b/server/requirements.txt @@ -2,7 +2,7 @@ photoshop_connection==0.1.2 requests==2.23.0 opencv_python==4.1.0.25 numpy==1.16.4 -Django==3.0.3 +Django==3.1.9 pyscreenshot==1.0 djangorestframework==3.11.0 Pillow==7.1.2