From c06475db64d2f63f6add31288626c82b4e5caa81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 14 Apr 2024 18:58:52 +0000 Subject: [PATCH] fix: requirements/common.txt to reduce vulnerabilities The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-IDNA-6597975 --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 921d143..400e52f 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -9,7 +9,7 @@ djangorestframework==3.14.0 djangorestframework-jwt==1.11.0 djangorestframework-simplejwt==5.2.2 drf-yasg==1.21.5 -idna==3.4 +idna==3.7 inflection==0.5.1 itypes==1.2.0 Jinja2==3.1.2