Skip to content

Commit 2bbf990

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

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

samples/geography/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ 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.19.0
16-
google-cloud-bigquery==3.10.0
15+
google-auth==2.19.1
16+
google-cloud-bigquery==3.11.0
1717
google-cloud-bigquery-storage==2.20.0
1818
google-cloud-core==2.3.2
1919
google-crc32c==1.5.0
@@ -40,6 +40,6 @@ requests==2.31.0
4040
rsa==4.9
4141
Shapely==2.0.1
4242
six==1.16.0
43-
typing-extensions==4.6.2
43+
typing-extensions==4.6.3
4444
typing-inspect==0.9.0
4545
urllib3==1.26.15

samples/magics/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ grpcio==1.54.2
55
ipywidgets==8.0.6
66
ipython===7.31.1; python_version == '3.7'
77
ipython===8.0.1; python_version == '3.8'
8-
ipython==8.13.2; python_version >= '3.9'
8+
ipython==8.14.0; 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'
1212
pandas==2.0.2; python_version >= '3.8'
1313
pyarrow==12.0.0
1414
pytz==2023.3
15-
typing-extensions==4.6.2
15+
typing-extensions==4.6.3

samples/snippets/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
db-dtypes==1.1.1
2-
google-cloud-bigquery==3.10.0
2+
google-cloud-bigquery==3.11.0
33
google-cloud-bigquery-storage==2.20.0
44
google-auth-oauthlib==1.0.0
55
grpcio==1.54.2
66
ipywidgets==8.0.6
77
ipython===7.31.1; python_version == '3.7'
88
ipython===8.0.1; python_version == '3.8'
9-
ipython==8.13.2; python_version >= '3.9'
9+
ipython==8.14.0; 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'
1313
pandas==2.0.2; python_version >= '3.8'
1414
pyarrow==12.0.0
1515
pytz==2023.3
16-
typing-extensions==4.6.2
16+
typing-extensions==4.6.3

0 commit comments

Comments
 (0)