diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-11-14 22:32:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-14 22:32:56 +0000 |
commit | 1f1a16dbc048ad17858b3eddde8c4b59cd36eee6 (patch) | |
tree | f23d6483052ef8d44887f91026a1603c612722ee | |
parent | eb5fe6fef13c3ab98ee766de8ee1236218cf80a0 (diff) |
Update dependency pytest-bdd to v8renovate/pytest-bdd-8.x-lockfile
-rw-r--r-- | poetry.lock | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/poetry.lock b/poetry.lock index 1ca90f10..3d4a66b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -445,6 +445,17 @@ testing = ["covdefaults (>=2.3)", "coverage (>=7.6.1)", "diff-cover (>=9.2)", "p typing = ["typing-extensions (>=4.12.2)"] [[package]] +name = "gherkin-official" +version = "29.0.0" +description = "Gherkin parser (official, by Cucumber team)" +optional = false +python-versions = "*" +files = [ + {file = "gherkin_official-29.0.0-py3-none-any.whl", hash = "sha256:26967b0d537a302119066742669e0e8b663e632769330be675457ae993e1d1bc"}, + {file = "gherkin_official-29.0.0.tar.gz", hash = "sha256:dbea32561158f02280d7579d179b019160d072ce083197625e2f80a6776bb9eb"}, +] + +[[package]] name = "ghp-import" version = "2.1.0" description = "Copy your docs directly to the gh-pages branch." @@ -1204,21 +1215,22 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-bdd" -version = "7.3.0" +version = "8.0.0" description = "BDD for pytest" optional = false -python-versions = ">=3.8" +python-versions = ">=3.9" files = [ - {file = "pytest_bdd-7.3.0-py3-none-any.whl", hash = "sha256:168ede4a118e348feb70182590ee4a2f856e68dafe54a75a4e9203da37d4ade6"}, - {file = "pytest_bdd-7.3.0.tar.gz", hash = "sha256:9dfeb1d8565d9548907f36a5a9e2c8e1e0cbac3b2724e17331b87386a19fbc16"}, + {file = "pytest_bdd-8.0.0-py3-none-any.whl", hash = "sha256:a62f52c8e4198824ce7fa6ddb8b419565466c15727469647899dc2c626d959d7"}, + {file = "pytest_bdd-8.0.0.tar.gz", hash = "sha256:f520c6f307cca7d4a8b0141394eed4f0873ba82124b161a26af0bb7cba20fca9"}, ] [package.dependencies] +gherkin-official = ">=29.0.0,<30.0.0" Mako = "*" packaging = "*" parse = "*" parse-type = "*" -pytest = ">=6.2.0" +pytest = ">=7.0.0" typing-extensions = "*" [[package]] |