From 085f022c34aa5f5b4ae6b47111e34cc9e38db267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Nov 2025 01:03:46 +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.7.0) --- updated-dependencies: - dependency-name: ipython[notebook] dependency-version: 9.7.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 9f60ea05d4b81..9619bc54e0a37 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.7.0 +ipython[notebook] <9.8.0 setuptools<81.0 # workaround for `error in ipython setup command: use_2to3 is invalid.` onnxscript >= 0.2.2, < 0.6.0