Skip to content

Commit

Permalink
chore: update deps deadline-cloud 0.40 (#107)
Browse files Browse the repository at this point in the history
Signed-off-by: Marshall Jackson <amarsjac@amazon.com>
  • Loading branch information
amarsjac committed Mar 14, 2024
1 parent d4f7360 commit 6503f29
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/unit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# we must mock nuke and UI code
mock_modules = [
"deadline.client.ui.deadline_credentials_status",
"deadline.client.ui.deadline_authentication_status",
"nuke",
"nuke.Node",
"ui.deadline_submitter",
Expand Down

0 comments on commit 6503f29

Please sign in to comment.