diff --git a/poetry.lock b/poetry.lock index a4d2aa37c..e6f82c33a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1399,16 +1399,19 @@ files = [ [[package]] name = "gherkin-official" -version = "28.0.0" +version = "39.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-39.0.0-py3-none-any.whl", hash = "sha256:1fd9b8709c00d946c0fd617a9834d4cb2af026213a2e8e7822fe24dd5064fe22"}, + {file = "gherkin_official-39.0.0.tar.gz", hash = "sha256:675b9c6c0c342b0ec44bddf927de923adbd79879277816ce96bf248533677060"}, ] +[package.dependencies] +typing-extensions = ">=4" + [[package]] name = "identify" version = "2.5.35" @@ -2866,4 +2869,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "5dae7ea7c661330bf546c80bfcd25a766c3c60616c30bddbef1375452165f389" +content-hash = "64129f6ac6e407dbb0d9f4cce5ab652c374fe652b06989edde5f9f857f85ca5e" diff --git a/pyproject.toml b/pyproject.toml index 3b207d4ab..dc17eca0d 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 = "^39.0.0" allure-pytest = "^2.13.5" allure-behave = "^2.13.3" freezegun = "^1.5.4"