Skip to content

Commit

Permalink
Update google-apitools requirement in /sdks/python
Browse files Browse the repository at this point in the history
Updates the requirements on [google-apitools](https://github.com/google/apitools) to permit the latest version.
- [Release notes](https://github.com/google/apitools/releases)
- [Commits](google/apitools@v0.5.31...v0.5.32)

---
updated-dependencies:
- dependency-name: google-apitools
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 4718cdf commit 06a9582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdks/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ def get_portability_package_data():
],
'gcp': [
'cachetools>=3.1.0,<5',
'google-apitools>=0.5.31,<0.5.32',
'google-apitools>=0.5.31,<0.5.33',
# NOTE: Maintainers, please do not require google-auth>=2.x.x
# Until this issue is closed
# https://github.com/googleapis/google-cloud-python/issues/10566
Expand Down

0 comments on commit 06a9582

Please sign in to comment.