From ff82dcec085af24203a972f57869fc9a2e6a7db1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Feb 2023 22:35:33 +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] --- dev_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements.txt b/dev_requirements.txt index 23557dc..8d8043c 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -81,7 +81,7 @@ importlib-metadata==4.11.4 # redis importlib-resources==5.7.1 # via alembic -ipython==7.31.1 +ipython==8.10.0 # via caveclient itsdangerous==1.1.0 # via flask