diff --git a/Pipfile b/Pipfile index 346fc5a..7e725c1 100644 --- a/Pipfile +++ b/Pipfile @@ -12,7 +12,7 @@ verify_ssl = true yamllint = "~=1.27.1" ansible-lint = "~=6.8.0" molecule = {extras = ["podman"], version = "~=4.0.1"} -molecule-podman = "~=2.0.2" +molecule-podman = "~=2.0.3" reuse = "~=1.0.0" [packages] diff --git a/Pipfile.lock b/Pipfile.lock index 47c33e5..b37bf21 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "e7a6286999c77c1a5696629001efd1f6405066b6a644016c5b1873bf95fa9acd" + "sha256": "9b7162222733a5755e043ca451792dd90cd01a8fbd7e1b87dd985356f9a6ae60" }, "pipfile-spec": 6, "requires": { @@ -629,11 +629,11 @@ }, "molecule-podman": { "hashes": [ - "sha256:0bac8bbf40b505b02bbacd0ab1cf4a3cf6d37a0dc4cb81a7a2599846fddde50f", - "sha256:e312a071dfbf170ac7615929ab83ca0208796843d8947004cc1a121943fa9411" + "sha256:85d928ab36ab0a2fae57e03eb549dd523c9be36b4b904d050748c27ca72ac07f", + "sha256:cea2eacac54f129824530d35469ddd7bff109a94ebcd8408828af8c0dabf5c7a" ], "index": "pypi", - "version": "==2.0.2" + "version": "==2.0.3" }, "mypy-extensions": { "hashes": [ @@ -800,7 +800,7 @@ "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983", "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349" ], - "markers": "python_version >= '3.7' and python_full_version < '4.0.0'", + "markers": "python_version >= '3.7' and python_version < '4'", "version": "==2.28.1" }, "resolvelib": { @@ -823,7 +823,7 @@ "sha256:a4eb26484f2c82589bd9a17c73d32a010b1e29d89f1604cd9bf3a2097b81bb5e", "sha256:ba3a3775974105c221d31141f2c116f4fd65c5ceb0698657a11e9f295ec93fd0" ], - "markers": "python_full_version >= '3.6.3' and python_full_version < '4.0.0'", + "markers": "python_version < '4' and python_full_version >= '3.6.3'", "version": "==12.6.0" }, "ruamel.yaml": { @@ -930,7 +930,7 @@ "sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e", "sha256:b930dd878d5a8afb066a637fbb35144fe7901e3b209d1cd4f524bd0e9deee997" ], - "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_full_version < '4.0.0'", + "markers": "python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version < '4'", "version": "==1.26.12" }, "wcmatch": {