Skip to content

Commit e319d42

Browse files
chore(deps): update dependency pytest to v9
1 parent 575b656 commit e319d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pact-python-cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ requires-python = ">=3.10"
5252
# Linting and formatting tools use a more narrow specification to ensure
5353
# developper consistency. All other dependencies are as above.
5454
dev = ["ruff==0.14.4", { include-group = "test" }, { include-group = "types" }]
55-
test = ["pytest-cov~=7.0", "pytest~=8.0"]
55+
test = ["pytest-cov~=7.0", "pytest~=9.0"]
5656
types = ["mypy==1.18.2"]
5757

5858
################################################################################

0 commit comments

Comments
 (0)