diff --git a/poetry.lock b/poetry.lock index 5390223dd..dbbd7da10 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1349,16 +1349,19 @@ files = [ [[package]] name = "gherkin-official" -version = "28.0.0" +version = "38.0.0" description = "Gherkin parser (official, by Cucumber team)" optional = false -python-versions = "*" +python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "gherkin-official-28.0.0.tar.gz", hash = "sha256:8aecd3113b71bdace8df71980995214a5ba5a20332f419119175e63e3bacf63c"}, - {file = "gherkin_official-28.0.0-py3-none-any.whl", hash = "sha256:cee60c60f55bf5fc5cc2e8fa15958c5c157b2178d1d07ffdfac46811794b791d"}, + {file = "gherkin_official-38.0.0-py3-none-any.whl", hash = "sha256:70b8eeee40d3e392324413c8f48996634fa225feca7b1dd40e7d25d28851bd8c"}, + {file = "gherkin_official-38.0.0.tar.gz", hash = "sha256:ad9b31ef002578935166f513210c80cc1012590e68b720908303e200e2cb5cdb"}, ] +[package.dependencies] +typing-extensions = ">=4" + [[package]] name = "identify" version = "2.5.35" @@ -2794,4 +2797,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "5dae7ea7c661330bf546c80bfcd25a766c3c60616c30bddbef1375452165f389" +content-hash = "bf8da65b5b01e5c65b7270baebb1cb52a11c131e9d2f7b566aa644899ca133c8" diff --git a/pyproject.toml b/pyproject.toml index 322d3a8b1..45fad8ee1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ pyyaml = "^6.0.1" pre-commit = "^4.2.0" ruff = "^0.3.2" fire = "^0.7.0" -gherkin-official = "^28.0.0" +gherkin-official = "^38.0.0" allure-pytest = "^2.13.5" allure-behave = "^2.13.3" freezegun = "^1.5.4"