diff --git a/pyproject.toml b/pyproject.toml index da931d0b..3c67a392 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ isort = ">=5.10" mkdocs = ">=1.0,<1.3" poethepoet = "*" pytest = ">=6.2" -pytest-bdd = ">=4.0.1,<6.0" +pytest-bdd = ">=6.0" pytest-clarity = "*" pytest-xdist = ">=2.5.0" requests = "*" @@ -174,7 +174,7 @@ isolated_build = True [testenv] deps = pytest >= 6.2 - pytest-bdd >=4.0.1,<6.0 + pytest-bdd >=6.0 pytest-xdist >=2.5.0 toml >=0.10