From e942ddbfa506b3380b9533cf8ebf52f1ecd1175f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:52:48 +0000 Subject: [PATCH] Bump gunicorn from 20.1 to 22.0.0 in /frameworks/Python/aiohttp Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- frameworks/Python/aiohttp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/Python/aiohttp/requirements.txt b/frameworks/Python/aiohttp/requirements.txt index d833896a168..432216168fa 100644 --- a/frameworks/Python/aiohttp/requirements.txt +++ b/frameworks/Python/aiohttp/requirements.txt @@ -1,7 +1,7 @@ aiohttp==3.9.2 asyncpg==0.25.0 cchardet==2.1.7 -gunicorn==20.1 +gunicorn==22.0.0 jinja2==3.1.3 psycopg2==2.9.2 SQLAlchemy==1.4.29