From 6d97542c12a1cc3ea5c1df0e88425bc2b2e0350e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2025 10:06:29 +0000 Subject: [PATCH] Bump ipython from 7.34.0 to 8.31.0 Bumps [ipython](https://github.com/ipython/ipython) from 7.34.0 to 8.31.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.34.0...8.31.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 52889c09..d88006cd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,7 @@ dev = [ "time-machine", "honcho", "ipdb", - "ipython>=7.31.1,<8", + "ipython>=7.31.1,<9", "pywatchman", ] production = [ diff --git a/requirements-dev.txt b/requirements-dev.txt index bbcb4574..1fb93f13 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -562,7 +562,7 @@ iniconfig==2.0.0 # via pytest ipdb==0.13.13 # via fragdenstaat-de (pyproject.toml) -ipython==7.34.0 +ipython==8.31.0 # via # fragdenstaat-de (pyproject.toml) # ipdb