Skip to content

Commit

Permalink
⬆ Bump google-auth-httplib2 from 0.1.1 to 0.2.0 (#94)
Browse files Browse the repository at this point in the history
Bumps [google-auth-httplib2](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2) from 0.1.1 to 0.2.0.
- [Release notes](https://github.com/GoogleCloudPlatform/google-auth-library-python-httplib2/releases)
- [Changelog](https://github.com/googleapis/google-auth-library-python-httplib2/blob/main/CHANGELOG.md)
- [Commits](googleapis/google-auth-library-python-httplib2@v0.1.1...v0.2.0)

---
updated-dependencies:
- dependency-name: google-auth-httplib2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent ede6860 commit d56d47d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ requests==2.31.0
google-api-core==2.14.0
google-api-python-client==2.111.0
google-auth==2.23.4
google-auth-httplib2==0.1.1
google-auth-httplib2==0.2.0
google-auth-oauthlib==1.1.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"google-api-core==2.14.0",
"google-api-python-client==2.111.0",
"google-auth==2.23.4",
"google-auth-httplib2==0.1.1",
"google-auth-httplib2==0.2.0",
"google-auth-oauthlib==1.1.0",
"Deprecated==1.2.14"
],
Expand Down

0 comments on commit d56d47d

Please sign in to comment.