From d5aca66e1b61692e239e95c928884ede6f2c94cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Dec 2021 07:23:13 +0900 Subject: [PATCH] Bump ipython from 7.30.0 to 7.30.1 (#594) Bumps [ipython](https://github.com/ipython/ipython) from 7.30.0 to 7.30.1. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.30.0...7.30.1) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2a0135cf..09bd9f50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ pytest == 6.2.5 # For unit test pytest-xdist == 2.4.0 # For unit test sphinx < 4.0 # For sphinx documentation sphinx_rtd_theme == 1.0.0 -IPython == 7.30.0 # For sphinx documentation +IPython == 7.30.1 # For sphinx documentation