From 43dc056b9fb8ab7ef2b5dba295bd8682aea716e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 13:45:49 +0000 Subject: [PATCH] Bump roc-validator from 0.8.1 to 0.9.0 Bumps [roc-validator](https://github.com/crs4/rocrate-validator) from 0.8.1 to 0.9.0. - [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.1...0.9.0) --- updated-dependencies: - dependency-name: roc-validator dependency-version: 0.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 6c470fd..6613b8e 100644 --- a/requirements.in +++ b/requirements.in @@ -6,4 +6,4 @@ Werkzeug==3.1.8 redis==7.4.0 python-dotenv==1.2.2 apiflask==3.1.0 -roc-validator==0.8.1 +roc-validator==0.9.0 diff --git a/requirements.txt b/requirements.txt index dbb3de8..ea1bf9c 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.1 +roc-validator==0.9.0 # via -r requirements.in six==1.17.0 # via python-dateutil