From 6eb30206b726bb4dcd0a58d36ca1c26fa5f0b325 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2026 08:32:27 +0000 Subject: [PATCH] build(deps): bump pyqtgraph from 0.13.7 to 0.14.0 Bumps [pyqtgraph](https://github.com/pyqtgraph/pyqtgraph) from 0.13.7 to 0.14.0. - [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.7...pyqtgraph-0.14.0) --- updated-dependencies: - dependency-name: pyqtgraph dependency-version: 0.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 80f76314..3dc1d192 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = [ "isort>=5.13, <9.0", # needed for bw-generate-cli "ophyd_devices~=1.29, >=1.29.1", "pydantic~=2.0", - "pyqtgraph==0.13.7", + "pyqtgraph==0.14.0", "PySide6==6.9.0", "qtconsole~=5.5, >=5.5.1", # needed for jupyter console "qtpy~=2.4",