Skip to content

Commit 9fc8e01

Browse files
chore: update pyqt6 requirement in the dev-dependencies group
Updates the requirements on [pyqt6](https://www.riverbankcomputing.com/software/pyqt/) to permit the latest version. Updates `pyqt6` to 6.10.0 --- updated-dependencies: - dependency-name: pyqt6 dependency-version: 6.10.0 dependency-type: direct:production dependency-group: dev-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e96072b commit 9fc8e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ classifiers = [
1414
description = "A PyQt UI to run ssx collections with Bluesky on I19"
1515
dependencies = [
1616
"numpy",
17-
"PyQt6 < 6.10.0",
17+
"PyQt6 < 6.11.0",
1818
"pydantic",
1919
"aiohttp",
2020
"blueapi",

0 commit comments

Comments
 (0)