From 124a1863eb98cbca51424f875151b771550fe945 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 16:34:15 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 2.2.3 to 2.3.8 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 2.3.8. - [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.2.3...2.3.8) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1b4ecb1..be8c0e4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1854,20 +1854,20 @@ files = [ [[package]] name = "werkzeug" -version = "2.2.3" +version = "2.3.8" description = "The comprehensive WSGI web application library." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "Werkzeug-2.2.3-py3-none-any.whl", hash = "sha256:56433961bc1f12533306c624f3be5e744389ac61d722175d543e1751285da612"}, - {file = "Werkzeug-2.2.3.tar.gz", hash = "sha256:2e1ccc9417d4da358b9de6f174e3ac094391ea1d4fbef2d667865d819dfd0afe"}, + {file = "werkzeug-2.3.8-py3-none-any.whl", hash = "sha256:bba1f19f8ec89d4d607a3bd62f1904bd2e609472d93cd85e9d4e178f472c3748"}, + {file = "werkzeug-2.3.8.tar.gz", hash = "sha256:554b257c74bbeb7a0d254160a4f8ffe185243f52a52035060b761ca62d977f03"}, ] [package.dependencies] MarkupSafe = ">=2.1.1" [package.extras] -watchdog = ["watchdog"] +watchdog = ["watchdog (>=2.3)"] [[package]] name = "yarl" @@ -1975,4 +1975,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "c3770fdce62a5e6127c690b0ed4b0a6274c3c28e1af1f0827ca2872afd693462" +content-hash = "2380ca8dbbffe8c45c88f2d85a537fb7e34d7546682cc5264a20cc39363243e5" diff --git a/pyproject.toml b/pyproject.toml index f0c4a15..cf784be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ requests = "^2.28.1" Flask = "~2.2.5" pydantic = "^2.0.2" flask-cors = "^4.0.0" -werkzeug = "~2.2.3" # debugpy is broken with werkzeug 2.3.x so pin this manually +werkzeug = "~2.3.8" # debugpy is broken with werkzeug 2.3.x so pin this manually asgiref = "^3.7.2" [tool.poetry.group.dev.dependencies]