Skip to content

Commit

Permalink
chore: update deps deadline-cloud 0.40 (#116)
Browse files Browse the repository at this point in the history
Signed-off-by: Marshall Jackson <[email protected]>
  • Loading branch information
amarsjac authored Mar 14, 2024
1 parent afe2751 commit 4d4da99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.7"

dependencies = [
"deadline == 0.39.*",
"deadline == 0.40.*",
"openjd-adaptor-runtime == 0.5.*",
]

Expand Down
2 changes: 1 addition & 1 deletion test/deadline_submitter_for_maya/unit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# we must mock maya and UI code
mock_modules = [
"deadline.client.ui.deadline_credentials_status",
"deadline.client.ui.deadline_authentication_status",
"maya",
"maya.api",
"maya.api.OpenMaya",
Expand Down

0 comments on commit 4d4da99

Please sign in to comment.