mirror of
https://github.com/wolfswolke/DeathGarden_API_Rebirth.git
synced 2026-03-21 17:54:09 -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:
parent
7a78e9c53d
commit
1ce6823318
|
|
@ -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
|
||||
Loading…
Reference in New Issue
Block a user