From 405ca0d8fb35bd6f76ef9dd6a763ef787f0117af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2026 19:17:59 +0000 Subject: [PATCH] build(deps): bump werkzeug Bumps the pip group with 1 update in the /cpanel directory: [werkzeug](https://github.com/pallets/werkzeug). Updates `werkzeug` from 3.0.1 to 3.1.6 - [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.1...3.1.6) --- updated-dependencies: - dependency-name: werkzeug dependency-version: 3.1.6 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- cpanel/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpanel/requirements.txt b/cpanel/requirements.txt index d6c8dff..b6b46d7 100644 --- a/cpanel/requirements.txt +++ b/cpanel/requirements.txt @@ -3,6 +3,6 @@ gunicorn==21.2.0 psutil==5.9.6 PyMySQL==1.1.0 cryptography==41.0.5 -Werkzeug==3.0.1 +Werkzeug==3.1.6 python-dotenv==1.0.0 Flask-WTF==1.2.1