From 736a37578081b429318edc0a545833db52532f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 00:30:23 +0000 Subject: [PATCH] Bump ipython from 7.31.1 to 8.10.0 Bumps [ipython](https://github.com/ipython/ipython) from 7.31.1 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.31.1...8.10.0) --- 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 e61dd64..d741a61 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -16,7 +16,7 @@ docutils==0.18.1; python_version >= "3.6" and python_full_version < "3.0.0" or p idna==3.3; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.6.0" and python_version >= "3.6" importlib-metadata==4.10.1; python_version < "3.8" and python_version >= "3.7" intelhex==2.3.0 -ipython==7.31.1; python_version >= "3.7" +ipython==8.10.0; python_version >= "3.7" isort==5.10.1; python_full_version >= "3.6.2" and python_version < "4.0" jedi==0.18.1; python_version >= "3.7" jeepney==0.7.1; sys_platform == "linux" and python_version >= "3.7"