From 5a0b56503dd6ebc005f93c29d0e8eabf789b2962 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Apr 2024 17:53:59 +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 29bd4f2..2eca698 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,6 +4,6 @@ ping3==4.0.4 requests==2.31.0 psycopg2==2.9.6 pyopenssl==23.2.0 -gunicorn==21.2.0 +gunicorn==22.0.0 sphinx==6.2.1 sphinx_rtd_theme==1.2.2 \ No newline at end of file