Skip to content

Commit d2b2c96

Browse files
chore(deps): update all dependencies (#1576)
* chore(deps): update all dependencies * revert urllib3 --------- Co-authored-by: Anthonios Partheniou <[email protected]>
1 parent ff70298 commit d2b2c96

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

samples/geography/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ geojson==3.0.1
1212
geopandas===0.10.2; python_version == '3.7'
1313
geopandas==0.13.0; python_version >= '3.8'
1414
google-api-core==2.11.0
15-
google-auth==2.18.1
15+
google-auth==2.19.0
1616
google-cloud-bigquery==3.10.0
17-
google-cloud-bigquery-storage==2.19.1
17+
google-cloud-bigquery-storage==2.20.0
1818
google-cloud-core==2.3.2
1919
google-crc32c==1.5.0
2020
google-resumable-media==2.5.0
@@ -26,7 +26,7 @@ munch==3.0.0
2626
mypy-extensions==1.0.0
2727
packaging==23.1
2828
pandas===1.3.5; python_version == '3.7'
29-
pandas==2.0.1; python_version >= '3.8'
29+
pandas==2.0.2; python_version >= '3.8'
3030
proto-plus==1.22.2
3131
pyarrow==12.0.0
3232
pyasn1==0.5.0

samples/magics/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
db-dtypes==1.1.1
2-
google-cloud-bigquery-storage==2.19.1
2+
google-cloud-bigquery-storage==2.20.0
33
google-auth-oauthlib==1.0.0
44
grpcio==1.54.2
55
ipywidgets==8.0.6
@@ -9,7 +9,7 @@ ipython==8.13.2; python_version >= '3.9'
99
matplotlib===3.5.3; python_version == '3.7'
1010
matplotlib==3.7.1; python_version >= '3.8'
1111
pandas===1.3.5; python_version == '3.7'
12-
pandas==2.0.1; python_version >= '3.8'
12+
pandas==2.0.2; python_version >= '3.8'
1313
pyarrow==12.0.0
1414
pytz==2023.3
1515
typing-extensions==4.6.2

samples/snippets/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
db-dtypes==1.1.1
22
google-cloud-bigquery==3.10.0
3-
google-cloud-bigquery-storage==2.19.1
3+
google-cloud-bigquery-storage==2.20.0
44
google-auth-oauthlib==1.0.0
55
grpcio==1.54.2
66
ipywidgets==8.0.6
@@ -10,7 +10,7 @@ ipython==8.13.2; python_version >= '3.9'
1010
matplotlib===3.5.3; python_version == '3.7'
1111
matplotlib==3.7.1; python_version >= '3.8'
1212
pandas===1.3.5; python_version == '3.7'
13-
pandas==2.0.1; python_version >= '3.8'
13+
pandas==2.0.2; python_version >= '3.8'
1414
pyarrow==12.0.0
1515
pytz==2023.3
1616
typing-extensions==4.6.2

0 commit comments

Comments
 (0)