From c4db44fbf60d86652c9cc3e1c6d23f2f7219112b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 12:58:45 +0000 Subject: [PATCH] Update werkzeug requirement from ~=2.2.2 to ~=3.1.8 Updates the requirements on [werkzeug](https://github.com/pallets/werkzeug) to permit the latest version. - [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.2...3.1.8) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index bdaff62..eb41c4d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ install_requires = soupsieve~=2.6 urllib3~=2.2.3 waitress==2.0.0 - Werkzeug~=2.2.2 + Werkzeug~=3.1.8 wheel xlrd>=1.2 xmlschema>=2.0.0