Skip to content

Commit

Permalink
chore(deps): update pyside6-essentials requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [pyside6-essentials](https://pyside.org) to permit the latest version.

---
updated-dependencies:
- dependency-name: pyside6-essentials
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 26, 2024
1 parent e22329d commit fb1998b
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 @@ -58,7 +58,7 @@ Source = "https://github.com/aws-deadline/deadline-cloud"
[project.optional-dependencies]
gui = [
# If the version changes, update the version in deadline/client/ui/__init__.py
"PySide6-essentials == 6.6.*",
"PySide6-essentials >= 6.6,< 6.8",
]

[project.scripts]
Expand Down

0 comments on commit fb1998b

Please sign in to comment.