From b7cad78683243a050170f4cb714f9acdd79c72e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 14:04:22 +0000 Subject: [PATCH] Bump ipython from 7.34.0 to 8.5.0 Bumps [ipython](https://github.com/ipython/ipython) from 7.34.0 to 8.5.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.34.0...8.5.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7ade94f3..a462f208 100644 --- a/requirements.txt +++ b/requirements.txt @@ -30,7 +30,7 @@ idutils==1.1.12 imagesize==1.4.1; python_version >= "3.6" and python_full_version < "3.0.0" or python_full_version >= "3.4.0" and python_version >= "3.6" importlib-metadata==4.12.0; python_version >= "3.7" and python_version < "3.8" ipdb==0.13.9; python_version >= "2.7" -ipython==7.34.0; python_version >= "3.7" +ipython==8.5.0; python_version >= "3.7" isbnlib==3.10.10 isodate==0.6.1 isort==5.10.1; python_full_version >= "3.6.1" and python_version < "4.0"