From 76fe68ac4dbae2cc1d388dbe21cbedbb73b2f818 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 06:42:17 +0000 Subject: [PATCH] Update gunicorn requirement from >=21.2 to >=26.2.0 Updates the requirements on [gunicorn](https://github.com/benoitc/gunicorn) to permit the latest version. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...26.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- databricks_app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/databricks_app/requirements.txt b/databricks_app/requirements.txt index d1be1e8..9bcec8f 100644 --- a/databricks_app/requirements.txt +++ b/databricks_app/requirements.txt @@ -1,6 +1,6 @@ # Web framework + WSGI server flask>=3.0 -gunicorn>=21.2 +gunicorn>=26.2.0 click==8.4.2 # Databricks SDK — required by demo scripts (launch_*_demo.py) and the