From 985b973134cca65ca560c26bb6540882420b034e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 2 Aug 2023 15:59:32 +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-5813745 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5813746 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-5813750 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 96e1c1a..c9f4115 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,6 +9,6 @@ celery==5.1.2 redis==3.5.3 datadog==0.6.0 PyGithub==1.53 -cryptography==3.4.6 +cryptography==41.0.3 PyYAML==5.4 jsonschema==3.2.0 \ No newline at end of file