We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b031eb7 commit c86e6a5Copy full SHA for c86e6a5
pact-python-cli/pyproject.toml
@@ -52,7 +52,7 @@ requires-python = ">=3.10"
52
# Linting and formatting tools use a more narrow specification to ensure
53
# developper consistency. All other dependencies are as above.
54
dev = ["ruff==0.14.3", { include-group = "test" }, { include-group = "types" }]
55
-test = ["pytest-cov~=7.0", "pytest~=8.0"]
+test = ["pytest-cov~=7.0", "pytest~=9.0"]
56
types = ["mypy==1.18.2"]
57
58
################################################################################
0 commit comments