From 43566651718b428440ab1eb570610f2543a9c329 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 21 May 2022 02:14:24 +0000 Subject: [PATCH] fix: deploy/pyenv/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-PYJWT-2840625 --- deploy/pyenv/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/pyenv/requirements.txt b/deploy/pyenv/requirements.txt index 70aae29..2f16e77 100644 --- a/deploy/pyenv/requirements.txt +++ b/deploy/pyenv/requirements.txt @@ -13,7 +13,7 @@ Jinja2==2.10 MarkupSafe==1.0 psutil==5.4.7 PyGithub==1.43.2 -PyJWT==1.6.4 +PyJWT==2.4.0 pymongo==3.7.1 pytz==2018.5 redis==2.10.6