From e72bbdf34de69e9547598c8bcbaa6a5a36022996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 23:59:14 +0000 Subject: [PATCH] chore(deps): update deadline requirement from ==0.49.* to >=0.49,<0.49 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](https://github.com/aws-deadline/deadline-cloud/compare/0.49.0...0.48.9) --- updated-dependencies: - dependency-name: deadline dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a773c4d..c53b0a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] dependencies = [ - "deadline == 0.49.*", + "deadline >= 0.49,< 0.49", "openjd-adaptor-runtime >= 0.7,< 0.9", ]