From fafc2c66562150d0cea1f507a3b3c6ffa7f3c036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 02:01:45 +0000 Subject: [PATCH 1/3] build(deps): update ipython[all] requirement in /requirements Updates the requirements on [ipython[all]](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/rel-0.8.4...9.5.0) --- updated-dependencies: - dependency-name: ipython[all] dependency-version: 9.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pytorch/examples.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index 84ea80df6ff0c..d063a62430119 100644 --- a/requirements/pytorch/examples.txt +++ b/requirements/pytorch/examples.txt @@ -3,5 +3,5 @@ requests <2.33.0 torchvision >=0.16.0, <0.24.0 -ipython[all] <8.19.0 +ipython[all] <9.6.0 torchmetrics >=0.10.0, <1.9.0 From 43a4cd2c6071e9c2fb821b5d4c55a5aafed1d57a Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 1 Sep 2025 12:48:20 +0200 Subject: [PATCH 2/3] Apply suggestions from code review --- requirements/pytorch/examples.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index d063a62430119..1565d11c67037 100644 --- a/requirements/pytorch/examples.txt +++ b/requirements/pytorch/examples.txt @@ -3,5 +3,5 @@ requests <2.33.0 torchvision >=0.16.0, <0.24.0 -ipython[all] <9.6.0 +ipython[all] <9.0.0 torchmetrics >=0.10.0, <1.9.0 From c44ad899518e4b81d5a303ff2b5f2fa46c969850 Mon Sep 17 00:00:00 2001 From: Jirka Borovec <6035284+Borda@users.noreply.github.com> Date: Mon, 1 Sep 2025 14:13:52 +0200 Subject: [PATCH 3/3] Apply suggestions from code review --- requirements/pytorch/examples.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/examples.txt b/requirements/pytorch/examples.txt index 1565d11c67037..c34309a0234f2 100644 --- a/requirements/pytorch/examples.txt +++ b/requirements/pytorch/examples.txt @@ -3,5 +3,5 @@ requests <2.33.0 torchvision >=0.16.0, <0.24.0 -ipython[all] <9.0.0 +ipython[all] >=8.0.0, <9.0.0 torchmetrics >=0.10.0, <1.9.0