From ce4ff3a6d8f2c3c5d57797c05bd5799263a9f372 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 06:20:02 +0000 Subject: [PATCH] Bump ipython from 8.15.0 to 8.16.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.15.0 to 8.16.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.15.0...8.16.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 77dbe06..ff1eff3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "loguru==0.7.2", "sympy==1.12", "antlr4-python3-runtime==4.11", - "ipython==8.15.0", + "ipython==8.16.0", "numpy==1.26.0" ] diff --git a/requirements.txt b/requirements.txt index 6245f9c..dec89cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ qiskit-aer==0.12.2 loguru==0.7.2 sympy==1.12 antlr4-python3-runtime==4.11 -ipython==8.15.0 +ipython==8.16.0 numpy==1.26.0 \ No newline at end of file