From bc3e311d7b3897c67431eb7e391b3e84b6c5025f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 16 Jun 2024 23:53:08 +0000 Subject: [PATCH] fix: requirements/main.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6913422 --- requirements/main.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/main.txt b/requirements/main.txt index 4c4b7102b..f623faa35 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -251,7 +251,7 @@ cookies-samesite-compat==0.0.1 \ --hash=sha256:2d2921799d79aebd5a3d3dc6cfd6f877eb7aef6c644a65574df43bb763cd715b \ --hash=sha256:782d2bb613addda854529f850f4f60b836a0f0c45049167495490fc4af073ac0 # via -r main.in -cryptography==42.0.7 \ +cryptography==42.0.8 \ --hash=sha256:02c0eee2d7133bdbbc5e24441258d5d2244beb31da5ed19fbb80315f4bbbff55 \ --hash=sha256:0d563795db98b4cd57742a78a288cdbdc9daedac29f2239793071fe114f13785 \ --hash=sha256:16268d46086bb8ad5bf0a2b5544d8a9ed87a0e33f5e77dd3c3301e63d941a83b \