diff --git a/poetry.lock b/poetry.lock index 5bbdbce4a6..6d8a92ccac 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "about-time" @@ -4276,17 +4276,17 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "pytest-mock (>=3.14)"] [[package]] name = "pytest-randomly" -version = "3.15.0" +version = "3.16.0" description = "Pytest plugin to randomly order tests and control random.seed." optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest_randomly-3.15.0-py3-none-any.whl", hash = "sha256:0516f4344b29f4e9cdae8bce31c4aeebf59d0b9ef05927c33354ff3859eeeca6"}, - {file = "pytest_randomly-3.15.0.tar.gz", hash = "sha256:b908529648667ba5e54723088edd6f82252f540cc340d748d1fa985539687047"}, + {file = "pytest_randomly-3.16.0-py3-none-any.whl", hash = "sha256:8633d332635a1a0983d3bba19342196807f6afb17c3eef78e02c2f85dade45d6"}, + {file = "pytest_randomly-3.16.0.tar.gz", hash = "sha256:11bf4d23a26484de7860d82f726c0629837cf4064b79157bd18ec9d41d7feb26"}, ] [package.dependencies] -importlib-metadata = {version = ">=3.6.0", markers = "python_version < \"3.10\""} +importlib-metadata = {version = ">=3.6", markers = "python_version < \"3.10\""} pytest = "*" [[package]] @@ -5852,4 +5852,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.13" -content-hash = "82008fb1aa0e28388437250538f6e6c9630a2839536c18b92b3853196ad22c76" +content-hash = "71ccfc326b4321b864d486965b2170b7a3519922fb9928202101e838cd1d71b4" diff --git a/pyproject.toml b/pyproject.toml index 71c14f1323..0d8e0e2a02 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ pylint = "3.3.1" pytest = "8.3.3" pytest-cov = "6.0.0" pytest-env = "1.1.5" -pytest-randomly = "3.15.0" +pytest-randomly = "3.16.0" pytest-xdist = "3.6.1" safety = "3.2.9" vulture = "2.13"