diff --git a/requirements-dev.txt b/requirements-dev.txt index 9ca81c69f..2cfa1f53f 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -203,6 +203,6 @@ uritemplate==3.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, urllib3==1.26.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4' virtualenv==20.8.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' websocket-client==1.2.1; python_version >= '3.6' -werkzeug==1.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' +werkzeug==3.0.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' wtforms==2.3.3 zipp==3.5.0; python_version >= '3.6'