From 2f0cf790238d3f7f6ec2bbea1aa7e75d24b1e73f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Sep 2024 23:29:54 +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 5b814d6..ee5c876 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