diff --git a/Pipfile b/Pipfile index 04f8ac52..761585a5 100644 --- a/Pipfile +++ b/Pipfile @@ -33,7 +33,7 @@ moto = "4.1.2" docker = "6.0.0" openapi-spec-validator = "0.5.5" pytest = "7.2.1" -pytest-xdist = "2.5.0" +pytest-xdist = "3.2.0" coverage = "7.1.0" sure = "2.0.1" freezegun = "1.2.1" diff --git a/Pipfile.lock b/Pipfile.lock index 65af8315..5583bac7 100644 --- a/Pipfile.lock +++ b/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "214a60c1633f7ad231072e3bdaeb40e4524db681d3a9ad4edd9b9db0c7dba3ab" + "sha256": "b02cd370d9e5b27c9f6358db7a2b27033e66bf052e5d9ca2691a32d7e54cc7a1" }, "pipfile-spec": 6, "requires": { @@ -1084,7 +1084,7 @@ "sha256:8d8db7c255e524fab1016a952a9143e5b6e3c074f4ed25d1878f8e97806caec0", "sha256:b3cde007ad65c2e631e2f8653cf187124a2c714d02d9fafbab68ad64bf5745d6" ], - "markers": "python_version >= '3.7' and python_version < '4'", + "markers": "python_version >= '3.7' and python_full_version < '4.0.0'", "version": "==0.1.3" }, "lazy-object-proxy": { @@ -1222,7 +1222,7 @@ "sha256:6940dba9f4906c97078fea6fd9d5a3a3384207db368c4e32f6af6abd7c5c560b", "sha256:f1eff2a7936546a3ce62b88a17d09de93c9bd229cbc43cb696c988a61a382548" ], - "markers": "python_version >= '3.7' and python_version < '4'", + "markers": "python_version >= '3.7' and python_full_version < '4.0.0'", "version": "==0.4.3" }, "openapi-spec-validator": { @@ -1246,7 +1246,7 @@ "sha256:5c869d315be50776cc8a993f3af43e0c60dc01506b399643f919034ebf4cdcab", "sha256:cdd7b1f9d7d5c8b8d3315dbf5a86b2596053ae845f056f57d97c0eefff84da14" ], - "markers": "python_version >= '3.7' and python_version < '4'", + "markers": "python_version >= '3.7' and python_full_version < '4.0.0'", "version": "==0.4.3" }, "pathspec": { @@ -1363,11 +1363,11 @@ }, "pytest-xdist": { "hashes": [ - "sha256:40fdb8f3544921c5dfcd486ac080ce22870e71d82ced6d2e78fa97c2addd480c", - "sha256:70a76f191d8a1d2d6be69fc440cdf85f3e4c03c08b520fd5dc5d338d6cf07d89" + "sha256:336098e3bbd8193276867cc87db8b22903c3927665dff9d1ac8684c02f597b68", + "sha256:fa10f95a2564cd91652f2d132725183c3b590d9fdcdec09d3677386ecf4c1ce9" ], "index": "pypi", - "version": "==3.1.0" + "version": "==3.2.0" }, "python-dateutil": { "hashes": [ @@ -1563,7 +1563,7 @@ "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc", "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" ], - "markers": "python_full_version < '3.11.0a7'", + "markers": "python_version < '3.11'", "version": "==2.0.1" }, "tomlkit": {