From 25bc13dcd9757c2b50d1e2206cad4027423d6d9b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 00:37:51 +0000 Subject: [PATCH] chore(deps): bump ipython from 7.31.1 to 8.10.0 in /samples/snippets Bumps [ipython](https://github.com/ipython/ipython) from 7.31.1 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.31.1...8.10.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- samples/snippets/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/snippets/requirements.txt b/samples/snippets/requirements.txt index ebf892279..0bd248fab 100644 --- a/samples/snippets/requirements.txt +++ b/samples/snippets/requirements.txt @@ -6,7 +6,7 @@ grpcio==1.50.0 ipywidgets==8.0.2 ipython===7.31.1; python_version == '3.7' ipython===8.0.1; python_version == '3.8' -ipython==8.5.0; python_version >= '3.9' +ipython==8.10.0; python_version >= '3.9' matplotlib===3.5.3; python_version == '3.7' matplotlib==3.6.1; python_version >= '3.8' pandas===1.3.5; python_version == '3.7'