From f1a0f988927fe37fb8bccd1d307b9b3676f576ed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 10:57:05 +0000 Subject: [PATCH] Update c2pa-python requirement from ~=0.6.1 to ~=0.28.0 Updates the requirements on [c2pa-python](https://github.com/contentauth/c2pa-python) to permit the latest version. - [Release notes](https://github.com/contentauth/c2pa-python/releases) - [Changelog](https://github.com/contentauth/c2pa-python/blob/main/docs/release-notes.md) - [Commits](https://github.com/contentauth/c2pa-python/commits/v0.28.0) --- updated-dependencies: - dependency-name: c2pa-python dependency-version: 0.28.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c750d20..88cb74f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,4 +27,4 @@ numpy>=1.22.2 # not directly required, pinned by Snyk to avoid a vulnerability starlette>=0.40.0 # not directly required, pinned by Snyk to avoid a vulnerability urllib3>=2.2.2 # not directly required, pinned by Snyk to avoid a vulnerability zipp>=3.19.1 # not directly required, pinned by Snyk to avoid a vulnerability -c2pa-python~=0.6.1 \ No newline at end of file +c2pa-python~=0.28.0 \ No newline at end of file