Skip to content

Commit

Permalink
chore(deps): update all dependencies (#1079)
Browse files Browse the repository at this point in the history
* chore(deps): update all dependencies

* 🦉 Updates from OwlBot post-processor

See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md

* undo grpcio upgrade

grpcio 1.64.0 requires protobuf>=5.26.1,<6.0dev (which introduced a breaking change). Core library doesn't support the new protobuf either. I will isolate the change here and merge the other upgrades first.

---------

Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
Co-authored-by: Lingqing Gan <[email protected]>
  • Loading branch information
3 people authored May 30, 2024
1 parent 5433d58 commit 5d47132
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion samples/snippets/requirements-test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ google-auth==2.29.0
google-cloud-testutils==1.4.0
iniconfig==2.0.0
packaging==24.0
pluggy==1.4.0
pluggy==1.5.0
py==1.11.0
pyasn1==0.6.0
pyasn1-modules==0.4.0
Expand Down
10 changes: 5 additions & 5 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
alembic==1.13.1
certifi==2024.2.2
charset-normalizer==3.3.2
geoalchemy2==0.14.7
google-api-core[grpc]==2.18.0
geoalchemy2==0.15.1
google-api-core[grpc]==2.19.0
google-auth==2.29.0
google-cloud-bigquery==3.21.0
google-cloud-bigquery==3.23.1
google-cloud-core==2.4.1
google-crc32c==1.5.0
google-resumable-media==2.7.0
Expand All @@ -14,7 +14,7 @@ grpcio==1.62.2
grpcio-status==1.62.2
idna==3.7
importlib-resources==6.4.0; python_version >= '3.8'
mako==1.3.3
mako==1.3.5
markupsafe==2.1.5
packaging==24.0
proto-plus==1.23.0
Expand All @@ -24,7 +24,7 @@ pyasn1-modules==0.4.0
pyparsing==3.1.2
python-dateutil==2.9.0.post0
pytz==2024.1
requests==2.32.0
requests==2.32.2
rsa==4.9
shapely==2.0.4
six==1.16.0
Expand Down

0 comments on commit 5d47132

Please sign in to comment.