Skip to content

Commit 513c13a

Browse files
committed
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-9296408
1 parent e58daf0 commit 513c13a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ celery>=4.4
44
channels~=3.0.3
55
channels-redis==3.2.0
66
channels-rabbitmq==2.0.0
7-
django~=4.2.17
7+
django~=4.2.20
88
djangorestframework
99
django-cryptography==1.1
1010
django-filter~=22.1

0 commit comments

Comments
 (0)