From a5d5ca748f980c267329c1dae7c42ffc05a65459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Jan 2023 18:09:41 +0000 Subject: [PATCH] Bump ipython from 8.1.1 to 8.9.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.1.1 to 8.9.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.1.1...8.9.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- docs/docs-requirements.txt | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs-requirements.txt b/docs/docs-requirements.txt index c81002a..e093f3f 100644 --- a/docs/docs-requirements.txt +++ b/docs/docs-requirements.txt @@ -2,7 +2,7 @@ Sphinx==4.4.0 sphinx-material==0.0.35 nbsphinx==0.8.8 pandoc==2.0.1 -ipython==8.0.1 +ipython==8.9.0 sphinxcontrib-fulltoc==1.2.0 livereload==2.6.3 autodocsumm==0.2.8 diff --git a/requirements-dev.txt b/requirements-dev.txt index f07d7ca..7526566 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,5 +2,5 @@ pytest==7.1.2 pyspark==3.3.0 pytest-mock==3.7.0 pytest-cov==3.0.0 -IPython==8.1.1 +IPython==8.9.0 protobuf~=3.19.0