From 1cfdf767c6f6b78acf77641eb4ef8935eee7879b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 11 Jul 2024 06:46:01 +0000 Subject: [PATCH] fix: docs/shared/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 --- docs/shared/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/shared/requirements.txt b/docs/shared/requirements.txt index ed8b53bbc93f..23f79a8c498a 100644 --- a/docs/shared/requirements.txt +++ b/docs/shared/requirements.txt @@ -20,7 +20,7 @@ django-ses==0.7.0 django-storages==1.1.5 django-method-override==0.1.0 djangorestframework==2.3.5 -django==1.4.5 +django==4.2.14 feedparser==5.1.3 # Master pyfs has a bug working with VPC auth. This is a fix. We should switch # back to master when and if this fix is merged back.