From ae392c75ccce9c344784aec562b709e8bc2d3893 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:02:35 +0000 Subject: [PATCH] Bump gunicorn in /django/gameschat/gameschat-with-talkjs Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/19.9.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- django/gameschat/gameschat-with-talkjs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/gameschat/gameschat-with-talkjs/requirements.txt b/django/gameschat/gameschat-with-talkjs/requirements.txt index 02d3b236..75583f63 100644 --- a/django/gameschat/gameschat-with-talkjs/requirements.txt +++ b/django/gameschat/gameschat-with-talkjs/requirements.txt @@ -8,7 +8,7 @@ dj-database-url==0.5.0 Django==2.2.28 django-crispy-forms==1.7.2 django-heroku==0.3.1 -gunicorn==19.9.0 +gunicorn==22.0.0 idna==2.8 isort==4.3.21 lazy-object-proxy==1.4.2