summaryrefslogtreecommitdiff
path: root/dev-python/pytest-bdd/files/pytest-bdd-8.1.0-gherkin-bounds.patch
blob: 0a1087211c965d4b84b252ede359fe4c144f4959 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Unknown how long until next release, and meanwhile `pip check`
reporting errors has a tendency to break random things.

Backport from:
https://github.com/pytest-dev/pytest-bdd/commit/8ce79eafa6ac4
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -43,3 +43,3 @@
 packaging = "*"
-gherkin-official = "^29.0.0"
+gherkin-official = ">=29.0.0"