From 4e7f8f4662d8ae31758ad27882149cccd9588126 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 27 Oct 2023 02:44:13 +0000 Subject: [PATCH] fix: requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6036192 - https://snyk.io/vuln/SNYK-PYTHON-WERKZEUG-6035177 --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 96e1c1a..6c3d86f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,7 @@ celery==5.1.2 redis==3.5.3 datadog==0.6.0 PyGithub==1.53 -cryptography==3.4.6 +cryptography==41.0.5 PyYAML==5.4 -jsonschema==3.2.0 \ No newline at end of file +jsonschema==3.2.0 +werkzeug>=3.0.1 # not directly required, pinned by Snyk to avoid a vulnerability \ No newline at end of file