From cced9386231f2801c62119f20ec7fc689ccebe25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 09:32:55 +0000 Subject: [PATCH] build(deps): bump werkzeug from 2.3.6 to 2.3.7 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 to 2.3.7. - [Release notes](https://github.com/pallets/werkzeug/releases) - [Changelog](https://github.com/pallets/werkzeug/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/werkzeug/compare/2.3.6...2.3.7) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 7f1cb1f..6f2a57c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -921,13 +921,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] @@ -956,4 +956,4 @@ test = ["zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "b6084dbc71e185411d96e68044f37bac5a9b008ec65014dadfb4d2eae0357304" +content-hash = "bc33262bcd0649796a4eb36bfa9d3deef4f926ea6dc52104dca8a79fe78e08ba" diff --git a/pyproject.toml b/pyproject.toml index 8a7ecfd..fa87685 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.287" isort = "^5.12.0" pytest-isort = "^3.1.0" -werkzeug = "^2.3.6" +werkzeug = "^2.3.7" [tool.isort] profile = "black"