From 98ecf4e396b9c42b6574ef42739d57d3b8c67b4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 14:05:06 +0000 Subject: [PATCH] Bump gunicorn 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] --- .../pipfile_lock/Pipfile.lock | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/rule-types/common/python_lock_file_exists.testdata/pipfile_lock/Pipfile.lock b/rule-types/common/python_lock_file_exists.testdata/pipfile_lock/Pipfile.lock index faaa240..0b8a118 100644 --- a/rule-types/common/python_lock_file_exists.testdata/pipfile_lock/Pipfile.lock +++ b/rule-types/common/python_lock_file_exists.testdata/pipfile_lock/Pipfile.lock @@ -32,12 +32,20 @@ }, "gunicorn": { "hashes": [ - "sha256:9dcc4547dbb1cb284accfb15ab5667a0e5d1881cc443e0677b4882a4067a807e", - "sha256:e0a968b5ba15f8a328fdfd7ab1fcb5af4470c28aaf7e55df02a99bc13138e6e8" + "sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9", + "sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63" ], "index": "pypi", - "markers": "sys_platform == 'linux'", - "version": "==20.1.0" + "markers": "python_version >= '3.7'", + "version": "==22.0.0" + }, + "packaging": { + "hashes": [ + "sha256:09abb1bccd265c01f4a3aa3f7a7db064b36514d2cba19a2f694fe6150451a759", + "sha256:c228a6dc5e932d346bc5739379109d49e8853dd8223571c7c5b55260edc0b97f" + ], + "markers": "python_version >= '3.8'", + "version": "==24.2" }, "setuptools": { "hashes": [ @@ -174,4 +182,4 @@ "version": "==3.0.0" } } -} \ No newline at end of file +}