-
Notifications
You must be signed in to change notification settings - Fork 309
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* chore(deps): update all dependencies * Apply suggestions from code review * Apply suggestions from code review Co-authored-by: Tim Swast <[email protected]>
- Loading branch information
1 parent
eea935c
commit 57f8ea9
Showing
7 changed files
with
42 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pytest==6.2.5 | ||
pytest==7.0.1 | ||
mock==4.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,46 @@ | ||
attrs==21.4.0 | ||
certifi==2021.10.8 | ||
cffi==1.15.0 | ||
charset-normalizer==2.0.10 | ||
click==8.0.3 | ||
charset-normalizer==2.0.12 | ||
click==8.0.4 | ||
click-plugins==1.1.1 | ||
cligj==0.7.2 | ||
dataclasses==0.8; python_version < '3.7' | ||
Fiona==1.8.20 | ||
Fiona==1.8.21 | ||
geojson==2.5.0 | ||
geopandas==0.9.0; python_version < '3.7' | ||
geopandas==0.10.2; python_version >= '3.7' | ||
google-api-core==2.4.0 | ||
google-auth==2.3.3 | ||
google-cloud-bigquery==2.31.0 | ||
google-cloud-bigquery-storage==2.10.1 | ||
google-cloud-core==2.2.1 | ||
google-api-core==2.5.0 | ||
google-auth==2.6.0 | ||
google-cloud-bigquery==2.34.0 | ||
google-cloud-bigquery-storage==2.12.0 | ||
google-cloud-core==2.2.2 | ||
google-crc32c==1.3.0 | ||
google-resumable-media==2.1.0 | ||
googleapis-common-protos==1.54.0 | ||
grpcio==1.43.0 | ||
google-resumable-media==2.3.0 | ||
googleapis-common-protos==1.55.0 | ||
grpcio==1.44.0 | ||
idna==3.3 | ||
libcst==0.4.0 | ||
libcst==0.4.1 | ||
munch==2.5.0 | ||
mypy-extensions==0.4.3 | ||
packaging==21.3 | ||
pandas==1.1.5; python_version < '3.7' | ||
pandas==1.3.5; python_version >= '3.7' | ||
proto-plus==1.19.8 | ||
protobuf==3.19.3 | ||
pyarrow==6.0.1 | ||
pandas==1.3.5; python_version == '3.7' | ||
pandas==1.4.1; python_version >= '3.8' | ||
proto-plus==1.20.3 | ||
protobuf==3.19.4 | ||
pyarrow==7.0.0 | ||
pyasn1==0.4.8 | ||
pyasn1-modules==0.2.8 | ||
pycparser==2.21 | ||
pyparsing==3.0.6 | ||
pyparsing==3.0.7 | ||
python-dateutil==2.8.2 | ||
pytz==2021.3 | ||
PyYAML==6.0 | ||
requests==2.27.1 | ||
rsa==4.8 | ||
Shapely==1.8.0 | ||
Shapely==1.8.1.post1 | ||
six==1.16.0 | ||
typing-extensions==4.0.1 | ||
typing-extensions==4.1.1 | ||
typing-inspect==0.7.1 | ||
urllib3==1.26.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
google-cloud-testutils==1.3.1 | ||
pytest==6.2.5 | ||
pytest==7.0.1 | ||
mock==4.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
google-cloud-bigquery-storage==2.10.1 | ||
google-auth-oauthlib==0.4.6 | ||
grpcio==1.43.0 | ||
google-cloud-bigquery-storage==2.12.0 | ||
google-auth-oauthlib==0.5.0 | ||
grpcio==1.44.0 | ||
ipython==7.16.3; python_version < '3.7' | ||
ipython==7.31.1; python_version == '3.7' | ||
ipython==8.0.1; python_version >= '3.8' | ||
matplotlib==3.3.4; python_version < '3.7' | ||
ipython==8.0.1; python_version == '3.8' | ||
ipython==8.1.0; python_version >= '3.9' | ||
matplotlib==3.5.1; python_version < '3.7' | ||
matplotlib==3.5.1; python_version >= '3.7' | ||
pandas==1.1.5; python_version < '3.7' | ||
pandas==1.3.5; python_version >= '3.7' | ||
pyarrow==6.0.1 | ||
pandas==1.3.5; python_version == '3.7' | ||
pandas==1.4.1; python_version >= '3.8' | ||
pyarrow==7.0.0 | ||
pytz==2021.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
google-cloud-testutils==1.3.1 | ||
pytest==6.2.5 | ||
pytest==7.0.1 | ||
mock==4.0.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
google-cloud-bigquery-storage==2.10.1 | ||
google-auth-oauthlib==0.4.6 | ||
grpcio==1.43.0 | ||
google-cloud-bigquery-storage==2.12.0 | ||
google-auth-oauthlib==0.5.0 | ||
grpcio==1.44.0 | ||
ipython==7.16.3; python_version < '3.7' | ||
ipython==7.31.1; python_version == '3.7' | ||
ipython==8.0.1; python_version >= '3.8' | ||
matplotlib==3.3.4; python_version < '3.7' | ||
ipython==8.0.1; python_version == '3.8' | ||
ipython==8.1.0; python_version >= '3.9' | ||
matplotlib==3.5.1; python_version < '3.7' | ||
matplotlib==3.5.1; python_version >= '3.7' | ||
pandas==1.1.5; python_version < '3.7' | ||
pandas==1.3.5; python_version >= '3.7' | ||
pyarrow==6.0.1 | ||
pandas==1.3.5; python_version == '3.7' | ||
pandas==1.4.1; python_version >= '3.8' | ||
pyarrow==7.0.0 | ||
pytz==2021.3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters