Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 63a575f

Browse files
authored
chore(deps): update dependency mock to v4 (GoogleCloudPlatform#4721)
* chore(deps): update dependency mock to v4
1 parent 2621f6b commit 63a575f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pytest==4.6.11; python_version < '3.0'
2-
mock==3.0.5
2+
mock==4.0.2; python_version > '3.0'
3+
mock==3.0.5; python_version < '3.0'
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pytest==6.0.1
2-
mock==3.0.5
2+
mock==4.0.2

0 commit comments

Comments
 (0)