From 5a2f6d856bb363a975e59f85f332610f230e7a72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Apr 2024 21:11:44 +0530 Subject: [PATCH] chore(deps): bump gunicorn in /backend in the python group (#568) Bumps the python group in /backend with 1 update: [gunicorn](https://github.com/benoitc/gunicorn). Updates `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 update-type: version-update:semver-major dependency-group: python ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index 9cb9dac..f547c70 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -35,7 +35,7 @@ djangorestframework-simplejwt==5.3.1 # via -r requirements.in drf-writable-nested==0.7.0 # via -r requirements.in -gunicorn==21.2.0 +gunicorn==22.0.0 # via -r requirements.in markdown==3.6 # via -r requirements.in