From 61787ce749c105bd5aab0d5046ad95b5349918a2 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Wed, 2 Feb 2022 15:33:04 +0200 Subject: [PATCH] fix: cvat/requirements/base.txt to reduce vulnerabilities (#4275) The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2389002 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2389021 --- cvat/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvat/requirements/base.txt b/cvat/requirements/base.txt index 03a0769eb666..0b8781152cc2 100644 --- a/cvat/requirements/base.txt +++ b/cvat/requirements/base.txt @@ -1,6 +1,6 @@ attrs==21.2.0 click==7.1.2 -Django==3.2.11 +Django==3.2.12 django-appconf==1.0.4 django-auth-ldap==2.2.0 django-compressor==2.4