Skip to content

Commit fa11d16

Browse files
committed
fix: files/requirements_dev.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies: - https://snyk.io/vuln/SNYK-PYTHON-GEVENT-9919772 - https://snyk.io/vuln/SNYK-PYTHON-SETUPTOOLS-9964606
1 parent d809970 commit fa11d16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

files/requirements_dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ redis==3.5.3
22
#- Flask-Migrate
33
celery>=5.1.0
44
cffi>=1.14.5
5-
gevent>=21.12.0
5+
gevent>=25.4.1
66
ujson>=1.35
77
urllib3>=1.19 # required to avoid issues with get_url module
88
# - ndg-httpsclient>=0.4.2 # required to avoid issues with get_url module
@@ -32,3 +32,4 @@ Click>=7.1.2
3232
# workaround for https://git.ziirish.me/ziirish/burp-ui/-/issues/347#note_3770
3333
Werkzeug==2.0.2
3434
cryptography==36.0.2
35+
setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability

0 commit comments

Comments
 (0)