From 845507e0ba28e92db916574fec056f2d5ca6f3f2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 22:20:53 +0000 Subject: [PATCH] chore(deps): bump flask Bumps the pip group with 1 update in the /openmetadata-airflow-apis directory: [flask](https://github.com/pallets/flask). Updates `flask` from 2.2.5 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.2.5...3.1.3) --- updated-dependencies: - dependency-name: flask dependency-version: 3.1.3 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- openmetadata-airflow-apis/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmetadata-airflow-apis/pyproject.toml b/openmetadata-airflow-apis/pyproject.toml index 273a73aae16a..875eabfb78d4 100644 --- a/openmetadata-airflow-apis/pyproject.toml +++ b/openmetadata-airflow-apis/pyproject.toml @@ -17,7 +17,7 @@ requires-python = ">=3.9" dependencies = [ "pendulum~=3.0", "apache-airflow>=2.2.2", - "Flask==2.2.5", + "Flask==3.1.3", "Flask-Admin==1.6.0", ]