diff --git a/poetry.lock b/poetry.lock index d4a7a1db18..0fb51a629f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -5007,14 +5007,14 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "pytest-mock (>=3.14)"] [[package]] name = "pytest-randomly" -version = "3.16.0" +version = "4.0.1" description = "Pytest plugin to randomly order tests and control random.seed." optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_randomly-3.16.0-py3-none-any.whl", hash = "sha256:8633d332635a1a0983d3bba19342196807f6afb17c3eef78e02c2f85dade45d6"}, - {file = "pytest_randomly-3.16.0.tar.gz", hash = "sha256:11bf4d23a26484de7860d82f726c0629837cf4064b79157bd18ec9d41d7feb26"}, + {file = "pytest_randomly-4.0.1-py3-none-any.whl", hash = "sha256:e0dfad2fd4f35e07beff1e47c17fbafcf98f9bf4531fd369d9260e2f858bfcb7"}, + {file = "pytest_randomly-4.0.1.tar.gz", hash = "sha256:174e57bb12ac2c26f3578188490bd333f0e80620c3f47340158a86eca0593cd8"}, ] [package.dependencies] @@ -6614,4 +6614,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = ">3.9.1,<3.13" -content-hash = "adfc2da2c6e3e803f7a151b9697dbc3f461366a03e4504eb97498cbc72b2e48c" +content-hash = "c50d63a28aabb9f548943981b50e912d4835be21b0cac7888da38d551c9254ad" diff --git a/pyproject.toml b/pyproject.toml index 72ecb2d413..184b0b210f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -126,7 +126,7 @@ pylint = "3.3.4" pytest = "8.3.5" pytest-cov = "6.0.0" pytest-env = "1.1.5" -pytest-randomly = "3.16.0" +pytest-randomly = "4.0.1" pytest-xdist = "3.6.1" safety = "3.7.0" filelock = [