diff --git a/poetry.lock b/poetry.lock index fa45833..6a5a6f0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -770,13 +770,13 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [[package]] name = "werkzeug" -version = "2.3.6" +version = "3.0.1" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "Werkzeug-2.3.6-py3-none-any.whl", hash = "sha256:935539fa1413afbb9195b24880778422ed620c0fc09670945185cce4d91a8890"}, - {file = "Werkzeug-2.3.6.tar.gz", hash = "sha256:98c774df2f91b05550078891dee5f0eb0cb797a522c757a2452b9cee5b202330"}, + {file = "werkzeug-3.0.1-py3-none-any.whl", hash = "sha256:90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10"}, + {file = "werkzeug-3.0.1.tar.gz", hash = "sha256:507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc"}, ] [package.dependencies] @@ -872,4 +872,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "7c899ce773142a8da9c7e45e3a2ef7440ba1dc71a6f90bcfd7f36fbdb07d5be0" +content-hash = "edbcefa735b0c6ce531748b8a619f7df3c6ed0c18693e2a79ae1b13bdc6db205" diff --git a/pyproject.toml b/pyproject.toml index 75cf77b..b576171 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ PyYAML = "^6.0" Flask = "^2.3.2" Flask-Cors = "^3.0.10" uWSGI = "^2.0.21" -werkzeug = "^2.3.6" +werkzeug = "^3.0.1" [tool.poetry.group.dev.dependencies] flake8 = "^6.0.0"