From df5fcf7d62e45f6bd1e527c445c7887a0e86863d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:39:18 +1000 Subject: [PATCH] Bump gunicorn from 21.2.0 to 22.0.0 in /src/backend (#7054) * Bump gunicorn from 21.2.0 to 22.0.0 in /src/backend 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] * req fix * bump versions everywhere --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Matthias Mair --- contrib/container/requirements.txt | 2 +- src/backend/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/container/requirements.txt b/contrib/container/requirements.txt index 8450c5251b..47968937a5 100644 --- a/contrib/container/requirements.txt +++ b/contrib/container/requirements.txt @@ -12,7 +12,7 @@ mysqlclient>=2.2.0 mariadb>=1.1.8 # gunicorn web server -gunicorn>=21.2.0 +gunicorn>=22.0.0 # LDAP required packages django-auth-ldap # Django integration for ldap auth diff --git a/src/backend/requirements.txt b/src/backend/requirements.txt index 6703456096..e04b24e685 100644 --- a/src/backend/requirements.txt +++ b/src/backend/requirements.txt @@ -134,7 +134,7 @@ googleapis-common-protos==1.63.0 # opentelemetry-exporter-otlp-proto-http grpcio==1.62.1 # via opentelemetry-exporter-otlp-proto-grpc -gunicorn==21.2.0 +gunicorn==22.0.0 html5lib==1.1 # via weasyprint icalendar==5.0.12