diff --git a/poetry.lock b/poetry.lock index 54b5de6d5..630ed2770 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1985,14 +1985,14 @@ dev = ["pre-commit", "pytest-asyncio", "tox"] [[package]] name = "pytest-randomly" -version = "3.16.0" +version = "4.0.1" description = "Pytest plugin to randomly order tests and control random.seed." optional = false python-versions = ">=3.9" groups = ["dev"] 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.1-py3-none-any.whl", hash = "sha256:e0dfad2fd4f35e07beff1e47c17fbafcf98f9bf4531fd369d9260e2f858bfcb7"}, + {file = "pytest_randomly-4.0.1.tar.gz", hash = "sha256:174e57bb12ac2c26f3578188490bd333f0e80620c3f47340158a86eca0593cd8"}, ] [package.dependencies] @@ -2765,4 +2765,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<4" -content-hash = "32ddd40b2a3d7ac739f6c7e63e3155c57e5e2891422a7c4d65172f2b20081364" +content-hash = "8bb3b269c272368eea79ee3ebfb9d262dba992abb15b8c54ca422a5f398d3735" diff --git a/pyproject.toml b/pyproject.toml index b5f15f3bb..6efa5d5bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ pytest-env = "1.1.5" pytest-factoryboy = "2.8.1" pytest-freezer= "0.4.9" pytest-mock = "3.15.0" -pytest-randomly = "3.16.0" +pytest-randomly = "4.0.1" pytest-xdist = "3.8.0" python-semantic-release = "7.34.6" requests-mock = "1.12.1"