Skip to content

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

files/requirements_dev.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ redis==3.5.3
33
celery>=5.1.0
44
cffi>=1.14.5
55
gevent>=21.12.0
6-
ujson>=1.35
6+
ujson>=5.4.0
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
99
pyasn1==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
1212
Flask-Limiter==1.4
1313
trio>=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
1616
Flask-Login>=0.5.0
1717
Flask-Bower>=1.3.0
1818
Flask-Babel>=2.0.0
@@ -26,9 +26,12 @@ pluginbase>=1.0.0
2626
tzlocal>=2.1
2727
# workaround for https://git.ziirish.me/ziirish/burp-ui/-/issues/347#note_3770
2828
pyOpenSSL>=20.0.1
29-
configobj>=5.0.6
29+
configobj>=5.0.9
3030
async_generator>=1.10
3131
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+
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

0 commit comments

Comments
 (0)