diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 18af96c..6ccbb65 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.143.0 +- google-api-python-client =2.145.0 - google-auth =2.34.0 - google-auth-oauthlib =1.2.1 - numpy =2.1.0 diff --git a/setup.py b/setup.py index 415a7ee..455c9bd 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], }, install_requires=[ - "google-api-python-client==2.143.0", + "google-api-python-client==2.145.0", "google-auth==2.34.0", "google-auth-oauthlib==1.2.1", "numpy==2.1.0",