Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2023

Bumps toil[cwl] from 5.6.0 to 8.0.0.

Release notes

Sourced from toil[cwl]'s releases.

5.9.2

Changelog

Bug Fixes

  • Change build tag import (#4329)

Thank you to our contributors: @​adamnovak , @​Hexotical !

5.9.0

Changelog

Bug Fixes

  • Fix --provisioner and --metrics together (#4328)
  • Ignore incorrect type hint from boto3, remove json.loads (#4330)
  • Warn about missing --bypass-file-store with in-place update (#4337)
  • Replace prepareHTSubmission with prepareSubmission in HTCondor (#4319)
  • Merge "Google fixes" (#4293)
  • Support (only) current htcondor (#4320)
  • Delete k8s jobs individually when batch delete fails (#4306)

Misc

  • Update aws spot documentation (#4310)
  • Enable parallel testing (#3493)
  • Add documentation for running CWL workflows on non-Toil-managed Kubernetes clusters (#4332)
  • Export all slurm args by default (#4237)
  • Allow for subclasses of base types in messages (#4322)
  • Non cache default (#4299)

Dependencies

  • Bump mypy from 0.982 to 0.991 (#4345)
  • Bump schema-salad>=8.4.20230128170514,=8.3.20220913105718,<8.4 (#4342) (#4341)
  • Bump cwltool from 3.1.20221008225030 to 3.1.20221201130942 (#4338)
  • Bump pyupgrade to 3.7 (#4295)

Thank you to our contributors: @​adamnovak , @​Hexotical , @​w-gao, @​mr-c , @​gmloose , @​boukn , and @​thiagogenez !

5.8.0

Changelog

Highlighted Features Added

  • Toil server now exposes workflow tasks via WES (#4046).
  • Toil server now has a --wes_dialect agc option that will hide any tasks that don't have Amazon Batch job IDs, and put the IDs in the task names for those that do (#4047).
  • Toil jobs now accept an accelerators requirement, like accelerators=1 or accelerators={'kind': 'gpu', 'brand': 'nvidia', 'count': 2} (#4163)
  • Include total requested cores for each job type in toil stats (#4173)
  • Toil jobs now expose job.accelerators to workflow
  • Add prefix suffix params to AbstractFileStore.getLocalTempFile and AbstractFileStore.getLocalTempFileName (#4273)
  • CWL: --no-compute-checksum, --strict-cpu-limit, --disable-validate, and --fast-parser are now available

... (truncated)

Commits
  • 54bfe0b Update with fix.
  • bbb234c Update version_template.py
  • 9257042 Issues/4314 change build tag import (#4329)
  • d656409 Update flake8-bugbear requirement from <21,>=20.11.1 to >=20.11.1,<24 (#4347)
  • 8155e0a Update version_template.py
  • f2b756b Update version_template.py
  • 887dede Bump mypy from 0.982 to 0.991 (#4345)
  • eb21245 Issues/1951 update aws spot documentation (#4310)
  • 02b4aad Revert "Bump cwltool from 3.1.20221201130942 to 3.1.20230127121939 (#4344)" (...
  • bc232cd Bump cwltool from 3.1.20221201130942 to 3.1.20230127121939 (#4344)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 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 the dependencies Pull requests that update a dependency file label Feb 6, 2023
@mr-c
Copy link
Member

mr-c commented Mar 24, 2025

@dependabot rebase

Bumps [toil[cwl]](https://github.com/DataBiosphere/toil) from 5.6.0 to 5.9.2.
- [Release notes](https://github.com/DataBiosphere/toil/releases)
- [Commits](DataBiosphere/toil@releases/5.6.0...releases/5.9.2)

---
updated-dependencies:
- dependency-name: toil[cwl]
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/toil-cwl--5.9.2 branch from a4259f0 to d935679 Compare March 24, 2025 15:51
@codecov
Copy link

codecov bot commented Mar 24, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 71.39%. Comparing base (767ea45) to head (d935679).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #133   +/-   ##
=======================================
  Coverage   71.39%   71.39%           
=======================================
  Files           5        5           
  Lines         451      451           
=======================================
  Hits          322      322           
  Misses        129      129           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mr-c mr-c changed the title Bump toil[cwl] from 5.6.0 to 5.9.2 Bump toil[cwl] from 5.6.0 to 8.0.0 Mar 24, 2025
@mr-c mr-c merged commit d618726 into main Mar 24, 2025
20 checks passed
@mr-c mr-c deleted the dependabot/pip/toil-cwl--5.9.2 branch March 24, 2025 15:58
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants