Skip to content

Commit f7c6228

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-13836728 - https://snyk.io/vuln/SNYK-PYTHON-DJANGO-13837025
1 parent 47a53c5 commit f7c6228

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ python3-nmap
55
mac-vendor-lookup
66
getmac~=0.8.2
77
chardet==3.0.4
8-
Django~=3.2.22
8+
Django~=4.2.26
99
aiohttp>=3.9.0 # not directly required, pinned by Snyk to avoid a vulnerability
1010
sqlparse>=0.5.0 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)