From d07d8cc60212d0e74ec598b690c04517c9486574 Mon Sep 17 00:00:00 2001 From: Snyk bot Date: Tue, 12 Apr 2022 14:31:06 +0100 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities (#59) The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2606966 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-2606969 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 963fbd9..06dbabb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -94,7 +94,7 @@ django-silk==4.3.0; python_version >= "3.7" \ django-sri==0.3.0; python_version >= "3.6" \ --hash=sha256:961e316c0663d2b277a60f677bae3bed451a26f045129eddf09827f98fe00b86 \ --hash=sha256:9fa50b4b41b4cc3e8072d1bc4a60a81e38fd95698aed115d2f56f3d7e83a6877 -django==3.2.12; python_version >= "3.6" \ +django==3.2.13; python_version >= "3.6" \ --hash=sha256:9b06c289f9ba3a8abea16c9c9505f25107809fb933676f6c891ded270039d965 \ --hash=sha256:9772e6935703e59e993960832d66a614cf0233a1c5123bc6224ecc6ad69e41e2 gprof2dot==2021.2.21; python_version >= "3.7" \