Skip to content

Commit

Permalink
chore(deps): update dependency ipython to v8.3.0 (#1234)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored Apr 29, 2022
1 parent 88345b8 commit 03e9391
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samples/magics/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ google-auth-oauthlib==0.5.1
grpcio==1.44.0
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython==8.2.0; python_version >= '3.9'
ipython==8.3.0; python_version >= '3.9'
matplotlib==3.5.1
pandas===1.3.5; python_version == '3.7'
pandas==1.4.2; python_version >= '3.8'
Expand Down
2 changes: 1 addition & 1 deletion samples/snippets/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ google-auth-oauthlib==0.5.1
grpcio==1.44.0
ipython===7.31.1; python_version == '3.7'
ipython===8.0.1; python_version == '3.8'
ipython==8.2.0; python_version >= '3.9'
ipython==8.3.0; python_version >= '3.9'
matplotlib==3.5.1
pandas===1.3.5; python_version == '3.7'
pandas==1.4.2; python_version >= '3.8'
Expand Down

0 comments on commit 03e9391

Please sign in to comment.