From a60faddcbb142e202872430a7cc1331b4cb374f4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 09:01:29 +0000 Subject: [PATCH] fix: requirements/local.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 --- requirements/local.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/local.txt b/requirements/local.txt index 9afd9cd..697d257 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -30,3 +30,4 @@ django-coverage-plugin==2.0.4 # https://github.com/nedbat/django_coverage_plugi pytest-django==4.5.2 # https://github.com/pytest-dev/pytest-django pygments>=2.7.4 # not directly required, pinned by Snyk to avoid a vulnerability 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