diff --git a/api/poetry.lock b/api/poetry.lock index 6b49ac51e..1d53e8820 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1558,11 +1558,11 @@ dev = ["pre-commit", "tox", "pytest-asyncio"] [[package]] name = "pytest-randomly" -version = "3.10.3" +version = "3.11.0" description = "Pytest plugin to randomly order tests and control random.seed." category = "dev" optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" [package.dependencies] importlib-metadata = {version = ">=3.6.0", markers = "python_version < \"3.10\""} @@ -3135,8 +3135,8 @@ pytest-mock = [ {file = "pytest_mock-3.7.0-py3-none-any.whl", hash = "sha256:6cff27cec936bf81dc5ee87f07132b807bcda51106b5ec4b90a04331cba76231"}, ] pytest-randomly = [ - {file = "pytest-randomly-3.10.3.tar.gz", hash = "sha256:22154cdcff7ba44e0599596490e6b75278ca973a33812ea6a54bf14d0b042ef1"}, - {file = "pytest_randomly-3.10.3-py3-none-any.whl", hash = "sha256:b05a7a45f54cae2b5095752c6a10cb559df84448421b0420ae492dd2fb1727ef"}, + {file = "pytest-randomly-3.11.0.tar.gz", hash = "sha256:9f013b8c1923130f3d0a286fde56e1fc52cfb3547b8eedf2765c460cee979c7f"}, + {file = "pytest_randomly-3.11.0-py3-none-any.whl", hash = "sha256:a3c680d2b8150cf766311a80a1f92da64c3dd819045cda834fbf1b0ac4891610"}, ] pytest-sugar = [ {file = "pytest-sugar-0.9.4.tar.gz", hash = "sha256:b1b2186b0a72aada6859bea2a5764145e3aaa2c1cfbb23c3a19b5f7b697563d3"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index 73276c081..c04f1361d 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -65,7 +65,7 @@ pytest-cov = "==2.12.1" pytest-django = "==4.5.2" pytest-env = "==0.6.2" pytest-mock = "==3.7.0" -pytest-randomly = "==3.10.3" +pytest-randomly = "==3.11.0" pytest-sugar = "==0.9.4" pytest-asyncio = "==0.17.2" requests-mock = "==1.9.3"