From 9529795b33056eccfe3361fb44b42e5a2c3ec0bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Feb 2026 13:18:45 +0000 Subject: [PATCH] Update flask requirement from ~=3.1.2 to ~=3.1.3 in /dao Updates the requirements on [flask](https://github.com/pallets/flask) to permit the latest version. - [Release notes](https://github.com/pallets/flask/releases) - [Changelog](https://github.com/pallets/flask/blob/3.1.3/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 ... Signed-off-by: dependabot[bot] --- dao/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dao/requirements.txt b/dao/requirements.txt index 83b503dd..4cf4c352 100644 --- a/dao/requirements.txt +++ b/dao/requirements.txt @@ -16,7 +16,7 @@ SQLAlchemy-Utils~=0.42.1 psycopg2-binary pymysql~=1.1.2 mariadb~=1.1.14 -flask~=3.1.2 +flask~=3.1.3 ephem~=4.2 gunicorn~=25.1.0 cryptography~=46.0.5