From 17ca6e5c4a3714c0e9c715b0cf294bfe1a637c6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:50:33 +0000 Subject: [PATCH] build(deps): bump gunicorn from 19.9 to 22.0.0 in /requirements Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 19.9 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] --- requirements/prod.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/prod.txt b/requirements/prod.txt index 302ffb2..7492734 100644 --- a/requirements/prod.txt +++ b/requirements/prod.txt @@ -3,4 +3,4 @@ # Tested with the 2.7 series. If you upgrade the major version, then run a # quick smoke test. psycopg2-binary>=2.8.6,<2.9 -gunicorn==19.9 +gunicorn==22.0.0