From 99512a0a3495e103c7366d69d76f57168fda9c7d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 8 Nov 2022 13:09:33 -0500 Subject: [PATCH] Update pytest-bdd from 4.0.1 to 6.1.1 --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index ccd0b1b..6e9fc04 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -4,6 +4,6 @@ coverage==5.3 pytest==6.1.2 pytest-runner==5.2 pytest-watch==4.2.0 -pytest-bdd==4.0.1 +pytest-bdd==6.1.1 dataclasses==0.8; python_version < "3.7"