Update dependency pytest-bdd to v7.3.0

This commit is contained in:
renovate[bot] 2024-09-21 10:44:34 +00:00 committed by GitHub
parent 4d84c491f1
commit cf619f5bbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
poetry.lock generated
View file

@ -1194,17 +1194,18 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no
[[package]] [[package]]
name = "pytest-bdd" name = "pytest-bdd"
version = "7.0.1" version = "7.3.0"
description = "BDD for pytest" description = "BDD for pytest"
optional = false optional = false
python-versions = ">=3.8" python-versions = ">=3.8"
files = [ files = [
{file = "pytest_bdd-7.0.1-py3-none-any.whl", hash = "sha256:faf115b9de793dc2341e898347f936c3766179a54a018c132796302b120918e5"}, {file = "pytest_bdd-7.3.0-py3-none-any.whl", hash = "sha256:168ede4a118e348feb70182590ee4a2f856e68dafe54a75a4e9203da37d4ade6"},
{file = "pytest_bdd-7.0.1.tar.gz", hash = "sha256:652d9c5324076ed9348f1c69b6512c00c581708ff17f063771ea703b62d3b956"}, {file = "pytest_bdd-7.3.0.tar.gz", hash = "sha256:9dfeb1d8565d9548907f36a5a9e2c8e1e0cbac3b2724e17331b87386a19fbc16"},
] ]
[package.dependencies] [package.dependencies]
Mako = "*" Mako = "*"
packaging = "*"
parse = "*" parse = "*"
parse-type = "*" parse-type = "*"
pytest = ">=6.2.0" pytest = ">=6.2.0"