From 52c4d259da0c9469c4a8ee29ae60987bf98fbf05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 11:47:53 +0000 Subject: [PATCH] Bump werkzeug from 2.2.3 to 3.0.1 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.2.3 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.2.3...3.0.1) --- updated-dependencies: - dependency-name: werkzeug 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 0204fee..a9cd828 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "Jinja2==3.1.2", "MarkupSafe==2.1.3", "SQLAlchemy[mypy]==2.0.20", - "Werkzeug==2.2.3", + "Werkzeug==3.0.1", "beautifulsoup4==4.12.2", "certifi==2023.7.22", "charset-normalizer==3.2.0",