From 2fac71badce703b34155634d4081f441117dad94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 02:37:46 +0000 Subject: [PATCH] Bump gunicorn from 21.2.0 to 22.0.0 in /ACMAS/app 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] --- ACMAS/app/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ACMAS/app/requirements.txt b/ACMAS/app/requirements.txt index b166830..217c8d0 100644 --- a/ACMAS/app/requirements.txt +++ b/ACMAS/app/requirements.txt @@ -3,4 +3,4 @@ django-dbbackup==4.0.2 django_components==0.29 psycopg2-binary==2.9.9 -gunicorn==21.2.0 \ No newline at end of file +gunicorn==22.0.0 \ No newline at end of file