From b13ce426532ee4a9fe0e060317ef1fa7d8d1498d Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 08:20:27 +0000 Subject: [PATCH] fix: test_project/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7435780 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436273 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436514 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7436646 --- test_project/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test_project/requirements.txt b/test_project/requirements.txt index 76b6b9e8..74153a42 100644 --- a/test_project/requirements.txt +++ b/test_project/requirements.txt @@ -19,3 +19,4 @@ django-debug-toolbar sqlparse>=0.4.2 # not directly required, pinned by Snyk to avoid a vulnerability djhacker setuptools>=65.5.1 # not directly required, pinned by Snyk to avoid a vulnerability +django>=4.2.14 # not directly required, pinned by Snyk to avoid a vulnerability