Skip to content

Commit 8c03f6e

Browse files
Update dependency PyHamcrest to v2
1 parent 44fe343 commit 8c03f6e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

py.requirements/basic.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# git+https://github.com/behave/behave.git@v1.2.7.dev6
1515
behave == 1.2.7.dev6
1616

17-
PyHamcrest <2.0.0; python_version < '3.5'
17+
PyHamcrest <2.1.1; python_version < '3.5'
1818
PyHamcrest >= 2.0.2; python_version >= '3.5'
1919
-r behave_ext.txt
2020

py.requirements/testing.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
-r basic.txt
1010
# -- ASSERT-MATCHERS:
1111
PyHamcrest >= 2.0.2; python_version >= '3.0'
12-
PyHamcrest < 2.0; python_version < '3.0'
12+
PyHamcrest <2.2; python_version < '3.0'
1313
assertpy >= 1.1

0 commit comments

Comments
 (0)