1
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2026-05-04 22:04:21 +02:00

Compare commits

...

1 Commits

Author SHA1 Message Date
dependabot[bot] 6eb30206b7 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] <support@github.com>
2026-03-09 08:32:27 +00:00
+1 -1
View File
@@ -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",