From 6ad45d6a987d0eaa5ecf15b0d8e3391fe910ea50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 21:56:39 +0000 Subject: [PATCH] Update ipython requirement from ==8.12.* to ==8.17.* 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.12.0...8.17.1) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index f347695d0ee5..fee254c7d762 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -3,7 +3,7 @@ cairosvg flaky # Pin IPython to 8.12 when building on Python 3.8 # https://github.com/ipython/ipython/blob/main/README.rst -ipython == 8.12.*; python_version == '3.8' +ipython == 8.17.*; python_version == '3.8' ipython; python_version > '3.8' jinja2 mkdocs