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 +}