From 07dac3d137320d1be8af173ec652692fff74232c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:13:25 +0000 Subject: [PATCH] deps(quantum-prod): bump pennylane Bumps the quantum-prod-deps group in /ai-projects/quantum-ml/production with 1 update: [pennylane](https://github.com/PennyLaneAI/pennylane). Updates `pennylane` from 0.45.0 to 0.45.1 - [Release notes](https://github.com/PennyLaneAI/pennylane/releases) - [Commits](https://github.com/PennyLaneAI/pennylane/compare/v0.45.0...v0.45.1) --- updated-dependencies: - dependency-name: pennylane dependency-version: 0.45.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: quantum-prod-deps ... Signed-off-by: dependabot[bot] --- ai-projects/quantum-ml/production/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ai-projects/quantum-ml/production/requirements.txt b/ai-projects/quantum-ml/production/requirements.txt index 384841098..ea3182a70 100644 --- a/ai-projects/quantum-ml/production/requirements.txt +++ b/ai-projects/quantum-ml/production/requirements.txt @@ -19,7 +19,7 @@ torch==2.12.1 # === Quantum ML === # Keep pennylane and pennylane-lightning versions compatible -pennylane==0.45.0 +pennylane==0.45.1 pennylane-lightning==0.45.0 # === Production servers / deployment ===