Skip to content

Commit

Permalink
chore(deps): bump openjd-sessions and deadline-cloud (#195)
Browse files Browse the repository at this point in the history
Signed-off-by: Jericho Tolentino <[email protected]>
  • Loading branch information
jericht authored Mar 7, 2024
1 parent d266c0f commit ee9a269
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ dynamic = ["version"]
dependencies = [
"requests ~= 2.31",
"boto3 >= 1.28.80",
"deadline == 0.38.*",
"openjd-sessions == 0.5.*",
"deadline == 0.39.*",
"openjd-sessions == 0.6.*",
# tomli became tomllib in standard library in Python 3.11
"tomli == 2.0.* ; python_version<'3.11'",
"typing_extensions ~= 4.8",
Expand Down
2 changes: 1 addition & 1 deletion test/unit/scheduler/test_session_cleanup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, user: str):
self.user = user

@staticmethod
def get_process_user() -> str:
def _get_process_user() -> str:
return ""


Expand Down

0 comments on commit ee9a269

Please sign in to comment.