From 507e39e04ce7cbabf5f5b48ce9e624c874e339ab Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Jan 2024 20:02:46 +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-6210214 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 96e1c1a..283d4ef 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==42.0.2 PyYAML==5.4 jsonschema==3.2.0 \ No newline at end of file