Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/google-auth-2.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Aug 7, 2024
2 parents 5224057 + 6741b52 commit f242560
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.139.0
- google-api-python-client =2.140.0
- google-auth =2.33.0
- google-auth-oauthlib =1.2.1
- numpy =2.0.1
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.139.0",
"google-api-python-client==2.140.0",
"google-auth==2.33.0",
"google-auth-oauthlib==1.2.1",
"numpy==2.0.1",
Expand Down

0 comments on commit f242560

Please sign in to comment.