Skip to content

Commit

Permalink
⬆️ Update pyqt6 requirement in the python-dependencies group
Browse files Browse the repository at this point in the history
Updates the requirements on [pyqt6](https://www.riverbankcomputing.com/software/pyqt/) to permit the latest version.

Updates `pyqt6` to 6.7.0

---
updated-dependencies:
- dependency-name: pyqt6
  dependency-type: direct:production
  dependency-group: python-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent 3fdd023 commit f231c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
]
requires-python = ">=3.8"
dependencies = [
"PyQt6>=6.2.3,<6.7.0"
"PyQt6>=6.2.3,<6.8.0"
]
dynamic = ["version"]

Expand Down

0 comments on commit f231c95

Please sign in to comment.