From a8610b9f12deae9b25d35c3bb7ab89da7ad8a6c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 22:08:49 +0000 Subject: [PATCH] build(deps): bump flask from 3.1.2 to 3.1.3 in /src Bumps [flask](https://github.com/pallets/flask) from 3.1.2 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.1.2...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index ba02d26c..dbf91555 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -2,7 +2,7 @@ bcrypt==5.0.0 ifcfg==0.24 psutil==7.2.2 pyotp==2.9.0 -Flask==3.1.2 +Flask==3.1.3 flask-cors==6.0.2 icmplib==3.0.4 gunicorn==25.0.3