Skip to content

Commit fa71803

Browse files
authored
Merge pull request #9 from pactflow/deps/pact-python-2.0.0
Deps/pact python 2.0.0
2 parents 338c1c6 + 7d2977a commit fa71803

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: '3.8'
3434
architecture: 'x64'
3535
- run: pip install -r requirements.txt
36-
- name: Test for ${{ matrix.pact_provider }}
36+
- name: Test pactflow-example-consumer-python against ${{ matrix.pact_provider }}
3737
run: make test
3838
env:
3939
PACT_PROVIDER: ${{ matrix.pact_provider }}

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.1
22
pytest==5.4.1
3-
requests==2.23.0
4-
pact_python==1.2.6
3+
requests==2.28.0
4+
pact_python==2.0.0

0 commit comments

Comments
 (0)