diff --git a/poetry.lock b/poetry.lock index bf8f8df..955a105 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1316,4 +1316,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9" -content-hash = "c14dd53bbf4f9bc1284da14ba9fab7b96c05be005ef3565a53a26d203a745397" +content-hash = "5ae97a9f6abf8b7b030d2d845f384785c0681b063e3fa5fd4b2cd69c16c8c00d" diff --git a/pyproject.toml b/pyproject.toml index 81b49a2..f196671 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ parse-type = "*" pytest = ">=7.0.0" typing-extensions = "*" packaging = "*" -gherkin-official = "^29.0.0" +gherkin-official = ">=29.0.0" [tool.poetry.group.dev.dependencies] tox = ">=4.11.3"