Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

Commit 9384ab5

Browse files
committed
requirements: update 'google-api-python-client'
Changelog: - 1.7.9 (2019-05-22) https://github.com/googleapis/google-api-python-client/blob/v1.7.9/CHANGELOG#L1 Code diff: googleapis/google-api-python-client@v1.7.8...v1.7.9
1 parent 9271410 commit 9384ab5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# Required packages:
55
cryptography==2.7
6-
google-api-python-client==1.7.8
6+
google-api-python-client==1.7.9
77
google-auth==1.6.3
88
requests==2.22.0
99

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def get_version(*file_paths: Sequence[str]) -> str:
2525
# TODO: add reasonable upper-bound per package.
2626
requirements = [
2727
'cryptography>=2.7',
28-
'google-api-python-client>=1.7.8',
28+
'google-api-python-client>=1.7.9',
2929
'google-auth>=1.6.3',
3030
'requests>=2.22.0',
3131
]

0 commit comments

Comments
 (0)