From 29b8a43bcf9ab5bdaee0c16e8c53b9baeb3828b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2024 06:03:18 +0000 Subject: [PATCH] build(deps): bump gunicorn from 21.2.0 to 22.0.0 Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn 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 41db5c3..b4e4f02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ django-cotton~=1.2.1 djangorestframework~=3.15.2 drf-spectacular~=0.27.2 -gunicorn==21.2.0 +gunicorn==22.0.0 whitenoise[brotli]==6.6.0 watchfiles==0.24.0 # https://github.com/samuelcolvin/watchfiles