From 8901c99c6f46c240350f178f99b037db5c1f9a65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 02:01:00 +0000 Subject: [PATCH] build(deps): update ipython[notebook] requirement in /requirements Updates the requirements on [ipython[notebook]](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[notebook] dependency-version: 9.5.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/pytorch/docs.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/pytorch/docs.txt b/requirements/pytorch/docs.txt index a3e2e88967f75..7ee6c8bb309cb 100644 --- a/requirements/pytorch/docs.txt +++ b/requirements/pytorch/docs.txt @@ -1,7 +1,7 @@ -r ../docs.txt nbformat # used for generate empty notebook -ipython[notebook] <9.5.0 +ipython[notebook] <9.6.0 setuptools<81.0 # workaround for `error in ipython setup command: use_2to3 is invalid.` onnxscript >= 0.2.2, < 0.5.0