From 1c10b706f2628f767d24fa45ad0c01483febc593 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 01:03:48 +0000 Subject: [PATCH] chore(deps): bump gunicorn from 20.1.0 to 22.0.0 in /bookshelf Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 22.0.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...22.0.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- bookshelf/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookshelf/requirements.txt b/bookshelf/requirements.txt index 27d3d4fe..727dcd76 100644 --- a/bookshelf/requirements.txt +++ b/bookshelf/requirements.txt @@ -3,5 +3,5 @@ google-cloud-firestore==2.11.1 google-cloud-storage==2.9.0 google-cloud-error-reporting==1.9.1 google-cloud-logging==3.5.0 -gunicorn==20.1.0 +gunicorn==22.0.0 six==1.16.0