update pytest-bdd to 6.0

This commit is contained in:
Jonathan Wren 2023-02-04 11:07:01 -08:00
parent d4ce2a84cf
commit b02a92efec
No known key found for this signature in database

View file

@ -54,7 +54,7 @@ isort = ">=5.10"
mkdocs = ">=1.0,<1.3" mkdocs = ">=1.0,<1.3"
poethepoet = "*" poethepoet = "*"
pytest = ">=6.2" pytest = ">=6.2"
pytest-bdd = ">=4.0.1,<6.0" pytest-bdd = ">=6.0"
pytest-clarity = "*" pytest-clarity = "*"
pytest-xdist = ">=2.5.0" pytest-xdist = ">=2.5.0"
requests = "*" requests = "*"
@ -174,7 +174,7 @@ isolated_build = True
[testenv] [testenv]
deps = deps =
pytest >= 6.2 pytest >= 6.2
pytest-bdd >=4.0.1,<6.0 pytest-bdd >=6.0
pytest-xdist >=2.5.0 pytest-xdist >=2.5.0
toml >=0.10 toml >=0.10