From 04dd46874ec75f10c9c00cd905fb78d6d2fbeb08 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:33:23 +0000 Subject: [PATCH] chore(deps): bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the /deployment/local directory: [flask](https://github.com/pallets/flask) and [flask-cors](https://github.com/corydolphin/flask-cors). Updates `flask` from 2.3.3 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/2.3.3...3.1.3) Updates `flask-cors` from 4.0.0 to 6.0.0 - [Release notes](https://github.com/corydolphin/flask-cors/releases) - [Changelog](https://github.com/corydolphin/flask-cors/blob/main/CHANGELOG.md) - [Commits](https://github.com/corydolphin/flask-cors/compare/4.0.0...6.0.0) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip - dependency-name: flask-cors dependency-version: 6.0.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- deployment/local/requirements-simple.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/local/requirements-simple.txt b/deployment/local/requirements-simple.txt index c558a4af9..c12a1c4b6 100644 --- a/deployment/local/requirements-simple.txt +++ b/deployment/local/requirements-simple.txt @@ -2,10 +2,10 @@ # These are the only dependencies needed to run the simple web server # Web server framework -Flask==2.3.3 +Flask==3.1.3 # CORS support for cross-origin requests -Flask-Cors==4.0.0 +Flask-Cors==6.0.0 # Dependencies automatically installed with Flask: # - Werkzeug>=2.3.7