From bad8fb494dd40ed14cad630f2194feb50c41eac7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 23:50:42 +0000 Subject: [PATCH] Build(deps): Bump gunicorn from 19.9.0 to 22.0.0 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] --- requirements/requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 30df37e77..d2fc84271 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -24,7 +24,7 @@ python-magic==0.4.15 unipath==1.1 WeasyPrint==51 Pillow==10.0.1 -gunicorn==19.9.0 +gunicorn==22.0.0 more-itertools==8.2.0 pysolr==3.6.0 PyPDF4==1.27.0 diff --git a/setup.py b/setup.py index beb7e8952..0a2fd87e7 100644 --- a/setup.py +++ b/setup.py @@ -31,7 +31,7 @@ install_requires = [ 'python-magic==0.4.15', 'unipath==1.1', 'WeasyPrint==44', - 'gunicorn==19.9.0', + 'gunicorn==22.0.0', 'pysolr==3.6.0', # 'git+git://github.com/interlegis/trml2pdf.git',