Skip to content

Commit

Permalink
chore: update deadline-cloud dependency 0.44.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marshall Jackson <[email protected]>
  • Loading branch information
amarsjac committed Mar 23, 2024
1 parent 00ff0cd commit c13bc50
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = ""
requires-python = ">=3.9"

dependencies = [
"deadline == 0.41.*",
"deadline == 0.44.*",
"openjd-adaptor-runtime == 0.5.*",
]

Expand Down
4 changes: 4 additions & 0 deletions test/deadline_submitter_for_keyshot/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"PySide2.QtCore",
"PySide2.QtGui",
"PySide2.QtWidgets",
"qtpy",
"qtpy.QtCore",
"qtpy.QtWidgets",
"qtpy.QtGui",
]

for module in mock_modules:
Expand Down

0 comments on commit c13bc50

Please sign in to comment.