diff --git a/poetry.lock b/poetry.lock index 9673d635..13a8361a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1641,18 +1641,18 @@ docs = ["sphinx", "sphinx-rtd-theme"] [[package]] name = "pytest-randomly" -version = "4.1.0" +version = "5.0.0" description = "Pytest plugin to randomly order tests and control random.seed." optional = false python-versions = ">=3.10" groups = ["test"] files = [ - {file = "pytest_randomly-4.1.0-py3-none-any.whl", hash = "sha256:f55e89e53367b090c0c053697d7f9d77595543d0e0516c93978b50c0f6b252f9"}, - {file = "pytest_randomly-4.1.0.tar.gz", hash = "sha256:47f1d9746c3bc3efabd53ae1ebfb8bb385cf3d4df4b505b6d58d9c97a3dfe70f"}, + {file = "pytest_randomly-5.0.0-py3-none-any.whl", hash = "sha256:8a0d4703115c0c25b38b6e129fc16b1947b9643ff26a41bc1d185d7e5a7689c1"}, + {file = "pytest_randomly-5.0.0.tar.gz", hash = "sha256:e9c575a5873ef168ddbe340ed9e97ce9edb4492ccc821e4b2ac6bb1f0ed515d2"}, ] [package.dependencies] -pytest = "*" +pytest = ">=8" [[package]] name = "regex" @@ -2524,4 +2524,4 @@ zstd = ["backports-zstd (>=1.0.0) ; python_version < \"3.14\""] [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "a41839f8231b3e87965bc09c57c1d2d8e4a4e24a51288b778e7406da62a000b8" +content-hash = "781d4a7a88a7e0908ab1ec3976cb36460589d76fa5fd66416200a4ccbcf5df29" diff --git a/pyproject.toml b/pyproject.toml index 803727fc..54b3bd94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,7 +69,7 @@ safety = ">=2.3,<4.0" pytest = ">=7.4.3,<10.0.0" pytest-cov = ">=4.1,<8.0" -pytest-randomly = ">=3.15,<5.0" +pytest-randomly = ">=3.15,<6.0" pytest-django = "^4.5.2" hypothesis = "^6.87.1"