From 43ff5ed2ad54171fe2ae493239a923403844ee70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 11:50:03 +0000 Subject: [PATCH] chore(deps): bump gunicorn Bumps [gunicorn](https://github.com/benoitc/gunicorn) from 20.1.0 to 21.2.0. - [Release notes](https://github.com/benoitc/gunicorn/releases) - [Commits](https://github.com/benoitc/gunicorn/compare/20.1.0...21.2.0) --- updated-dependencies: - dependency-name: gunicorn dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../buildpack-python/tests/python-django/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildpacks/buildpack-python/tests/python-django/requirements.txt b/buildpacks/buildpack-python/tests/python-django/requirements.txt index 49344bc07..ce186ac73 100644 --- a/buildpacks/buildpack-python/tests/python-django/requirements.txt +++ b/buildpacks/buildpack-python/tests/python-django/requirements.txt @@ -1,2 +1,2 @@ Django==2.2.28 -gunicorn==20.1.0 +gunicorn==21.2.0