Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 11, 2022
1 parent ef1f2cb commit 4ea153b
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 20 deletions.
16 changes: 8 additions & 8 deletions samples/geography/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ charset-normalizer==2.0.10
click==8.0.3
click-plugins==1.1.1
cligj==0.7.2
dataclasses==0.6; python_version < '3.7'
dataclasses==0.8; python_version < '3.7'
Fiona==1.8.20
geojson==2.5.0
geopandas==0.9.0; python_version < '3.7'
geopandas==0.10.2; python_version < '3.7'
geopandas==0.10.2; python_version >= '3.7'
google-api-core==2.3.2
google-auth==2.3.3
Expand All @@ -24,17 +24,17 @@ libcst==0.3.23
munch==2.5.0
mypy-extensions==0.4.3
packaging==21.3
pandas==1.1.5; python_version < '3.7'
pandas==1.3.4; python_version >= '3.7'
pandas==1.3.5; python_version < '3.7'
pandas==1.3.5; python_version >= '3.7'
proto-plus==1.19.8
protobuf==3.19.1
protobuf==3.19.3
pyarrow==6.0.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
pyparsing==3.0.6
pyproj==3.0.1; python_version < "3.7"
pyproj==3.1.0; python_version > "3.6"
pyproj==3.3.0; python_version < "3.7"
pyproj==3.3.0; python_version > "3.6"
python-dateutil==2.8.2
pytz==2021.3
PyYAML==6.0
Expand All @@ -44,4 +44,4 @@ Shapely==1.8.0
six==1.16.0
typing-extensions==4.0.1
typing-inspect==0.7.1
urllib3==1.26.7
urllib3==1.26.8
12 changes: 6 additions & 6 deletions samples/magics/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
google-cloud-bigquery-storage==2.10.1
google-auth-oauthlib==0.4.6
grpcio==1.43.0
ipython==7.16.1; python_version < '3.7'
ipython==7.29.0; python_version >= '3.7'
matplotlib==3.3.4; python_version < '3.7'
matplotlib==3.5.0rc1; python_version >= '3.7'
pandas==1.1.5; python_version < '3.7'
pandas==1.3.4; python_version >= '3.7'
ipython==7.31.0; python_version < '3.7'
ipython==7.31.0; python_version >= '3.7'
matplotlib==3.5.1; python_version < '3.7'
matplotlib==3.5.1; python_version >= '3.7'
pandas==1.3.5; python_version < '3.7'
pandas==1.3.5; python_version >= '3.7'
pyarrow==6.0.1
pytz==2021.3
12 changes: 6 additions & 6 deletions samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
google-cloud-bigquery-storage==2.10.1
google-auth-oauthlib==0.4.6
grpcio==1.43.0
ipython==7.16.1; python_version < '3.7'
ipython==7.29.0; python_version >= '3.7'
matplotlib==3.3.4; python_version < '3.7'
matplotlib==3.4.1; python_version >= '3.7'
pandas==1.1.5; python_version < '3.7'
pandas==1.3.4; python_version >= '3.7'
ipython==7.31.0; python_version < '3.7'
ipython==7.31.0; python_version >= '3.7'
matplotlib==3.5.1; python_version < '3.7'
matplotlib==3.5.1; python_version >= '3.7'
pandas==1.3.5; python_version < '3.7'
pandas==1.3.5; python_version >= '3.7'
pyarrow==6.0.1
pytz==2021.3

0 comments on commit 4ea153b

Please sign in to comment.