From 724250c9fb751096ad82d553738b41b90fe0653a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 10 Dec 2024 03:49:55 +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-8456315 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-8456316 --- requirements/local.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements/local.txt b/requirements/local.txt index 9afd9cd..5b5cccd 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.17 # not directly required, pinned by Snyk to avoid a vulnerability