Skip to content

Commit

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

Bump google-api-python-client from 2.127.0 to 2.128.0
  • Loading branch information
jan-janssen authored May 13, 2024
2 parents 8cbf485 + 3dd233a commit 4c83b4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ channels:
- conda-forge
dependencies:
- coverage
- google-api-python-client =2.127.0
- google-api-python-client =2.129.0
- google-auth =2.29.0
- google-auth-oauthlib =1.2.0
- numpy =1.26.4
- pandas =2.2.2
- python
- scikit-learn =1.4.2
- sqlalchemy =2.0.30
- tqdm =4.66.4
- tqdm =4.66.4
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.127.0",
"google-api-python-client==2.129.0",
"google-auth==2.29.0",
"google-auth-oauthlib==1.2.0",
"numpy==1.26.4",
Expand Down

0 comments on commit 4c83b4e

Please sign in to comment.