diff --git a/poetry.lock b/poetry.lock index 7795dd0..c6f637c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -744,13 +744,13 @@ pytest = ">=5.0" [[package]] name = "pytest-random-order" -version = "1.1.0" +version = "1.1.1" description = "Randomise the order in which pytest tests are run with some control over the randomness" optional = false python-versions = ">=3.5.0" files = [ - {file = "pytest-random-order-1.1.0.tar.gz", hash = "sha256:dbe6debb9353a7af984cc9eddbeb3577dd4dbbcc1529a79e3d21f68ed9b45605"}, - {file = "pytest_random_order-1.1.0-py3-none-any.whl", hash = "sha256:6cb1e59ab0f798bb0c3488c11ae0c70d7d3340306a466d28b28ccd8ef8c20b7e"}, + {file = "pytest-random-order-1.1.1.tar.gz", hash = "sha256:4472d7d34f1f1c5f3a359c4ffc5c13ed065232f31eca19c8844c1ab406e79080"}, + {file = "pytest_random_order-1.1.1-py3-none-any.whl", hash = "sha256:882727a8b597ecd06ede28654ffeb8a6d511a1e4abe1054cca7982f2e42008cd"}, ] [package.dependencies] @@ -848,4 +848,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "a4b31873ca63c1ce7fcb8ab1189417423f18fc5ba169a652138e5368048687e7" +content-hash = "da63953e0605f416b5ab575707146621c7ce63b425de180273f1cb566e6beb86" diff --git a/pyproject.toml b/pyproject.toml index 35a8ab7..9e293b9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ cachecontrol = "^0.13.1" black = "^23.12.1" pytest = "^7.4.4" pytest-cov = "^4.0.0" -pytest-random-order = "^1.1.0" +pytest-random-order = "^1.1.1" pytest-ruff = "^0.2" ruff = "^0.1.13" isort = "^5.13.2"