From a2753be6976a6e5d2dddd6b60c5d381a34c6b6ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 19:36:53 +0000 Subject: [PATCH] chore(deps): Update deadline requirement from ==0.47.* to ==0.48.* 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.47.0...0.48.0) --- 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 4a6a99b..37f02c3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,7 +30,7 @@ classifiers = [ ] dependencies = [ - "deadline == 0.47.*", + "deadline == 0.48.*", "openjd-adaptor-runtime == 0.7.*", ]