diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 74766e1..0557414 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.123.0 +- google-api-python-client =2.124.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 276874f..1a967e0 100644 --- a/setup.py +++ b/setup.py @@ -27,7 +27,7 @@ ], }, install_requires=[ - "google-api-python-client==2.123.0", + "google-api-python-client==2.124.0", "google-auth==2.29.0", "google-auth-oauthlib==1.2.0", "numpy==1.26.4",