From 15065eea943df7f62ebaddaa63ec21e1a3c108a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Jun 2025 00:52:13 +0000 Subject: [PATCH] Bump gunicorn from 20.1.0 to 23.0.0 in /exercises/python/weather-app Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-version: 23.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- exercises/python/weather-app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exercises/python/weather-app/requirements.txt b/exercises/python/weather-app/requirements.txt index 96fb3eb..1741d33 100644 --- a/exercises/python/weather-app/requirements.txt +++ b/exercises/python/weather-app/requirements.txt @@ -52,7 +52,7 @@ traitlets==5.1.1 wcwidth==0.2.5 webencodings==0.5.1 Werkzeug==2.0.2 -gunicorn==20.1.0 +gunicorn==23.0.0 requests~=2.28.0 python-dotenv~=0.20.0 \ No newline at end of file