We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d809970 commit fa11d16Copy full SHA for fa11d16
files/requirements_dev.txt
@@ -2,7 +2,7 @@ redis==3.5.3
2
#- Flask-Migrate
3
celery>=5.1.0
4
cffi>=1.14.5
5
-gevent>=21.12.0
+gevent>=25.4.1
6
ujson>=1.35
7
urllib3>=1.19 # required to avoid issues with get_url module
8
# - ndg-httpsclient>=0.4.2 # required to avoid issues with get_url module
@@ -32,3 +32,4 @@ Click>=7.1.2
32
# workaround for https://git.ziirish.me/ziirish/burp-ui/-/issues/347#note_3770
33
Werkzeug==2.0.2
34
cryptography==36.0.2
35
+setuptools>=78.1.1 # not directly required, pinned by Snyk to avoid a vulnerability
0 commit comments