From 1328aa2b464ae78c139373ba01421e80b2f28abb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 23:58:42 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 2.2.3 to 3.0.3 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 to 3.0.3. - [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...3.0.3) --- 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 e8e4818..fb6f2a1 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1816,20 +1816,20 @@ files = [ [[package]] name = "werkzeug" -version = "2.2.3" +version = "3.0.3" 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-3.0.3-py3-none-any.whl", hash = "sha256:fc9645dc43e03e4d630d23143a04a7f947a9a3b5727cd535fdfe155a17cc48c8"}, + {file = "werkzeug-3.0.3.tar.gz", hash = "sha256:097e5bfda9f0aba8da6b8545146def481d06aa7d3266e7448e2cccf67dd8bd18"}, ] [package.dependencies] MarkupSafe = ">=2.1.1" [package.extras] -watchdog = ["watchdog"] +watchdog = ["watchdog (>=2.3)"] [[package]] name = "yarl" @@ -1937,4 +1937,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "5af63989415ac5eb2d8a241e054f39d827576fcf4640d429707359701d789f00" +content-hash = "eb84255357af5c32bf2458843b29de3fcf46f85f6112eea8ccc6be5315df097f" diff --git a/pyproject.toml b/pyproject.toml index 50c0f53..b5f2da5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ requests = "^2.32.2" Flask = "~2.2.5" pydantic = "^2.7.1" flask-cors = "^4.0.1" -werkzeug = "~2.2.3" # debugpy is broken with werkzeug 2.3.x so pin this manually +werkzeug = "~3.0.3" # debugpy is broken with werkzeug 2.3.x so pin this manually asgiref = "^3.7.2" [tool.poetry.group.dev.dependencies]