From dce446a14685ce7e23606d423162e933472ba070 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 13:21:40 +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 e75b40c..bca0bd6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1814,20 +1814,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" @@ -1935,4 +1935,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.10.0" -content-hash = "ac8e0686c92f405e4b770d409326ccdc1cfdb796599a035768d9a8b0f352c4bd" +content-hash = "fde4b509b9cff77303d88d956d033371abfd62abb5d7ed2a352432e57820222d" diff --git a/pyproject.toml b/pyproject.toml index a914573..40b89fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ requests = "^2.32.0" Flask = "~2.2.5" pydantic = "^2.0.2" 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]