From 711a5cdfb537b0ec28767f3ef8d5e10115daa80b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 29 Jan 2026 18:52:30 +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 a09056c..7dec304 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ classifiers = [ ] requires-python = ">=3.9, <4" dependencies = [ - "prov == 1.5.1", + "prov == 2.1.1", "bdbag >= 1.4.1", "arcp >= 0.2.0", "rdflib >= 6, <8", diff --git a/requirements.txt b/requirements.txt index 2439244..44f88b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -prov == 1.5.1 +prov == 2.1.1 bdbag >= 1.4.1 arcp >= 0.2.0 rdflib >= 6, <8