From c9dc9d3a8183f5c8cb74c2b1207be53672d2cef0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:54:58 +0000 Subject: [PATCH] Bump gunicorn from 19.9.0 to 22.0.0 in /paas-ce/paas/login 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] --- paas-ce/paas/login/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paas-ce/paas/login/requirements.txt b/paas-ce/paas/login/requirements.txt index 47f08f818..959a928eb 100644 --- a/paas-ce/paas/login/requirements.txt +++ b/paas-ce/paas/login/requirements.txt @@ -3,7 +3,7 @@ dj-static==0.0.6 pycryptodome==3.20.0 requests==2.21.0 pymysql==0.6.7 -gunicorn==19.9.0 +gunicorn==22.0.0 uWSGI==2.0.13.1 xlrd==1.0.0 xlwt==1.1.2