diff --git a/poetry.lock b/poetry.lock index 8a825967..286874e1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -783,13 +783,13 @@ files = [ [[package]] name = "werkzeug" -version = "3.0.1" +version = "3.0.2" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-3.0.1-py3-none-any.whl", hash = "sha256:90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10"}, - {file = "werkzeug-3.0.1.tar.gz", hash = "sha256:507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc"}, + {file = "werkzeug-3.0.2-py3-none-any.whl", hash = "sha256:3aac3f5da756f93030740bc235d3e09449efcf65f2f55e3602e1d851b8f48795"}, + {file = "werkzeug-3.0.2.tar.gz", hash = "sha256:e39b645a6ac92822588e7b39a692e7828724ceae0b0d702ef96701f90e70128d"}, ] [package.dependencies] @@ -818,4 +818,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "067fdd1426d1b3ed83e3d54333beac66432ee74590e5f721405b5eb4e6cba5d8" +content-hash = "cd5cb6b31e189128cdc5ab8b49e13c597abb1fe50ae493dc921498c37012c9e8" diff --git a/pyproject.toml b/pyproject.toml index 03640126..dba4fdb5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ catpage = 'app.server:main' [tool.poetry.dependencies] python = "^3.11" -Werkzeug = "^3.0.1" +Werkzeug = "^3.0.2" Jinja2 = "^3.1.3" configargparse = "^1.7" CherryPy = "^18.9.0"