From 00834b6924dc99feb5057e9b6ea34c1c9ae00564 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:18:38 +0000 Subject: [PATCH] build(deps): bump flask from 3.0.0 to 3.1.3 in /cpanel Bumps [flask](https://github.com/pallets/flask) from 3.0.0 to 3.1.3. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/flask/compare/3.0.0...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-minor ... 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 3f3b076..ec423e2 100644 --- a/cpanel/requirements.txt +++ b/cpanel/requirements.txt @@ -1,4 +1,4 @@ -Flask==3.0.0 +Flask==3.1.3 gunicorn==21.2.0 psutil==5.9.6 PyMySQL==1.1.0