From 45f4a14d3b23aa99f9c4b1fae57f2b6236775e60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 07:02:22 +0000 Subject: [PATCH] Update rdflib requirement from <7.4,>=4.2.2 to >=4.2.2,<7.5 Updates the requirements on [rdflib](https://github.com/RDFLib/rdflib) to permit the latest version. - [Release notes](https://github.com/RDFLib/rdflib/releases) - [Changelog](https://github.com/RDFLib/rdflib/blob/main/CHANGELOG.md) - [Commits](https://github.com/RDFLib/rdflib/compare/4.2.2...7.4.0) --- updated-dependencies: - dependency-name: rdflib dependency-version: 7.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 4b5dcfc1c..c29798889 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ requests>=2.6.1 ruamel.yaml>=0.16.0,<0.19 -rdflib>=4.2.2,<7.4 +rdflib>=4.2.2,<7.5 schema-salad>=8.9,<9 prov==1.5.1 mypy-extensions diff --git a/setup.py b/setup.py index 641671812..c67ffacd4 100644 --- a/setup.py +++ b/setup.py @@ -150,7 +150,7 @@ def _find_package_data(base: str, globs: list[str], root: str = "cwltool") -> li "requests >= 2.6.1", # >= 2.6.1 to workaround # https://github.com/ionrock/cachecontrol/issues/137 "ruamel.yaml >= 0.16, < 0.19", - "rdflib >= 4.2.2, < 7.4.0", + "rdflib >= 4.2.2, < 7.5.0", "schema-salad >= 8.9, < 9", "prov == 1.5.1", "mypy-extensions",