diff --git a/api/poetry.lock b/api/poetry.lock index 245d0cf60..c013358e1 100644 --- a/api/poetry.lock +++ b/api/poetry.lock @@ -1582,7 +1582,7 @@ dev = ["pre-commit", "tox", "pytest-asyncio"] [[package]] name = "pytest-randomly" -version = "3.11.0" +version = "3.12.0" description = "Pytest plugin to randomly order tests and control random.seed." category = "dev" optional = false @@ -2120,7 +2120,7 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "0e62ae16267a4bf0e73be4b19ef3cff837b4f213bbf63e26799cad4d94051572" +content-hash = "c309d59aa7b3fcc6876d4d49c385a84e9d3bec63f75346a7e06ebc3d1f7d93c8" [metadata.files] aiohttp = [ @@ -3210,8 +3210,8 @@ pytest-mock = [ {file = "pytest_mock-3.8.1-py3-none-any.whl", hash = "sha256:d989f11ca4a84479e288b0cd1e6769d6ad0d3d7743dcc75e460d1416a5f2135a"}, ] pytest-randomly = [ - {file = "pytest-randomly-3.11.0.tar.gz", hash = "sha256:9f013b8c1923130f3d0a286fde56e1fc52cfb3547b8eedf2765c460cee979c7f"}, - {file = "pytest_randomly-3.11.0-py3-none-any.whl", hash = "sha256:a3c680d2b8150cf766311a80a1f92da64c3dd819045cda834fbf1b0ac4891610"}, + {file = "pytest-randomly-3.12.0.tar.gz", hash = "sha256:d60c2db71ac319aee0fc6c4110a7597d611a8b94a5590918bfa8583f00caccb2"}, + {file = "pytest_randomly-3.12.0-py3-none-any.whl", hash = "sha256:f4f2e803daf5d1ba036cc22bf4fe9dbbf99389ec56b00e5cba732fb5c1d07fdd"}, ] pytest-sugar = [ {file = "pytest-sugar-0.9.4.tar.gz", hash = "sha256:b1b2186b0a72aada6859bea2a5764145e3aaa2c1cfbb23c3a19b5f7b697563d3"}, diff --git a/api/pyproject.toml b/api/pyproject.toml index cdd18f96f..e4e428443 100644 --- a/api/pyproject.toml +++ b/api/pyproject.toml @@ -65,7 +65,7 @@ pytest-cov = "==3.0.0" pytest-django = "==4.5.2" pytest-env = "==0.6.2" pytest-mock = "==3.8.1" -pytest-randomly = "==3.11.0" +pytest-randomly = "==3.12.0" pytest-sugar = "==0.9.4" pytest-asyncio = "==0.18.3" requests-mock = "==1.9.3"