Less strict `gherkin-official` version requirement

This commit is contained in:
Alessio Bogon 2024-12-08 12:10:36 +01:00
parent 9bb4967d9c
commit 8ce79eafa6
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@ -1316,4 +1316,4 @@ type = ["pytest-mypy"]
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = ">=3.9" python-versions = ">=3.9"
content-hash = "c14dd53bbf4f9bc1284da14ba9fab7b96c05be005ef3565a53a26d203a745397" content-hash = "5ae97a9f6abf8b7b030d2d845f384785c0681b063e3fa5fd4b2cd69c16c8c00d"

View File

@ -41,7 +41,7 @@ parse-type = "*"
pytest = ">=7.0.0" pytest = ">=7.0.0"
typing-extensions = "*" typing-extensions = "*"
packaging = "*" packaging = "*"
gherkin-official = "^29.0.0" gherkin-official = ">=29.0.0"
[tool.poetry.group.dev.dependencies] [tool.poetry.group.dev.dependencies]
tox = ">=4.11.3" tox = ">=4.11.3"