diff --git a/poetry.lock b/poetry.lock index 811fe7b..040f235 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1454,18 +1454,18 @@ testing = ["process-tests", "pytest-xdist", "virtualenv"] [[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 = "python-dateutil" @@ -1852,4 +1852,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.1" python-versions = "^3.14" -content-hash = "995d5b5f2bda15d4a0ef00753cfd2ae31b1c1637fd2563d4fb119c89e3e76b1a" +content-hash = "2afd74d67cf0cc389369cdf22dc35217f479f99a9cd284950c3fa286156e8367" diff --git a/pyproject.toml b/pyproject.toml index e200890..6acdbf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ include = [{ path = "tests", format = "sdist" }, { path = "CHANGELOG.md" }, { pa cloudsnake = 'cloudsnake.__main__:main' [tool.poetry.group.test.dependencies] -pytest-randomly = "^4.0.1" +pytest-randomly = ">=4.0.1,<6.0.0" pytest = "^9.0.1" testfixtures = ">=10,<13" moto = "^5.0.9"