From bf7e1318692616bf89a0d6bea05e5be54717edd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 06:19:22 +0000 Subject: [PATCH] Bump loguru from 0.7.1 to 0.7.2 Bumps [loguru](https://github.com/Delgan/loguru) from 0.7.1 to 0.7.2. - [Release notes](https://github.com/Delgan/loguru/releases) - [Changelog](https://github.com/Delgan/loguru/blob/master/CHANGELOG.rst) - [Commits](https://github.com/Delgan/loguru/compare/0.7.1...0.7.2) --- updated-dependencies: - dependency-name: loguru dependency-type: direct:production update-type: version-update:semver-patch ... 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 250522c..e23aacc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ dependencies = [ "qiskit==0.44.1", "qiskit-aer==0.12.2", - "loguru==0.7.1", + "loguru==0.7.2", "sympy==1.12", "antlr4-python3-runtime==4.11", "ipython==8.15.0", diff --git a/requirements.txt b/requirements.txt index 2fdd361..3801b1d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ qiskit==0.44.1 qiskit-aer==0.12.2 -loguru==0.7.1 +loguru==0.7.2 sympy==1.12 antlr4-python3-runtime==4.11 ipython==8.15.0