Skip to content

Commit

Permalink
chore(deps): Update deadline requirement from ==0.49.* to >=0.49,<0.49
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.49.0...0.48.9)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 20, 2024
1 parent d0594a8 commit f8ee5aa
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 @@ -30,7 +30,7 @@ classifiers = [
]

dependencies = [
"deadline == 0.49.*",
"deadline >= 0.49,< 0.49",
"openjd-adaptor-runtime == 0.8.*",
]

Expand Down

0 comments on commit f8ee5aa

Please sign in to comment.