From 3c85f6a0b04cbd34fcd5efc9e5ac1f1688d7616d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 08:03:08 +0000 Subject: [PATCH] Update deprecated requirement in /azure-quantum Updates the requirements on [deprecated](https://github.com/laurent-laporte-pro/deprecated) to permit the latest version. - [Release notes](https://github.com/laurent-laporte-pro/deprecated/releases) - [Changelog](https://github.com/laurent-laporte-pro/deprecated/blob/master/CHANGELOG.rst) - [Commits](https://github.com/laurent-laporte-pro/deprecated/compare/v1.2.12...v1.3.1) --- updated-dependencies: - dependency-name: deprecated dependency-version: 1.3.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- azure-quantum/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-quantum/requirements.txt b/azure-quantum/requirements.txt index aff0db9f..0dfd758d 100644 --- a/azure-quantum/requirements.txt +++ b/azure-quantum/requirements.txt @@ -3,4 +3,4 @@ azure-identity>=1.17,<2.0 azure-storage-blob>=12.20,<13.0 msrest>=0.7.1,<1.0 numpy>=1.21.0 -deprecated>=1.2.12,<2.0 +deprecated>=1.3.1,<2.0