From c8adf25bff32a7dbad61a38ea1a0261825e62bf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Feb 2026 10:16:26 +0000 Subject: [PATCH] Bump roc-validator from 0.8 to 0.8.1 Bumps [roc-validator](https://github.com/crs4/rocrate-validator) from 0.8 to 0.8.1. - [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.8.0...0.8.1) --- updated-dependencies: - dependency-name: roc-validator dependency-version: 0.8.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 4f65a9b..5586ce1 100644 --- a/requirements.in +++ b/requirements.in @@ -6,4 +6,4 @@ Werkzeug==3.1.5 redis==7.2.0 python-dotenv==1.2.1 apiflask==3.0.2 -roc-validator==0.8 +roc-validator==0.8.1 diff --git a/requirements.txt b/requirements.txt index 75f7401..b3b01ee 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.8.0 +roc-validator==0.8.1 # via -r requirements.in six==1.17.0 # via python-dateutil