Skip to content

Commit

Permalink
chore(deps): upgrade deadline requirement from == 0.31.* to == 0.32.* (
Browse files Browse the repository at this point in the history
…#76)

Signed-off-by: Nathan Matthews <[email protected]>
  • Loading branch information
natmatn authored Oct 30, 2023
1 parent 6996194 commit dea6668
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dynamic = ["version"]
dependencies = [
"requests ~= 2.29",
"boto3 ~= 1.26",
"deadline == 0.31.*",
"deadline == 0.32.*",
"openjd-sessions == 0.2.*",
# tomli became tomllib in standard library in Python 3.11
"tomli >= 1.1.0 ; python_version<'3.11'",
Expand Down

0 comments on commit dea6668

Please sign in to comment.