From aaedf2893952b68d81e28f283fa42b5b5ec44433 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 00:24:14 +0000 Subject: [PATCH] Bump werkzeug from 3.1.1 to 3.1.2 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 3.1.1 to 3.1.2. - [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.1.1...3.1.2) --- updated-dependencies: - dependency-name: werkzeug dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 418ab3dc..312c07f4 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.1.1", + "werkzeug==3.1.2", "flask==3.0.3", "marshmallow==3.23.1", "webargs==8.6.0",