From 61ec50d7f34f6a27940c732e97fed8dd97aba881 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2024 00:04:20 +0000 Subject: [PATCH] Bump werkzeug from 3.0.1 to 3.0.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.1 to 3.0.6. - [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/3.0.1...3.0.6) --- 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 70204f736b8..f4d9cb8bca3 100644 --- a/poetry.lock +++ b/poetry.lock @@ -4790,13 +4790,13 @@ webtest = ">=2.0.9" [[package]] name = "werkzeug" -version = "3.0.1" +version = "3.0.6" description = "The comprehensive WSGI web application library." optional = false python-versions = ">=3.8" files = [ - {file = "werkzeug-3.0.1-py3-none-any.whl", hash = "sha256:90a285dc0e42ad56b34e696398b8122ee4c681833fb35b8334a095d82c56da10"}, - {file = "werkzeug-3.0.1.tar.gz", hash = "sha256:507e811ecea72b18a404947aded4b3390e1db8f826b494d76550ef45bb3b1dcc"}, + {file = "werkzeug-3.0.6-py3-none-any.whl", hash = "sha256:1bc0c2310d2fbb07b1dd1105eba2f7af72f322e1e455f2f93c993bee8c8a5f17"}, + {file = "werkzeug-3.0.6.tar.gz", hash = "sha256:a8dd59d4de28ca70471a34cba79bed5f7ef2e036a76b3ab0835474246eb41f8d"}, ] [package.dependencies] @@ -5013,4 +5013,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.12" -content-hash = "94dbd37ea3b7d8a581f6d7af6679cc4cf5a0f02550f0a7806fbe49ffd8045fe4" +content-hash = "5886fb1fccd8f38d5f5a623f84112720e1547e646fc47555135a500baf22f98f" diff --git a/pyproject.toml b/pyproject.toml index 39e03d98ab2..e26bf35ea41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ packages = [{include = "osf"}] python = "^3.12" wheel = "0.42.0" invoke = "2.2.0" -Werkzeug = "3.0.1" +Werkzeug = "3.0.6" Flask = "3.0.2" Mako = "1.3.2" Markdown = "3.5.2"