From ff23438bb16dfe20c6d2d690f3f1ba3a91f93e96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 15:52:06 +0000 Subject: [PATCH] build(deps): bump gunicorn from 26.1.0 to 26.2.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 26.1.0 to 26.2.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/26.1.0...26.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.2.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6de7bdae..2592f1d9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ Flask==3.1.3 -Gunicorn==26.1.0 +Gunicorn==26.2.0 pyturso==0.7.2 python-dotenv==1.2.3 Cryptography==50.0.1