From 31583df9638e9bc938e695cd299fd45fcac1845d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 11:40:52 +0000 Subject: [PATCH] poetry: bump gherkin-official from 28.0.0 to 39.0.0 Bumps [gherkin-official](https://github.com/cucumber/gherkin) from 28.0.0 to 39.0.0. - [Release notes](https://github.com/cucumber/gherkin/releases) - [Changelog](https://github.com/cucumber/gherkin/blob/main/CHANGELOG.md) - [Commits](https://github.com/cucumber/gherkin/compare/v28.0.0...v39.0.0) --- updated-dependencies: - dependency-name: gherkin-official dependency-version: 39.0.0 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 13 ++++++++----- pyproject.toml | 2 +- 2 files changed, 9 insertions(+), 6 deletions(-) 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"