From e0c1caad7cad6a2af1f2e0d8aab981dcaa8d617e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 8 Dec 2024 06:50:04 +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 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements/local.txt b/requirements/local.txt index 84e76bf3..9829c662 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -38,4 +38,5 @@ django-coverage-plugin==3.1.0 # https://github.com/nedbat/django_coverage_plugi pytest-django==4.8.0 # https://github.com/pytest-dev/pytest-django tornado>=6.3.3 # not directly required, pinned by Snyk to avoid a vulnerability -django-test-migrations==1.3.0 \ No newline at end of file +django-test-migrations==1.3.0 +django>=4.2.17 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file