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:
snyk-bot 2024-02-12 02:42:34 +00:00
parent 7a78e9c53d
commit 1ce6823318
No known key found for this signature in database
GPG Key ID: 5009E0832F4D3DD3

View File

@ -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