Skip to content

Commit

Permalink
chore(deps): upgrade deadline requirement from == 0.32.* to == 0.34.*
Browse files Browse the repository at this point in the history
  • Loading branch information
amzn-mike committed Nov 16, 2023
1 parent f6a86e5 commit a3663c8
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.31",
"boto3 >= 1.28.80",
"deadline == 0.32.*",
"deadline == 0.34.*",
"openjd-sessions == 0.2.*",
# tomli became tomllib in standard library in Python 3.11
"tomli == 2.0.* ; python_version<'3.11'",
Expand Down

0 comments on commit a3663c8

Please sign in to comment.