diff --git a/poetry.lock b/poetry.lock index d1f27f30e..de8ae8b1f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1845,17 +1845,17 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[package]] name = "pytest-randomly" -version = "3.15.0" +version = "3.16.0" description = "Pytest plugin to randomly order tests and control random.seed." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest_randomly-3.15.0-py3-none-any.whl", hash = "sha256:0516f4344b29f4e9cdae8bce31c4aeebf59d0b9ef05927c33354ff3859eeeca6"}, - {file = "pytest_randomly-3.15.0.tar.gz", hash = "sha256:b908529648667ba5e54723088edd6f82252f540cc340d748d1fa985539687047"}, + {file = "pytest_randomly-3.16.0-py3-none-any.whl", hash = "sha256:8633d332635a1a0983d3bba19342196807f6afb17c3eef78e02c2f85dade45d6"}, + {file = "pytest_randomly-3.16.0.tar.gz", hash = "sha256:11bf4d23a26484de7860d82f726c0629837cf4064b79157bd18ec9d41d7feb26"}, ] [package.dependencies] -importlib-metadata = {version = ">=3.6.0", markers = "python_version < \"3.10\""} +importlib-metadata = {version = ">=3.6", markers = "python_version < \"3.10\""} pytest = "*" [[package]] @@ -2581,4 +2581,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.9.13" -content-hash = "155fa05a22364b7a061551cc300c47fd9565eec634e0992426b32c28aa5be4da" +content-hash = "5cd9cd16a8e5d4b1e0bc772a72a8284025bd86995fb2d1f2dea8bf6f1df950b8" diff --git a/pyproject.toml b/pyproject.toml index f1954fa10..ca3f5c256 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -61,7 +61,7 @@ pytest-env = "1.1.5" pytest-factoryboy = "2.7.0" pytest-freezer= "0.4.8" pytest-mock = "3.14.0" -pytest-randomly = "3.15.0" +pytest-randomly = "3.16.0" pytest-xdist = "3.6.1" python-semantic-release = "7.34.6" requests-mock = "1.12.1"