From ac9125a13761cc2177f03764448ced037949e4ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 04:13:53 +0000 Subject: [PATCH] deps(quantum-ml): bump the quantum-ml-deps group Updates the requirements on [pennylane](https://github.com/PennyLaneAI/pennylane), [pandas](https://github.com/pandas-dev/pandas) and [mcp](https://github.com/modelcontextprotocol/python-sdk) to permit the latest version. 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) Updates `pandas` to 3.0.4 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v3.0.3...v3.0.4) Updates `mcp` to 1.28.1 - [Release notes](https://github.com/modelcontextprotocol/python-sdk/releases) - [Changelog](https://github.com/modelcontextprotocol/python-sdk/blob/main/RELEASE.md) - [Commits](https://github.com/modelcontextprotocol/python-sdk/compare/v1.28.0...v1.28.1) --- updated-dependencies: - dependency-name: pennylane dependency-version: 0.45.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: quantum-ml-deps - dependency-name: pandas dependency-version: 3.0.4 dependency-type: direct:production dependency-group: quantum-ml-deps - dependency-name: mcp dependency-version: 1.28.1 dependency-type: direct:production dependency-group: quantum-ml-deps ... Signed-off-by: dependabot[bot] --- ai-projects/quantum-ml/mcp-requirements.txt | 2 +- ai-projects/quantum-ml/production/requirements.txt | 2 +- ai-projects/quantum-ml/requirements.txt | 6 +++--- ai-projects/quantum-ml/web-requirements.txt | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/ai-projects/quantum-ml/mcp-requirements.txt b/ai-projects/quantum-ml/mcp-requirements.txt index 2dbb84646..24ce5f650 100644 --- a/ai-projects/quantum-ml/mcp-requirements.txt +++ b/ai-projects/quantum-ml/mcp-requirements.txt @@ -1,2 +1,2 @@ # Model Context Protocol server dependencies -mcp>=1.28.0 +mcp>=1.28.1 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 === diff --git a/ai-projects/quantum-ml/requirements.txt b/ai-projects/quantum-ml/requirements.txt index 9fb3baed7..58f97fcfb 100644 --- a/ai-projects/quantum-ml/requirements.txt +++ b/ai-projects/quantum-ml/requirements.txt @@ -5,7 +5,7 @@ qiskit==2.4.2 qiskit-aer==0.17.2 # Quantum Machine Learning -pennylane>=0.45.0,<1.0.0 +pennylane>=0.45.1,<1.0.0 ## Pennylane-Qiskit adapter is optional. ## It currently conflicts with secure torch baselines because recent torch ## versions require sympy>=1.13.1 while pennylane-qiskit 0.39.x requires @@ -21,7 +21,7 @@ azure-identity>=1.25.3,<2.0.0 azure-core>=1.41.0,<2.0.0 # Data Processing & Visualization -pandas>=3.0.3,<4.0.0 +pandas>=3.0.4,<4.0.0 matplotlib>=3.11.0,<4.0.0 scikit-learn>=1.9.0,<2.0.0 seaborn==0.13.2 @@ -36,7 +36,7 @@ pytest==9.1.1 black>=26.5.1,<27.0.0 # Model Context Protocol (MCP) Server -mcp>=1.28.0 +mcp>=1.28.1 pydantic>=2.13.4 anyio>=4.14.1 diff --git a/ai-projects/quantum-ml/web-requirements.txt b/ai-projects/quantum-ml/web-requirements.txt index 70d8b4282..635b911d6 100644 --- a/ai-projects/quantum-ml/web-requirements.txt +++ b/ai-projects/quantum-ml/web-requirements.txt @@ -1,6 +1,6 @@ Flask==3.1.3 Flask-CORS==6.0.5 -pennylane==0.45.0 +pennylane==0.45.1 numpy>=2.5.0 -pandas>=3.0.3 +pandas>=3.0.4 scikit-learn>=1.9.0