Skip to content

Commit

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

* revert packaging

* revert charset-normalizer

Co-authored-by: Anthonios Partheniou <partheniou@google.com>
  • Loading branch information
renovate-bot and parthea committed Jan 11, 2023
1 parent e885f3c commit 2e80215
Show file tree
Hide file tree
Showing 6 changed files with 37 additions and 37 deletions.
2 changes: 1 addition & 1 deletion samples/geography/requirements-test.txt
@@ -1,2 +1,2 @@
pytest==7.2.0
mock==4.0.3
mock==5.0.1
30 changes: 15 additions & 15 deletions samples/geography/requirements.txt
@@ -1,4 +1,4 @@
attrs==22.1.0
attrs==22.2.0
certifi==2022.12.7
cffi==1.15.1
charset-normalizer==2.1.1
Expand All @@ -10,36 +10,36 @@ db-dtypes==1.0.5
Fiona==1.8.22
geojson==2.5.0
geopandas===0.10.2; python_version == '3.7'
geopandas==0.12.1; python_version >= '3.8'
google-api-core==2.10.2
google-auth==2.14.0
google-cloud-bigquery==3.3.6
google-cloud-bigquery-storage==2.16.2
geopandas==0.12.2; python_version >= '3.8'
google-api-core==2.11.0
google-auth==2.16.0
google-cloud-bigquery==3.4.1
google-cloud-bigquery-storage==2.17.0
google-cloud-core==2.3.2
google-crc32c==1.5.0
google-resumable-media==2.4.0
googleapis-common-protos==1.56.4
grpcio==1.50.0
googleapis-common-protos==1.58.0
grpcio==1.51.1
idna==3.4
libcst==0.4.7
libcst==0.4.9
munch==2.5.0
mypy-extensions==0.4.3
packaging==21.3
pandas===1.3.5; python_version == '3.7'
pandas==1.5.1; python_version >= '3.8'
proto-plus==1.22.1
pyarrow==10.0.0
pandas==1.5.2; python_version >= '3.8'
proto-plus==1.22.2
pyarrow==10.0.1
pyasn1==0.4.8
pyasn1-modules==0.2.8
pycparser==2.21
pyparsing==3.0.9
python-dateutil==2.8.2
pytz==2022.6
pytz==2022.7
PyYAML==6.0
requests==2.28.1
rsa==4.9
Shapely==1.8.5.post1
Shapely==2.0.0
six==1.16.0
typing-extensions==4.4.0
typing-inspect==0.8.0
urllib3==1.26.12
urllib3==1.26.13
2 changes: 1 addition & 1 deletion samples/magics/requirements-test.txt
@@ -1,3 +1,3 @@
google-cloud-testutils==1.3.3
pytest==7.2.0
mock==4.0.3
mock==5.0.1
18 changes: 9 additions & 9 deletions samples/magics/requirements.txt
@@ -1,15 +1,15 @@
db-dtypes==1.0.5
google-cloud-bigquery-storage==2.16.2
google-auth-oauthlib==0.7.0
grpcio==1.50.0
ipywidgets==8.0.2
google-cloud-bigquery-storage==2.17.0
google-auth-oauthlib==0.8.0
grpcio==1.51.1
ipywidgets==8.0.4
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython==8.6.0; python_version >= '3.9'
ipython==8.8.0; python_version >= '3.9'
matplotlib===3.5.3; python_version == '3.7'
matplotlib==3.6.1; python_version >= '3.8'
matplotlib==3.6.2; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
pandas==1.5.1; python_version >= '3.8'
pyarrow==10.0.0
pytz==2022.6
pandas==1.5.2; python_version >= '3.8'
pyarrow==10.0.1
pytz==2022.7
typing-extensions==4.4.0
2 changes: 1 addition & 1 deletion samples/snippets/requirements-test.txt
@@ -1,3 +1,3 @@
google-cloud-testutils==1.3.3
pytest==7.2.0
mock==4.0.3
mock==5.0.1
20 changes: 10 additions & 10 deletions samples/snippets/requirements.txt
@@ -1,16 +1,16 @@
db-dtypes==1.0.5
google-cloud-bigquery==3.3.6
google-cloud-bigquery-storage==2.16.2
google-auth-oauthlib==0.7.0
grpcio==1.50.0
ipywidgets==8.0.2
google-cloud-bigquery==3.4.1
google-cloud-bigquery-storage==2.17.0
google-auth-oauthlib==0.8.0
grpcio==1.51.1
ipywidgets==8.0.4
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython==8.6.0; python_version >= '3.9'
ipython==8.8.0; python_version >= '3.9'
matplotlib===3.5.3; python_version == '3.7'
matplotlib==3.6.1; python_version >= '3.8'
matplotlib==3.6.2; python_version >= '3.8'
pandas===1.3.5; python_version == '3.7'
pandas==1.5.1; python_version >= '3.8'
pyarrow==10.0.0
pytz==2022.6
pandas==1.5.2; python_version >= '3.8'
pyarrow==10.0.1
pytz==2022.7
typing-extensions==4.4.0

0 comments on commit 2e80215

Please sign in to comment.