From 07f9c3c1c2d507d49742aea7376dc47ff6e5438b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 06:16:23 +0000 Subject: [PATCH] Bump ipython from 8.16.1 to 8.17.2 Bumps [ipython](https://github.com/ipython/ipython) from 8.16.1 to 8.17.2. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/commits/8.17.2) --- 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 5f314d1..12f6466 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.16.1", + "ipython==8.17.2", "numpy==1.26.1" ] diff --git a/requirements.txt b/requirements.txt index e24b836..1f44164 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.16.1 +ipython==8.17.2 numpy==1.26.1 \ No newline at end of file