From 276192e7615d072fcefbb190479feb25dc27dcff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 08:27:55 +0000 Subject: [PATCH] chore(deps): bump roc-validator from 0.10.0 to 0.11.2 Bumps [roc-validator](https://github.com/crs4/rocrate-validator) from 0.10.0 to 0.11.2. - [Release notes](https://github.com/crs4/rocrate-validator/releases) - [Changelog](https://github.com/crs4/rocrate-validator/blob/develop/CHANGELOG.md) - [Commits](https://github.com/crs4/rocrate-validator/compare/0.10.0...0.11.2) --- updated-dependencies: - dependency-name: roc-validator dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements-dev.txt | 2 +- requirements.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c1784ab..fc0d28b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "redis==8.0.1", "python-dotenv==1.2.2", "apiflask==3.1.0", - "roc-validator==0.10.0", + "roc-validator==0.11.2", ] [project.optional-dependencies] diff --git a/requirements-dev.txt b/requirements-dev.txt index 45520c9..6cee303 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -204,7 +204,7 @@ rich==13.9.4 # roc-validator rich-click==1.9.8 # via roc-validator -roc-validator==0.10.0 +roc-validator==0.11.2 # via ro-crate-validation-service (pyproject.toml) ruff==0.15.17 # via ro-crate-validation-service (pyproject.toml) diff --git a/requirements.txt b/requirements.txt index f258e32..4239713 100644 --- a/requirements.txt +++ b/requirements.txt @@ -160,7 +160,7 @@ rich==13.9.4 # roc-validator rich-click==1.8.9 # via roc-validator -roc-validator==0.10.0 +roc-validator==0.11.2 # via ro-crate-validation-service (pyproject.toml) s3transfer==0.18.0 # via boto3