Skip to content

Commit 0019c18

Browse files
authored
chore(deps): update dependency ipython [security] (#1154)
1 parent 70ab0b1 commit 0019c18

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

samples/magics/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
google-cloud-bigquery-storage==2.10.1
22
google-auth-oauthlib==0.4.6
33
grpcio==1.43.0
4-
ipython==7.16.1; python_version < '3.7'
5-
ipython==7.29.0; python_version == '3.7'
4+
ipython==7.16.3; python_version < '3.7'
5+
ipython==7.31.1; python_version == '3.7'
66
ipython==8.0.1; python_version >= '3.8'
77
matplotlib==3.3.4; python_version < '3.7'
88
matplotlib==3.5.1; python_version >= '3.7'

samples/snippets/requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
google-cloud-bigquery-storage==2.10.1
22
google-auth-oauthlib==0.4.6
33
grpcio==1.43.0
4-
ipython==7.16.1; python_version < '3.7'
5-
ipython==7.29.0; python_version == '3.7'
4+
ipython==7.16.3; python_version < '3.7'
5+
ipython==7.31.1; python_version == '3.7'
66
ipython==8.0.1; python_version >= '3.8'
77
matplotlib==3.3.4; python_version < '3.7'
88
matplotlib==3.5.1; python_version >= '3.7'

0 commit comments

Comments
 (0)