diff --git a/pyproject.toml b/pyproject.toml index aa03506b..6800a6da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -110,7 +110,7 @@ dependencies = [ "pytest-cov>=4.1.0", "pytest-mock>=3.12.0", "pytest-xdist>=3.3.0", - "pytest-bdd>=7.0.0", + "pytest-bdd>=8.1.0", "black>=23.9.0", "isort>=5.12.0", "flake8>=6.1.0", @@ -124,7 +124,7 @@ dev = [ "pytest-cov>=4.1.0", "pytest-mock>=3.12.0", "pytest-xdist>=3.3.0", - "pytest-bdd>=7.0.0", + "pytest-bdd>=8.1.0", "pytest-spec>=3.2.0", "pytest-clarity>=1.0.1", "pytest-sugar>=0.9.7",