From 3b81aec7f27c9d5b7c553c475d8c438e9492fa0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jan 2024 07:38:55 +0000 Subject: [PATCH] Bump gunicorn from 20.1.0 to 21.2.0 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] --- Pipfile | 2 +- Pipfile.lock | 17 +++++++++++++---- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/Pipfile b/Pipfile index f44f948..0e49ce0 100644 --- a/Pipfile +++ b/Pipfile @@ -15,7 +15,7 @@ pytest-cov = "*" [packages] colorlog = "~=6.7" flask = "~=2.2" -gunicorn = "~=20.0" +gunicorn = "~=21.2" python-dotenv = "~=1.0" slackclient = "~=2.6" markupsafe = "==2.1.3" diff --git a/Pipfile.lock b/Pipfile.lock index 3c59b1d..c4692b6 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "2ba2240c70f5f0a2c8b56128829871b01891487096ce009549ac43dcd6baff84" + "sha256": "01d15ef58effe38e60bfcffc50717b4815a6ec1d9a1a4169c86d666d20c95e48" }, "pipfile-spec": 6, "requires": { @@ -320,11 +320,12 @@ }, "gunicorn": { "hashes": [ - "sha256:9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e", - "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8" + "sha256:3213aa5e8c24949e792bcacfc176fef362e7aac80b76c56f6b5122bf350722f0", + "sha256:88ec8bff1d634f98e61b9f65bc4bf3cd918a90806c6f5c48bc5603849ec81033" ], "index": "pypi", - "version": "==20.1.0" + "markers": "python_version >= '3.5'", + "version": "==21.2.0" }, "idna": { "hashes": [ @@ -494,6 +495,14 @@ "markers": "python_version >= '3.7'", "version": "==6.0.4" }, + "packaging": { + "hashes": [ + "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5", + "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7" + ], + "markers": "python_version >= '3.7'", + "version": "==23.2" + }, "python-dotenv": { "hashes": [ "sha256:a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba",