Skip to content

Commit 4c34305

Browse files
authored
deps(pytest-bdd): require pytest-bdd>=5.0.0 (via #849)
1 parent e9003d0 commit 4c34305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allure-pytest-bdd/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
install_requires = [
2929
"pytest>=4.5.0",
30-
"pytest-bdd>=3.0.0"
30+
"pytest-bdd>=5.0.0"
3131
]
3232

3333

0 commit comments

Comments
 (0)