From c246d0f497b1aad16b0e7d4a9dcac0b140ba5ec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 18:59:51 +0000 Subject: [PATCH] Bump ipython from 8.0.1 to 8.12.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.0.1 to 8.12.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.0.1...8.12.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..0bd28b2 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.12.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..8a73434 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.12.0 protobuf~=3.19.0