diff --git a/poetry.lock b/poetry.lock index 130d3b33..72997e24 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1444,14 +1444,14 @@ testing = ["Django", "django-configurations (>=2.0)"] [[package]] name = "pytest-randomly" -version = "3.16.0" +version = "4.0.0" description = "Pytest plugin to randomly order tests and control random.seed." optional = false python-versions = ">=3.9" groups = ["test"] 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.0-py3-none-any.whl", hash = "sha256:50297deaa5f18bf0b7d2aadfb3332eb3b313628aff260b63210d03578d3691aa"}, + {file = "pytest_randomly-4.0.0.tar.gz", hash = "sha256:521c216e94e8b40cccfa5da5e403e9c45a3071db6f9f1cb2d5658e9017def2a9"}, ] [package.dependencies] @@ -2251,4 +2251,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = "^3.9" -content-hash = "846cf15b8de2eba66370c4627abf2bcc7bbe4e94be0dc1ae5ea577954cd88ec5" +content-hash = "c3b551e4d8e3599a0860452ec0dffa2d0c1042d9c4aad73636e936a3bae33575" diff --git a/pyproject.toml b/pyproject.toml index da0dca36..edb4f966 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ safety = ">=2.3,<4.0" pytest = ">=7.4.3,<9.0.0" pytest-cov = ">=4.1,<7.0" -pytest-randomly = "^3.15" +pytest-randomly = ">=3.15,<5.0" pytest-django = "^4.5.2" hypothesis = "^6.87.1"