Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/pip/google-api-python-client-2.112.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-janssen authored Jan 4, 2024
2 parents 76ccf91 + dda74e9 commit b9898df
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.112.0
- google-auth =2.26.0
- google-auth =2.26.1
- google-auth-oauthlib =1.2.0
- numpy =1.26.3
- pandas =2.1.4
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.112.0",
"google-auth==2.26.0",
"google-auth==2.26.1",
"google-auth-oauthlib==1.2.0",
"numpy==1.26.3",
"tqdm==4.66.1",
Expand Down

0 comments on commit b9898df

Please sign in to comment.