Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: common-workflow-language/cwltest
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.4.20240129145612
Choose a base ref
...
head repository: common-workflow-language/cwltest
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.5.20240304113812
Choose a head ref
  • 2 commits
  • 7 files changed
  • 2 contributors

Commits on Feb 13, 2024

  1. Update black requirement from ~=24.1 to ~=24.2

    Updates the requirements on [black](https://github.com/psf/black) to permit the latest version.
    - [Release notes](https://github.com/psf/black/releases)
    - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
    - [Commits](psf/black@24.1.0...24.2.0)
    
    ---
    updated-dependencies:
    - dependency-name: black
      dependency-type: direct:development
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and mr-c committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7493f2e View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2024

  1. remove deprecated LEGACY_PATH support.

    Pytest 8.1.0 removed support for that.
    
    No need to change our supported Pytest range, the modern pathlib.Path
    support has been there since Pytest 7.0
    mr-c committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    4f6e030 View commit details
    Browse the repository at this point in the history
Loading