From 24885dfef73320c61408900a2089373f745141ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Oct 2023 18:03:01 +0000 Subject: [PATCH 1/2] Update rocrate requirement from ~=0.8 to ~=0.9 Updates the requirements on [rocrate](https://github.com/ResearchObject/ro-crate-py) to permit the latest version. - [Release notes](https://github.com/ResearchObject/ro-crate-py/releases) - [Commits](https://github.com/ResearchObject/ro-crate-py/compare/0.8.0...0.9.0) --- updated-dependencies: - dependency-name: rocrate 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 7c580b9..da79b41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ cwl-utils>=0.27 cwlprov==0.1.1 networkx==3.1 prov>=1.5.1 -rocrate~=0.8 +rocrate~=0.9 From 0c813934cb5d0fffff1b8657c76b79b98e5bccbb Mon Sep 17 00:00:00 2001 From: simleo Date: Mon, 16 Oct 2023 14:58:29 +0200 Subject: [PATCH 2/2] add rocrate bump to setup.cfg --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e4c8c14..6ec0090 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,7 +36,7 @@ install_requires= cwlprov==0.1.1 networkx==3.1 prov>=1.5.1 - rocrate~=0.8 + rocrate~=0.9 [options.entry_points] console_scripts=