From 57ef87dda8640a3b28daad6b958187f4ec1ccbbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 17:14:36 +0000 Subject: [PATCH] chore(deps): update pyqtgraph requirement from >=0.13.0 to >=0.14.0 Updates the requirements on [pyqtgraph](https://github.com/pyqtgraph/pyqtgraph) to permit the latest version. - [Release notes](https://github.com/pyqtgraph/pyqtgraph/releases) - [Changelog](https://github.com/pyqtgraph/pyqtgraph/blob/master/CHANGELOG) - [Commits](https://github.com/pyqtgraph/pyqtgraph/compare/pyqtgraph-0.13.0...pyqtgraph-0.14.0) --- updated-dependencies: - dependency-name: pyqtgraph dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 03d3df2..51cf54e 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -19,7 +19,7 @@ httpx>=0.24.0 typer>=0.9.0 # Visualization -pyqtgraph>=0.13.0 +pyqtgraph>=0.14.0 # Note: PyQt5, pytest-qt, and qtwebengine-related packages are omitted # Use system QGIS PyQt5 instead to avoid security issues with qtwebengine diff --git a/requirements.txt b/requirements.txt index 8518af0..5872923 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ # Note: Most dependencies are provided by QGIS itself (PyQt5, qgis.core, etc.) # Required for easing curve preview visualization -pyqtgraph>=0.13.0 +pyqtgraph>=0.14.0