From 8e6152b891facd862a89f2f5aacba2c881e146f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 10:04:23 +0000 Subject: [PATCH] Update werkzeug requirement from >=2.0.1 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.0.1...3.1.8) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c04b657..f92f525 100644 --- a/requirements.txt +++ b/requirements.txt @@ -22,7 +22,7 @@ python-magic>=0.4.24 Pygments>=2.9.0 speedtest-cli>=2.1.3 GitPython>=3.1.17 -Werkzeug>=2.0.1 +Werkzeug>=3.1.8 Flask>=2.0.1 Flask-SQLAlchemy>=2.5.1 Flask-Login>=0.5.0