diff --git a/poetry.lock b/poetry.lock index 3ba8d74..ab36390 100644 --- a/poetry.lock +++ b/poetry.lock @@ -927,13 +927,13 @@ files = [ [[package]] name = "werkzeug" -version = "2.3.7" +version = "3.0.0" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-2.3.7-py3-none-any.whl", hash = "sha256:effc12dba7f3bd72e605ce49807bbe692bd729c3bb122a3b91747a6ae77df528"}, - {file = "werkzeug-2.3.7.tar.gz", hash = "sha256:2b8c0e447b4b9dbcc85dd97b6eeb4dcbaf6c8b6c3be0bd654e25553e0a2157d8"}, + {file = "werkzeug-3.0.0-py3-none-any.whl", hash = "sha256:cbb2600f7eabe51dbc0502f58be0b3e1b96b893b05695ea2b35b43d4de2d9962"}, + {file = "werkzeug-3.0.0.tar.gz", hash = "sha256:3ffff4dcc32db52ef3cc94dff3000a3c2846890f3a5a51800a27b909c5e770f0"}, ] [package.dependencies] @@ -962,4 +962,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "11003dcd4207954824a1bd02ef920176065777aec94e1e3a701e90f619399139" +content-hash = "f6815258e3d117a4b29b28f1674b41e7d9befec01019d49ebd4fbd1896fa09c9" diff --git a/pyproject.toml b/pyproject.toml index 2c9b3d0..dc28855 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ cloudevents = "^1.9.0" kafka-python = "^2.0.2" cherrypy = "^18.8.0" pyyaml = "^6.0" -werkzeug = "^2.3.7" +werkzeug = "^3.0.0" [tool.poetry.group.dev.dependencies] black = "^23.10.1" @@ -29,7 +29,7 @@ pytest-ruff = "^0.1" ruff = "^0.0.292" isort = "^5.12.0" pytest-isort = "^3.1.0" -werkzeug = "^2.3.7" +werkzeug = "^3.0.0" [tool.isort] profile = "black"