Skip to content

Commit 39cf14c

Browse files
chore(deps): update all dependencies (#1156)
* chore(deps): update all dependencies * revert ipython changes for python_version < 3.9 * revert changes * revert ipython changes for python < 3.9 * revert changes * revert changes Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent bf37ba4 commit 39cf14c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

samples/geography/requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,13 @@ Fiona==1.8.21
1010
geojson==2.5.0
1111
geopandas==0.9.0; python_version < '3.7'
1212
geopandas==0.10.2; python_version >= '3.7'
13-
google-api-core==2.5.0
13+
google-api-core==2.6.0
1414
google-auth==2.6.0
15-
google-cloud-bigquery==2.34.0
15+
google-cloud-bigquery==2.34.1
1616
google-cloud-bigquery-storage==2.12.0
1717
google-cloud-core==2.2.2
1818
google-crc32c==1.3.0
19-
google-resumable-media==2.3.0
19+
google-resumable-media==2.3.1
2020
googleapis-common-protos==1.55.0
2121
grpcio==1.44.0
2222
idna==3.3

samples/magics/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ grpcio==1.44.0
44
ipython==7.16.3; python_version < '3.7'
55
ipython==7.31.1; python_version == '3.7'
66
ipython==8.0.1; python_version == '3.8'
7-
ipython==8.1.0; python_version >= '3.9'
7+
ipython==8.1.1; python_version >= '3.9'
88
matplotlib==3.5.1; python_version < '3.7'
99
matplotlib==3.5.1; python_version >= '3.7'
1010
pandas==1.1.5; python_version < '3.7'

samples/snippets/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ grpcio==1.44.0
44
ipython==7.16.3; python_version < '3.7'
55
ipython==7.31.1; python_version == '3.7'
66
ipython==8.0.1; python_version == '3.8'
7-
ipython==8.1.0; python_version >= '3.9'
7+
ipython==8.1.1; python_version >= '3.9'
88
matplotlib==3.5.1; python_version < '3.7'
99
matplotlib==3.5.1; python_version >= '3.7'
1010
pandas==1.1.5; python_version < '3.7'

0 commit comments

Comments
 (0)