From 022483cc715517b642e79b49597e248ec04afa21 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Oct 2023 19:47:36 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 2.3.6 to 3.0.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 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.6...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 ccd5f71e..66d46b89 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1456,13 +1456,13 @@ socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"] [[package]] name = "werkzeug" -version = "2.3.6" +version = "3.0.1" 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-3.0.1-py3-none-any.whl", hash = "sha256:90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10"}, + {file = "werkzeug-3.0.1.tar.gz", hash = "sha256:507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc"}, ] [package.dependencies] @@ -1474,4 +1474,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "~3.11" -content-hash = "2dc0a02ee8b15dd6b2f577dd3837bf780373e6529fe795d7d1fe9f13086f94b8" +content-hash = "8acd544bcdaf6bdaf2bb9d3444ac52ca01160459d0f56a8117e9e971e398f4a5" diff --git a/pyproject.toml b/pyproject.toml index dc413f76..ecc23aef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ retry = "~0.9.2" sentry-sdk = { version = "~1.27.1", extras = ["Flask"] } SQLAlchemy = "2.0.18" uptime = "3.0.1" -werkzeug = "2.3.6" +werkzeug = "3.0.1" [tool.poetry.group.dev.dependencies] bandit = { version = "~1.7.5", extras = ["toml"] }