File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,16 @@ redis==3.5.3
33celery>=5.1.0
44cffi>=1.14.5
55gevent>=21.12.0
6- ujson>=1.35
6+ ujson>=5.4.0
77urllib3>=1.19 # required to avoid issues with get_url module
88# - ndg-httpsclient>=0.4.2 # required to avoid issues with get_url module
99pyasn1==0.4.8
1010#- six>=1.10.0 # try to fix error in dependencies with requests[security]
11- requests[security] >=2.12 # required to avoid issues with get_url module
11+ requests>=2.31.0 # required to avoid issues with get_url module
1212Flask-Limiter==1.4
1313trio>=0.18.0
1414# workaround for https://git.ziirish.me/ziirish/burp-ui/-/issues/347#note_3770
15- Flask>=1.1.4
15+ Flask>=2.2.5
1616Flask-Login>=0.5.0
1717Flask-Bower>=1.3.0
1818Flask-Babel>=2.0.0
@@ -26,9 +26,12 @@ pluginbase>=1.0.0
2626tzlocal>=2.1
2727# workaround for https://git.ziirish.me/ziirish/burp-ui/-/issues/347#note_3770
2828pyOpenSSL>=20.0.1
29- configobj>=5.0.6
29+ configobj>=5.0.9
3030async_generator>=1.10
3131Click>=7.1.2
3232# workaround for https://git.ziirish.me/ziirish/burp-ui/-/issues/347#note_3770
3333Werkzeug==2.0.2
3434cryptography==36.0.2
35+ certifi>=2024.7.4 # not directly required, pinned by Snyk to avoid a vulnerability
36+ idna>=3.7 # not directly required, pinned by Snyk to avoid a vulnerability
37+ jinja2>=3.1.4 # not directly required, pinned by Snyk to avoid a vulnerability
You can’t perform that action at this time.
0 commit comments