Skip to content

chore(deps): Update deadline requirement from ==0.52.* to >=0.52,<0.54#156

Open
dependabot[bot] wants to merge 1 commit intomainlinefrom
dependabot/pip/deadline-gte-0.52-and-lt-0.54
Open

chore(deps): Update deadline requirement from ==0.52.* to >=0.52,<0.54#156
dependabot[bot] wants to merge 1 commit intomainlinefrom
dependabot/pip/deadline-gte-0.52-and-lt-0.54

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 23, 2025

Updates the requirements on deadline to permit the latest version.

Release notes

Sourced from deadline's releases.

0.53.0 (2025-09-15)

BREAKING CHANGES

  • Removed create_job_response attribute of ui.dialogs.SubmitJobToDeadlineDialog (#791) (6587e4e)
    • Since 0.51.1, this was deprecated and its value was always set to None
  • Removed deadline.api.attachment_upload and deadline.api.attachment_download from the public API (#819) (832ac45)
    • These APIs are still under active development and will undergo iterations before being made public/stable

Features

  • Add detailed tooltips to grayed-out submit button (#833) (e5aeb45)
  • Add deadline job requeue-tasks command (c593aee)
  • Add fileCount property to the summary JSON message output by deadline job download-output --output json (#816) (b9ed949)
  • Add deadlinew command and --redirect-output option to deadline (86fa0a6)
  • Add --profile option to deadline queue sync-output (b5478d6)

Bug Fixes

  • authentication status text not visible in light mode (#839) (d5f3a77)
Changelog

Sourced from deadline's changelog.

0.53.0 (2025-09-15)

BREAKING CHANGES

  • Removed create_job_response attribute of ui.dialogs.SubmitJobToDeadlineDialog (#791) (6587e4e)
    • Since 0.51.1, this was deprecated and its value was always set to None
  • Removed deadline.api.attachment_upload and deadline.api.attachment_download from the public API (#819) (832ac45)
    • These APIs are still under active development and will undergo iterations before being made public/stable

Features

  • Add detailed tooltips to grayed-out submit button (#833) (e5aeb45)
  • Add deadline job requeue-tasks command (c593aee)
  • Add fileCount property to the summary JSON message output by deadline job download-output --output json (#816) (b9ed949)
  • Add deadlinew command and --redirect-output option to deadline (86fa0a6)
  • Add --profile option to deadline queue sync-output (b5478d6)

Bug Fixes

  • authentication status text not visible in light mode (#839) (d5f3a77)

0.52.1 (2025-08-26)

Features

  • Support automatic download of job attachments output (#804) (767bdb1)

Bug Fixes

  • Fix config file corruption when file is locked by another process (#803) (76bdbb8)
  • CHECK_BOX parameter isn't enabled on load when value is ON, YES, or 1 (#799) (a8bb931)

0.52.0 (2025-08-21)

BREAKING CHANGES

  • refactor the authorization UI dialog (#751) (5882533)
    • The DeadlineAuthenticationStatusWidget class has been rewritten and the AuthenticationStatusGroup widget class has been removed. Details that were present in the AuthenticationStatusGroup are now available in the DeadlineAuthenticationStatuswidget. The login/logout buttons are now defined in the DeadlineAuthenticationStatusWidget and have been removed from the SubmitJobToDeadlineDialog and the DeadlineConfigDialog.

Features

  • Added optional target_task_run_status parameter to create_job_from_job_bundle and deadline bundle submit (#753) (344b6f6)

Bug Fixes

  • Long path handling for CREATE_COPY file conflict resolution during job download (#782) (bbf5af1)
  • Submission window doesn't close after a successful submission (#775) (3c40b37)
  • QSpinBox values not updating without focus loss (#770) (fb6741d)
  • Change the return type for OnCreateJobBundleCallback to accept None. (#760) (822052f)
  • Switching job causes submission error in GUI submitter (#757) (a3a1eba)

Experimental

These changes are experimental and are subject to change.

  • Incremental/Automatic Downloads

... (truncated)

Commits
  • 7304965 chore(release): 0.53.0 (#841)
  • d5f3a77 fix: authentication status text not visible in light mode (#839)
  • 099dd2c fix: soft fail incremental download tests until edge case in CLI is fixed (#838)
  • d18ac64 fix: Added some verbose logging for incremental download tests to detect caus...
  • 2c61157 chore(release): 0.53.0 (#834)
  • e5aeb45 feat: Add detailed tooltips to grayed-out submit button (#833)
  • 3ffd20e chore(deps): update ruff requirement from ==0.12.* to ==0.13.* (#832)
  • 78735bf chore(deps): update pytest-cov requirement from ==6.* to ==7.* (#830)
  • 7022568 test: mock AWS_PROFILE env var to isolate tests from local config (#831)
  • af6c048 chore(deps): update python-semantic-release requirement (#828)
  • Additional commits viewable in compare view

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 23, 2025
@dependabot dependabot bot requested a review from a team as a code owner September 23, 2025 17:10
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Sep 23, 2025
@github-actions github-actions bot added the waiting-on-maintainers Waiting on the maintainers to review. label Sep 23, 2025
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.52.0...0.53.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/deadline-gte-0.52-and-lt-0.54 branch from 0582e51 to 9518a79 Compare September 25, 2025 18:33
@sonarqubecloud
Copy link
Copy Markdown

@jericht
Copy link
Copy Markdown
Contributor

jericht commented Sep 25, 2025

Need to run integ tests before merging

@jairaws jairaws removed the waiting-on-maintainers Waiting on the maintainers to review. label Oct 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants