From 7fef9c9d35f0fd54b54bc9b06b1c8dae111a01e4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 26 Jun 2024 05:59:59 +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-DJANGORESTFRAMEWORK-7252137 --- 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..ae817575732b 100644 --- a/docs/shared/requirements.txt +++ b/docs/shared/requirements.txt @@ -19,7 +19,7 @@ django-sekizai==0.8.2 django-ses==0.7.0 django-storages==1.1.5 django-method-override==0.1.0 -djangorestframework==2.3.5 +djangorestframework==3.15.2 django==1.4.5 feedparser==5.1.3 # Master pyfs has a bug working with VPC auth. This is a fix. We should switch