From 357046f89f7cfc389bda614e855350168dfeba4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 00:54:10 +0000 Subject: [PATCH] Bump werkzeug from 3.0.6 to 3.1.0 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.0.6 to 3.1.0. - [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.6...3.1.0) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6ef1079b..a5aa5295 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ tests = [ "pytest==8.3.3", "pytest-cov==6.0.0", "coverage==7.6.4", - "werkzeug==3.0.6", + "werkzeug==3.1.0", "flask==3.0.3", "marshmallow==3.23.0", "webargs==8.6.0",