From 6980e2507c3f040790d4d3ab14c80e6a3275202f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 07:40:45 +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-6913422 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 96e1c1a..c200887 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.8 PyYAML==5.4 jsonschema==3.2.0 \ No newline at end of file