From 799328879c3d7f65e384a4e5dcf0e7b7b67e2827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:58:43 +0000 Subject: [PATCH] Bump werkzeug from 2.3.7 to 3.0.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.7 to 3.0.1. - [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.7...3.0.1) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 91877c63..0b6d3823 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2089,13 +2089,13 @@ test = ["websockets"] [[package]] name = "werkzeug" -version = "2.3.7" +version = "3.0.1" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-2.3.7-py3-none-any.whl", hash = "sha256:effc12dba7f3bd72e605ce49807bbe692bd729c3bb122a3b91747a6ae77df528"}, - {file = "werkzeug-2.3.7.tar.gz", hash = "sha256:2b8c0e447b4b9dbcc85dd97b6eeb4dcbaf6c8b6c3be0bd654e25553e0a2157d8"}, + {file = "werkzeug-3.0.1-py3-none-any.whl", hash = "sha256:90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10"}, + {file = "werkzeug-3.0.1.tar.gz", hash = "sha256:507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc"}, ] [package.dependencies] @@ -2257,4 +2257,4 @@ test = ["flake8", "mock", "pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "b050492fdb13ba2bee14ff891af528235246d6bbe8384f2b668e48d3ee5215f9" +content-hash = "f11ce9d17b406490774f0964412cac7a5a62b76190e034bbf25146efec117cf6" diff --git a/pyproject.toml b/pyproject.toml index e488ed8f..9125f106 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -79,7 +79,7 @@ sphinx = {version = "^7.1.1", optional = true} sphinxcontrib-httpdomain = {version = "^1.8.1", optional = true} markupsafe = {version = "==2.1.3", optional = true} # https://github.com/sphinx-contrib/httpdomain/issues/60 -Werkzeug = {version = "<2.4", optional = true} +Werkzeug = {version = "<3.1", optional = true} pydantic = "^1.10.7" Flask-Pydantic = "^0.11.0" flask-restx = "^1.1.0"