From d8529a0c432ecbe6ef545589b876d914ca2da5a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:50:34 +0000 Subject: [PATCH] Bump gunicorn from 19.9 to 22.0.0 in /webapp 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] --- webapp/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/requirements.txt b/webapp/requirements.txt index 8d17c82..63b8b3c 100644 --- a/webapp/requirements.txt +++ b/webapp/requirements.txt @@ -1,6 +1,6 @@ django>=2.1.6 django-bootstrap4==0.0.7 psycopg2==2.7.5 -gunicorn==19.9 +gunicorn==22.0.0 pandas==0.24 django-postgres-copy==2.3