From 1ebf6b209a10d2ea4695694e3612322c76bab460 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 May 2022 19:57:31 +0000 Subject: [PATCH] fix: backend/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYJWT-2840625 --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 3d99403..84babb2 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -22,7 +22,7 @@ oauthlib==3.1.0 openapi-codec==1.3.2 packaging==20.9 psycopg2-binary==2.8.6 -PyJWT==2.1.0 +PyJWT==2.4.0 pyparsing==2.4.7 PySocks==1.7.1 python-twitter==3.5