From bf93fcd7e5f5cd48bd755f22db12cb4264bd5a9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:37:39 +0000 Subject: [PATCH] chore(deps): update gunicorn requirement in /scope_intel 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/23.0.0...26.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- scope_intel/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scope_intel/requirements.txt b/scope_intel/requirements.txt index d8d0e4d5..6884a5cf 100644 --- a/scope_intel/requirements.txt +++ b/scope_intel/requirements.txt @@ -14,7 +14,7 @@ requests>=2.32.3 scikit-learn>=1.8.0 numpy>=2.4.3 pytest>=8.3.3 -gunicorn>=23.0.0 +gunicorn>=26.0.0 # Response compression (Brotli + Gzip). Used by app.factory when # INTEL_COMPRESSION_ENABLED is set; the factory degrades gracefully when # this package is missing so tests without it still import cleanly.