From ab943a2849322629d8155b44f682752ec32dae01 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Feb 2023 02:25:06 +0000 Subject: [PATCH] Bump ipython from 8.8.0 to 8.10.0 in /requirements Bumps [ipython](https://github.com/ipython/ipython) from 8.8.0 to 8.10.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.8.0...8.10.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/dev.txt | 2 +- requirements/doc.txt | 2 +- requirements/test.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index dcce581..5403c4a 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -106,7 +106,7 @@ ipykernel==6.19.4 # nbclassic # notebook # qtconsole -ipython==8.8.0 +ipython==8.10.0 # via # fluidfft (setup.cfg) # ipykernel diff --git a/requirements/doc.txt b/requirements/doc.txt index a7ed3bf..c0200aa 100644 --- a/requirements/doc.txt +++ b/requirements/doc.txt @@ -94,7 +94,7 @@ ipykernel==6.19.4 # nbclassic # notebook # qtconsole -ipython==8.8.0 +ipython==8.10.0 # via # ipykernel # ipywidgets diff --git a/requirements/test.txt b/requirements/test.txt index 3c14339..419e90e 100644 --- a/requirements/test.txt +++ b/requirements/test.txt @@ -48,7 +48,7 @@ h5py==3.7.0 # h5netcdf iniconfig==1.1.1 # via pytest -ipython==8.8.0 +ipython==8.10.0 # via fluidfft (setup.cfg) jedi==0.18.2 # via ipython