From 53ae4cee4123e4300fc6c1949792f1089b942876 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 26 Oct 2023 15:47:15 +0000 Subject: [PATCH] fix: tests_app/requirements.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-CRYPTOGRAPHY-6036192 --- tests_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests_app/requirements.txt b/tests_app/requirements.txt index 77720e0..2e89549 100644 --- a/tests_app/requirements.txt +++ b/tests_app/requirements.txt @@ -3,4 +3,4 @@ django-nose django-filter>=2.1.0 mock ipdb -cryptography==3.2.1 \ No newline at end of file +cryptography==41.0.5 \ No newline at end of file