From 569be7775b94434d4f6ec72e1e6a27556745a8a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 22:23:42 +0000 Subject: [PATCH] deps(deps): bump gunicorn from 23.0.0 to 26.0.0 in /sample-app Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 23.0.0 to 26.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/23.0.0...26.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- sample-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sample-app/requirements.txt b/sample-app/requirements.txt index 0653322..4c58f08 100644 --- a/sample-app/requirements.txt +++ b/sample-app/requirements.txt @@ -3,5 +3,5 @@ # These pull in their own transitive deps (werkzeug, jinja2, markupsafe, click, blinker, # itsdangerous, packaging, ...) so the SBOM / SCA gates have a real, non-trivial component graph. Flask==3.0.3 -gunicorn==23.0.0 +gunicorn==26.0.0 PyYAML==6.0.2