Skip to content

Commit af919a1

Browse files
committed
Stick with older version of mock
until September when Python 3.5 is EOL. Closes #164
1 parent 91cda5b commit af919a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.dependabot/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ update_configs:
88
- match:
99
dependency_name: "bump2version"
1010
version_requirement: ">=1"
11+
# mock 4 requires Python 3.6+
12+
- match:
13+
dependency_name: "mock"
14+
version_requirement: ">=4"
1115
# pytest 5 requires Python 3
1216
- match:
1317
dependency_name: "pytest"

0 commit comments

Comments
 (0)