From fcb08f0b03769ee22886cf17fe007e433d31ac5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 30 Jul 2025 09:52:20 +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-DJANGORESTFRAMEWORKSIMPLEJWT-6450220 --- requirements/common.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/common.txt b/requirements/common.txt index 41deb23..85549df 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -7,7 +7,7 @@ Django==5.0.14 django-extensions==3.2.1 djangorestframework==3.15.2 djangorestframework-jwt==1.11.0 -djangorestframework-simplejwt==5.2.2 +djangorestframework-simplejwt==5.5.1 drf-yasg==1.21.5 idna==3.7 inflection==0.5.1