From e17aeee6590c5f7690b080ffd46786f2d6026c86 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 22 Mar 2025 03:01:34 +0000 Subject: [PATCH] build(deps): bump gunicorn from 21.2.0 to 23.0.0 in /artifacts-corepy Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 21.2.0 to 23.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/21.2.0...23.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- artifacts-corepy/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/artifacts-corepy/requirements.txt b/artifacts-corepy/requirements.txt index 7ae0e21f..47fedfbe 100644 --- a/artifacts-corepy/requirements.txt +++ b/artifacts-corepy/requirements.txt @@ -9,7 +9,7 @@ pyjwt<2.0.0 minio==7.1.13 pycrypto==2.6.1 gevent==21.12.0 -gunicorn==21.2.0 +gunicorn==23.0.0 apscheduler==3.10.4 pytz==2023.3.post1 # for platform login encryption, apt install swig