diff --git a/poetry.lock b/poetry.lock index 0fef2184f..dbae91ef2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1339,16 +1339,19 @@ files = [ [[package]] name = "gherkin-official" -version = "28.0.0" +version = "36.1.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-36.1.0-py3-none-any.whl", hash = "sha256:2bf5c70e752c420ec8ab7d247e7c73aac6782450790709ea54fcde81c084b60f"}, + {file = "gherkin_official-36.1.0.tar.gz", hash = "sha256:fbef54db4d13a9627b2dec70e11396a7811cc46e831e46eafd586be46d96f991"}, ] +[package.dependencies] +typing-extensions = ">=4" + [[package]] name = "identify" version = "2.5.35" @@ -2784,4 +2787,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.12" -content-hash = "271e47c0f480bfd99d294c43c634c02613abc61d2652e9e39c76ac1e55a520f0" +content-hash = "ba260fd4423b8ab3650ce0fb7eac417c4f94dafe9aedcd3957799ce71664fe89" diff --git a/pyproject.toml b/pyproject.toml index 0fcd8cb29..c23c55855 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 = "^36.1.0" allure-pytest = "^2.13.5" allure-behave = "^2.13.3" freezegun = "^1.5.4"