From 6cb1711c4d7d57b230edf95e25a1cddb40de23e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 18:07:24 +0000 Subject: [PATCH] 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.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index eb7cbf7..6f50666 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ pydivert>=2.1.0 # Interface graphique PyQt6>=6.5.0 -pyqtgraph>=0.13.0 +pyqtgraph>=0.14.0 # Réseau / processus psutil>=5.9.0