Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all dependencies #914

Merged
merged 5 commits into from
Aug 30, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ dataclasses==0.6; python_version < '3.7'
Fiona==1.8.20
geojson==2.5.0
geopandas==0.9.0
google-api-core==1.31.2
google-auth==1.35.0
google-api-core==2.0.0
google-auth==2.0.1
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bumping the google-api-core / google-auth pins to 2.x for samples should be OK: we aren't supposed to update them in setup.py until after googleapis/google-cloud-python#10566 is closed.

google-cloud-bigquery==2.25.0
google-cloud-bigquery-storage==2.6.3
google-cloud-core==2.0.0
google-crc32c==1.1.2
google-resumable-media==1.3.3
google-resumable-media==2.0.0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Likewise for google-resumable-media.

googleapis-common-protos==1.53.0
grpcio==1.39.0
idna==3.2
Expand All @@ -36,7 +36,7 @@ pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.20
pyparsing==2.4.7
pyproj==3.0.1
pyproj==3.1.0
python-dateutil==2.8.2
pytz==2021.1
PyYAML==5.4.1
Expand Down