diff --git a/requirements-dev.txt b/requirements-dev.txt index a1d412f..a417e7e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -46,6 +46,6 @@ tomlkit==0.11.6 ; python_full_version >= "3.8.1" and python_version < "4.0" typing-extensions==4.5.0 ; python_full_version >= "3.8.1" and python_version < "4.0" virtualenv==20.26.6 ; python_full_version >= "3.8.1" and python_version < "4.0" waitress==2.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0" -werkzeug==2.2.3 ; python_full_version >= "3.8.1" and python_version < "4.0" +werkzeug==3.0.6 ; python_full_version >= "3.8.1" and python_version < "4.0" wrapt==1.15.0 ; python_full_version >= "3.8.1" and python_version < "4.0" zipp==3.15.0 ; python_full_version >= "3.8.1" and python_version < "3.10" diff --git a/requirements.txt b/requirements.txt index 058a612..0f504c3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,5 +15,5 @@ reportlab==3.6.12 ; python_full_version >= "3.8.1" and python_version < "4" six==1.16.0 ; python_full_version >= "3.8.1" and python_version < "4.0" typing-extensions==4.5.0 ; python_full_version >= "3.8.1" and python_version < "4.0" waitress==2.1.2 ; python_full_version >= "3.8.1" and python_version < "4.0" -werkzeug==2.2.3 ; python_full_version >= "3.8.1" and python_version < "4.0" +werkzeug==3.0.6 ; python_full_version >= "3.8.1" and python_version < "4.0" zipp==3.15.0 ; python_full_version >= "3.8.1" and python_version < "3.10"