From 874cb2461df35021521ff19102ff05616e7efc01 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Jan 2024 14:51:49 +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-6149518 - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6157248 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 727f363..93a787d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ WTForms==3.0.1 Werkzeug==2.2.3 requests==2.28.1 mysqlclient==2.1.1 -cryptography==41.0.0 +cryptography==42.0.2 alembic==1.9.1 itsdangerous==2.0.1 PyJWT==2.4.0