From d5cc06f883532a2f2c4c171ed5b2ef4c5bf4fff5 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 17 Jun 2024 02:47:20 +0000 Subject: [PATCH] fix: daemons/area-deletion-daemon/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6913422 --- daemons/area-deletion-daemon/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemons/area-deletion-daemon/requirements.txt b/daemons/area-deletion-daemon/requirements.txt index 96c20ae2..f288019d 100644 --- a/daemons/area-deletion-daemon/requirements.txt +++ b/daemons/area-deletion-daemon/requirements.txt @@ -2,7 +2,7 @@ alembic==1.0.0 boto3==1.9.44 botocore==1.12.119 connexion==1.5.2 -cryptography==2.3.1 +cryptography==42.0.8 dcplib>=2.0.0 jsonschema==2.6.0 psycopg2-binary==2.7.5