Skip to content

Commit 5328fc9

Browse files
chore(deps): update deadline requirement
Updates the requirements on [deadline](https://github.com/aws-deadline/deadline-cloud) to permit the latest version. - [Release notes](https://github.com/aws-deadline/deadline-cloud/releases) - [Changelog](https://github.com/aws-deadline/deadline-cloud/blob/mainline/CHANGELOG.md) - [Commits](aws-deadline/deadline-cloud@0.59.0...0.60.0) --- updated-dependencies: - dependency-name: deadline dependency-version: 0.60.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 08635aa commit 5328fc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ classifiers = [
3030
]
3131

3232
dependencies = [
33-
"deadline[gui] >= 0.59, <0.60",
33+
"deadline[gui] >= 0.59, < 0.61",
3434
"openjd-adaptor-runtime >= 0.7,< 0.10",
3535
# fonttools is Windows-only due to Cinema 4D technical limitations
3636
"fonttools >=4.59.2, <4.64; sys_platform == 'win32'",
3737
]
3838

3939
[project.optional-dependencies]
4040
gui = [
41-
"deadline[gui] >= 0.59, <0.60",
41+
"deadline[gui] >= 0.59, < 0.61",
4242
"PySide6-Essentials == 6.8.3", # Use 6.8 to align with VFXP 2026: https://vfxplatform.com/#reference-platform
4343
]
4444

0 commit comments

Comments
 (0)