From 8e5d3cf9957c09e135a4316312e90d1f812933f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 11:10:11 +0000 Subject: [PATCH] Bump prov from 1.5.1 to 2.1.1 Bumps [prov](https://github.com/trungdong/prov) from 1.5.1 to 2.1.1. - [Release notes](https://github.com/trungdong/prov/releases) - [Changelog](https://github.com/trungdong/prov/blob/master/CHANGES.txt) - [Commits](https://github.com/trungdong/prov/compare/1.5.1...2.1.1) --- updated-dependencies: - dependency-name: prov dependency-version: 2.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ff02c43..be1506e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "cwl-utils==0.40", "cwlprov==0.2.1", "networkx==3.1", - "prov==1.5.1", + "prov==2.1.1", "rocrate>=0.9,<1", ] dynamic = ["version"] diff --git a/requirements.txt b/requirements.txt index 55dee7b..4eb3593 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ click~=8.1 cwl-utils==0.40 cwlprov==0.2.1 networkx==3.1 -prov==1.5.1 +prov==2.1.1 rocrate>=0.9,<1