From d138a23eb00693a860a4a3ffa0f0aa9a28547560 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Sep 2024 23:54:20 +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-7886970 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7886958 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-7886959 --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4f2f8f9..49bb21f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ -Django===4.2.8 +Django===4.2.16 psycopg2-binary==2.9.9 django-redis==5.4.0 channels===3.0.5 SQLAlchemy===2.0.23 argon2-cffi===23.1.0 -cryptography===42.0.8 +cryptography===43.0.1 django-cors-headers===4.3.1 pytz===2024.1 requests===2.32.2 \ No newline at end of file