From 345967c593929fc4eaa6a06f92a07e2d3744dae2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Sep 2023 06:22:54 +0000 Subject: [PATCH 1/3] Bump pylint from 2.17.5 to 2.17.6 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.5 to 2.17.6. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.5...v2.17.6) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 922d4ad..77dbe06 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "coverage==7.3.1", - "pylint==2.17.5", + "pylint==2.17.6", "tox==4.11.3", "build==1.0.3", "pdoc==14.1.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index 122224e..1fffcef 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ coverage==7.3.1 -pylint==2.17.5 +pylint==2.17.6 tox==4.11.3 build==1.0.3 pdoc==14.1.0 From f17c8f21ddfe06c4597a806f40f6adc27c6f0a88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 06:19:56 +0000 Subject: [PATCH 2/3] Bump pylint from 2.17.6 to 2.17.7 Bumps [pylint](https://github.com/pylint-dev/pylint) from 2.17.6 to 2.17.7. - [Release notes](https://github.com/pylint-dev/pylint/releases) - [Commits](https://github.com/pylint-dev/pylint/compare/v2.17.6...v2.17.7) --- updated-dependencies: - dependency-name: pylint dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 77dbe06..8016f5e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ [project.optional-dependencies] dev = [ "coverage==7.3.1", - "pylint==2.17.6", + "pylint==2.17.7", "tox==4.11.3", "build==1.0.3", "pdoc==14.1.0", diff --git a/requirements-dev.txt b/requirements-dev.txt index 1fffcef..55c5e1b 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,5 +1,5 @@ coverage==7.3.1 -pylint==2.17.6 +pylint==2.17.7 tox==4.11.3 build==1.0.3 pdoc==14.1.0 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 3/3] 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