From 862a7a8b75efa3f3cf935f60645d6e972d5bccfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Jun 2024 10:35:14 +0000 Subject: [PATCH] chore(deps-dev): bump ipython from 8.18.1 to 8.25.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.18.1 to 8.25.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.18.1...8.25.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:development update-type: version-update:semver-minor ... 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 dd397bc..e831a27 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -12,7 +12,7 @@ flake8-string-format==0.3.0 flake8-tuple==0.4.1 gitlint==0.19.1 hypothesis==6.92.2 -ipython==8.18.1 +ipython==8.25.0 isort==5.13.2 pdbpp==0.10.3 pre_commit~=2.20