Skip to content

Commit 1c478f3

Browse files
committed
fix(deps): update minimum cli version
There was an update in the CLI package which Pact Python now depends on. Signed-off-by: JP-Ellis <[email protected]>
1 parent 2f43c92 commit 1c478f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ dependencies = [
6161
# Dependencies required for v2 only
6262
compat-v2 = [
6363
# Pact dependencies
64-
"pact-python-cli~=2.0",
64+
"pact-python-cli~=2.5",
6565
# External dependencies
6666
"click~=8.0",
6767
"psutil~=7.0",

0 commit comments

Comments
 (0)