From d169958e4dc53b1494b25095c73b0f60638dabab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 20:00:10 +0200 Subject: [PATCH] Bump ipython from 8.12.0 to 8.14.0 (#309) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Bump ipython from 8.12.0 to 8.14.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.12.0 to 8.14.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.12.0...8.14.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * ⬆️ Raise required min python for ipython pinning --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastian Weigand --- requirements_dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_dev.txt b/requirements_dev.txt index 3abed7c..11639cb 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -16,4 +16,4 @@ coverage[toml]>=4.5.4 # package runtime requirements flake8==5.0.4 nbconvert==7.4.0; python_version > '3.7' -ipython==8.12.0; python_version > '3.7' +ipython==8.14.0; python_version >= '3.9'