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 3c615b7Copy full SHA for 3c615b7
files/requirements_dev.txt
@@ -4,7 +4,7 @@ celery>=5.1.0
4
cffi>=1.14.5
5
gevent>=21.12.0
6
ujson>=1.35
7
-urllib3>=1.19 # required to avoid issues with get_url module
+urllib3>=2.2.2 # required to avoid issues with get_url module
8
# - ndg-httpsclient>=0.4.2 # required to avoid issues with get_url module
9
pyasn1==0.4.8
10
#- six>=1.10.0 # try to fix error in dependencies with requests[security]
@@ -30,5 +30,6 @@ configobj>=5.0.6
30
async_generator>=1.10
31
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
+Werkzeug==3.0.3
+cryptography==42.0.8
35
+zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability
0 commit comments