Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 28, 2026

Bumps cwlprov from 0.1.1 to 0.2.0.

Release notes

Sourced from cwlprov's releases.

0.2.0

What's Changed

Deps

New Contributors

Full Changelog: common-workflow-language/cwlprov-py@0.1.2...0.2.0

0.1.2

What's Changed

New Contributors

Full Changelog: common-workflow-language/cwlprov-py@0.1.1...0.1.2

Commits
  • b183245 Remove unused imports
  • ac4da02 sdist: include the Makefile
  • 2e1f398 pytest is not used
  • 43bad22 promote lxml to a general requirement
  • 58e6437 convert from setup.cfg to pyproject.toml using ini2toml
  • adccddb convert from setup.py to setup.cfg using setuptools-py2cfg
  • 4550685 black 2026 reformat
  • 68d6fcc tox fixed for version 4.x
  • 0368954 gh-actions: tighten permissions
  • dd8dc15 turn on Dependabot for GitHub Actions
  • Additional commits viewable in compare view

Dependabot compatibility score

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 <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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 28, 2026
@simleo
Copy link
Collaborator

simleo commented Jan 29, 2026

Test are failing because the test dependency cwlref-runner installs cwltool-3.1.20260108082145 which depends on prov==1.5.1, while cwlprov 0.2.0 has prov >= 1.5.1 which currently install prov-2.1.1.

Bumps [cwlprov](https://github.com/common-workflow-language/cwlprov-py) from 0.1.1 to 0.2.1.
- [Release notes](https://github.com/common-workflow-language/cwlprov-py/releases)
- [Commits](common-workflow-language/cwlprov-py@0.1.1...0.2.1)

---
updated-dependencies:
- dependency-name: cwlprov
  dependency-version: 0.2.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@mr-c mr-c force-pushed the dependabot/pip/cwlprov-0.2.0 branch from fe8ff81 to 5e735ee Compare January 29, 2026 11:06
@mr-c mr-c linked an issue Jan 29, 2026 that may be closed by this pull request
@mr-c mr-c changed the title Bump cwlprov from 0.1.1 to 0.2.0 Bump cwlprov from 0.1.1 to 0.2.1 Jan 29, 2026
@mr-c mr-c merged commit 1fcacb1 into main Jan 29, 2026
11 checks passed
@mr-c mr-c deleted the dependabot/pip/cwlprov-0.2.0 branch January 29, 2026 11:08
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.

CI workflow broken

2 participants