Skip to content

Commit

Permalink
Merge pull request #273 from jan-janssen/dependabot/pip/google-auth-2…
Browse files Browse the repository at this point in the history
….34.0

Bump google-auth from 2.33.0 to 2.34.0
  • Loading branch information
jan-janssen authored Aug 27, 2024
2 parents b131dbc + 0306c48 commit 4d55fb2
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 @@ -3,7 +3,7 @@ channels:
dependencies:
- coverage
- google-api-python-client =2.141.0
- google-auth =2.33.0
- google-auth =2.34.0
- google-auth-oauthlib =1.2.1
- numpy =2.1.0
- pandas =2.2.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
},
install_requires=[
"google-api-python-client==2.141.0",
"google-auth==2.33.0",
"google-auth==2.34.0",
"google-auth-oauthlib==1.2.1",
"numpy==2.1.0",
"tqdm==4.66.5",
Expand Down

0 comments on commit 4d55fb2

Please sign in to comment.