From 42d5a2bb59cdf43783532a604d5993f80ebba8eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 02:59:16 +0000 Subject: [PATCH] chore(deps): bump werkzeug from 2.3.6 to 3.0.6 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.6 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/2.3.6...3.0.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.0.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1e1ad4b1f..f791990a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ 'sshpubkeys==3.3.1', 'uritemplate==4.1.1', 'vine==5.0.0', - 'werkzeug==2.3.6', + 'werkzeug==3.0.6', 'unicodecsv==0.14.1', 'httpsig==1.3.0', 'treelib==1.6.4',