mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-09-07 00:25:42 -05:00
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-DNSPYTHON-6241713
This commit is contained in:
@@ -5,4 +5,5 @@ requests~=2.31.0
|
||||
pymongo~=4.3.3
|
||||
waitress~=2.1.2
|
||||
colorlog~=6.7.0
|
||||
bleach~=6.0.0
|
||||
bleach~=6.0.0
|
||||
dnspython>=2.6.0rc1 # not directly required, pinned by Snyk to avoid a vulnerability
|
||||
Reference in New Issue
Block a user