diff --git a/files/requirements_dev.txt b/files/requirements_dev.txt index 4f2ceab..60c5e06 100644 --- a/files/requirements_dev.txt +++ b/files/requirements_dev.txt @@ -4,7 +4,7 @@ celery>=5.1.0 cffi>=1.14.5 gevent>=21.12.0 ujson>=1.35 -urllib3>=1.19 # required to avoid issues with get_url module +urllib3>=2.2.2 # required to avoid issues with get_url module # - ndg-httpsclient>=0.4.2 # required to avoid issues with get_url module pyasn1==0.4.8 #- six>=1.10.0 # try to fix error in dependencies with requests[security] @@ -30,5 +30,6 @@ configobj>=5.0.6 async_generator>=1.10 Click>=7.1.2 # workaround for https://git.ziirish.me/ziirish/burp-ui/-/issues/347#note_3770 -Werkzeug==2.0.2 -cryptography==36.0.2 +Werkzeug==3.0.3 +cryptography==42.0.8 +zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability