diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index ba72310..0ac45b9 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -2,7 +2,7 @@ channels: - conda-forge dependencies: - coverage -- google-api-python-client =2.130.0 +- google-api-python-client =2.131.0 - google-auth =2.29.0 - google-auth-oauthlib =1.2.0 - numpy =1.26.4 diff --git a/setup.py b/setup.py index 33bccef..1cf4dbf 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], }, install_requires=[ - "google-api-python-client==2.130.0", + "google-api-python-client==2.131.0", "google-auth==2.29.0", "google-auth-oauthlib==1.2.0", "numpy==1.26.4",