From 287ab6906aa5e1b9c0cbd46d910b5021356d9240 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 27 Oct 2022 05:20:19 +0000 Subject: [PATCH] fix: services/workshop/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGORESTFRAMEWORK-1090569 --- services/workshop/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/workshop/requirements.txt b/services/workshop/requirements.txt index 498ddef8..bb8da48c 100644 --- a/services/workshop/requirements.txt +++ b/services/workshop/requirements.txt @@ -5,7 +5,7 @@ PyJWT==1.7.1 requests==2.24.0 django-cors-headers==3.4.0 bcrypt==3.1.7 -djangorestframework==3.11.0 +djangorestframework==3.11.2 django-health-check==3.12.1 django-extended-choices==1.3.3 djongo==1.3.3