File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
# pin pytest to 4.6.11 for Python2.
2
2
pytest==4.6.11; python_version < '3.0'
3
- google-api-python-client==1.12.8 ; python_version < '3.0'
3
+ google-api-python-client==1.12.10 ; python_version < '3.0'
4
4
mock==3.0.5; python_version < '3.0'
5
5
WebTest==2.0.35; python_version < '3.0'
Original file line number Diff line number Diff line change 1
1
Flask == 1.1.4 ; python_version < '3.0'
2
2
Flask == 2.0.0 ; python_version > '3.0'
3
- google-api-python-client == 1.12.8 ; python_version < '3.0'
3
+ google-api-python-client == 1.12.10 ; python_version < '3.0'
Original file line number Diff line number Diff line change 1
- google-api-python-client == 1.12.8 ; python_version < '3.0'
1
+ google-api-python-client == 1.12.10 ; python_version < '3.0'
2
2
google-auth == 2.3.3 ; python_version < '3.0'
3
3
google-auth == 2.3.3 ; python_version > '3.0'
4
4
google-auth-httplib2 == 0.1.0
You can’t perform that action at this time.
0 commit comments