diff --git a/poetry.lock b/poetry.lock index 3ab6e380..fb78b109 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2121,13 +2121,13 @@ testing = ["fields", "hunter", "process-tests", "pytest-xdist", "six", "virtuale [[package]] name = "pytest-randomly" -version = "3.13.0" +version = "3.15.0" description = "Pytest plugin to randomly order tests and control random.seed." optional = false python-versions = ">=3.8" files = [ - {file = "pytest_randomly-3.13.0-py3-none-any.whl", hash = "sha256:e78d898ef4066f89744e5075083aa7fb6f0de07ffd70ca9c4435cda590cf1eac"}, - {file = "pytest_randomly-3.13.0.tar.gz", hash = "sha256:079c78b94693189879fbd7304de4e147304f0811fa96249ea5619f2f1cd33df0"}, + {file = "pytest_randomly-3.15.0-py3-none-any.whl", hash = "sha256:0516f4344b29f4e9cdae8bce31c4aeebf59d0b9ef05927c33354ff3859eeeca6"}, + {file = "pytest_randomly-3.15.0.tar.gz", hash = "sha256:b908529648667ba5e54723088edd6f82252f540cc340d748d1fa985539687047"}, ] [package.dependencies] @@ -3114,4 +3114,4 @@ docs = ["mkdocs", "mkdocs-material"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "4bf09ee7e3e625bc38629a400cd4bb2982e5b98541f556167b2878096c91a017" +content-hash = "6decc742eef7cdfd446ba7479d1145b318036e0c43d9da4e13e2a2caea72f0f6" diff --git a/pyproject.toml b/pyproject.toml index 21fd9ff6..fba23931 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -66,7 +66,7 @@ openapi-spec-validator = "0.6.0" pylint = "2.17.5" pytest = "7.4.0" pytest-cov = "4.1.0" -pytest-randomly = "3.13.0" +pytest-randomly = "3.15.0" pytest-xdist = "3.3.1" safety = "2.3.5" vulture = "2.8"