From c6098521f4fa450bd33bb88d07e847947c6e1629 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 21:52:48 +0000 Subject: [PATCH] Update gunicorn requirement from ~=26.0.0 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/26.0.0...26.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 26.2.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d5a6c02..023a3d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ requests~=2.34.2 folium~=0.20.0 Flask~=3.1.3 -gunicorn~=26.0.0 +gunicorn~=26.2.0 IPy~=1.1 translate~=3.8.1 packaging~=26.2