diff --git a/poetry.lock b/poetry.lock index 19e38f2..8a14cde 100644 --- a/poetry.lock +++ b/poetry.lock @@ -911,13 +911,13 @@ files = [ [[package]] name = "werkzeug" -version = "2.3.6" +version = "2.3.7" 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-2.3.7-py3-none-any.whl", hash = "sha256:effc12dba7f3bd72e605ce49807bbe692bd729c3bb122a3b91747a6ae77df528"}, + {file = "werkzeug-2.3.7.tar.gz", hash = "sha256:2b8c0e447b4b9dbcc85dd97b6eeb4dcbaf6c8b6c3be0bd654e25553e0a2157d8"}, ] [package.dependencies] @@ -946,4 +946,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "39f268317bdd17a6c249e54570eb20883f84a5e6d12f698b49336928ce18d631" +content-hash = "e360a186e35e6413ab7f232c5639d19220d383010e811307a088705ff586fd9c" diff --git a/pyproject.toml b/pyproject.toml index f4c63f2..d194395 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.6" +werkzeug = "^2.3.7" [tool.poetry.group.dev.dependencies] black = "^23.7.0" @@ -29,7 +29,7 @@ pytest-ruff = "^0.1" ruff = "^0.0.284" isort = "^5.12.0" pytest-isort = "^3.1.0" -werkzeug = "^2.3.6" +werkzeug = "^2.3.7" [tool.isort] profile = "black"