From 414a10e29fd4d16538fa0ba1882a19db12514df3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 13:17:17 +0000 Subject: [PATCH] Bump gunicorn from 21.2.0 to 22.0.0 in /exact 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] --- exact/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exact/requirements.txt b/exact/requirements.txt index 9c347484..18974f52 100644 --- a/exact/requirements.txt +++ b/exact/requirements.txt @@ -28,7 +28,7 @@ monotonic==1.6 pillow>=10.3.0 psycopg2-binary==2.9.9 pytz==2024.1 -gunicorn==21.2.0 +gunicorn==22.0.0 opencv-python>=4.9.0.80 openslide-python==1.3.1 tifffile==2023.2.28