From 6488c294b3cc92efea3900ddfce2d877f75c419c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:32:05 +0000 Subject: [PATCH] Update ipython requirement from ==8.18.* to ==8.31.* in /requirements Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.18.0...8.31.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements.txt b/requirements/requirements.txt index 1b7d3d7f..d7493713 100644 --- a/requirements/requirements.txt +++ b/requirements/requirements.txt @@ -9,7 +9,7 @@ tqdm>=4.66.3 Pillow==11.1.* pathvalidate>=2.5.0 simplejson==3.19.* -ipython==8.18.* +ipython==8.31.* openvino>=2023.2.0 openvino-model-api==0.2.* certifi>=2024.2.2