From c2146d98b3474ba0e78ebf512b44cf947d3bf6c6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 10 Jul 2024 17:07:04 +0000 Subject: [PATCH] fix: dev/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 --- dev/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/dev/requirements.txt b/dev/requirements.txt index 233e29d4..94bdcf22 100644 --- a/dev/requirements.txt +++ b/dev/requirements.txt @@ -5,3 +5,4 @@ pycodestyle==2.6.0 pyflakes==2.2.0 pylint==2.5.3 yapf==0.30.0 +django>=4.2.14 # not directly required, pinned by Snyk to avoid a vulnerability