Skip to content

Commit

Permalink
chore(deps): update deadline requirement from ==0.47.* to ==0.48.* (#306
Browse files Browse the repository at this point in the history
)

Updates the requirements on [deadline](https://github.com/aws-deadline/deadline-cloud) to permit the latest version.
- [Release notes](https://github.com/aws-deadline/deadline-cloud/releases)
- [Changelog](https://github.com/aws-deadline/deadline-cloud/blob/mainline/CHANGELOG.md)
- [Commits](aws-deadline/deadline-cloud@0.47.0...0.48.0)

---
updated-dependencies:
- dependency-name: deadline
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
1 parent 28c8875 commit 01326f7
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 @@ -13,7 +13,7 @@ license = "Apache-2.0"
dependencies = [
"requests ~= 2.31",
"boto3 >= 1.34.75",
"deadline == 0.47.*",
"deadline == 0.48.*",
"openjd-sessions == 0.7.*",
# tomli became tomllib in standard library in Python 3.11
"tomli == 2.0.* ; python_version<'3.11'",
Expand Down

0 comments on commit 01326f7

Please sign in to comment.