Skip to content

Commit

Permalink
Merge pull request #237 from jan-janssen/dependabot/pip/google-api-py…
Browse files Browse the repository at this point in the history
…thon-client-2.124.0

Bump google-api-python-client from 2.123.0 to 2.124.0
  • Loading branch information
jan-janssen authored Mar 30, 2024
2 parents b155cb7 + a2b7de7 commit 09f780d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 09f780d

Please sign in to comment.