common-workflow-language / cwltool

Common Workflow Language reference implementation
https://cwltool.readthedocs.io/
Apache License 2.0
324 stars 225 forks source link

Update galaxy-tool-util requirement from !=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<23.2,>=22.1.2 to >=22.1.2,!=23.0.1,!=23.0.2,!=23.0.3,!=23.0.4,!=23.0.5,<23.3 #1978

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Updates the requirements on galaxy-tool-util to permit the latest version.

Release notes

Sourced from galaxy-tool-util's releases.

v.23.2.1

What's Changed

Full Changelog: https://github.com/galaxyproject/galaxy/compare/v23.2...v23.2.1

Commits
  • 0108d65 Create version 23.2.1
  • ea9e2fb Merge pull request #17497 from mvdbeek/provide_working_url_for_to_every_request
  • e9c9107 Cut out intermediate environ variable
  • 877b5f6 Merge pull request #17499 from martenson/clean-magres
  • bba92a8 Add type annotation for fix_url_for
  • 322326e Drop unnecessary string substitution
  • f4bc7f7 Provide working routes.url_for every ASGI request
  • 65dcd58 re-add expanded related datatypes definitions
  • d5587ce remove duplicated datatype entry
  • 319f9ef Added urls for datatype descriptions
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | galaxy-tool-util | [>= 22.a, < 23] | | galaxy-tool-util | [>= 23.0.a, < 23.1] |

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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 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)
codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (7b8f174) 82.41% compared to head (e9470e0) 83.77%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1978 +/- ## ========================================== + Coverage 82.41% 83.77% +1.36% ========================================== Files 46 46 Lines 8235 8235 Branches 2187 2187 ========================================== + Hits 6787 6899 +112 + Misses 934 859 -75 + Partials 514 477 -37 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.