Skip to content

Commit ffdd3e9

Browse files
dependabot[bot]mr-c
authored andcommitted
Update rdflib requirement from <7.2,>=4.2.2 to >=4.2.2,<7.3
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](RDFLib/rdflib@4.2.2...7.2.1) --- updated-dependencies: - dependency-name: rdflib dependency-version: 7.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3bed7bb commit ffdd3e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
requests>=2.6.1
22
ruamel.yaml>=0.16.0,<0.19
3-
rdflib>=4.2.2,<7.2
3+
rdflib>=4.2.2,<7.3
44
schema-salad>=8.9,<9
55
prov==1.5.1
66
mypy-extensions

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ def _find_package_data(base: str, globs: list[str], root: str = "cwltool") -> li
150150
"requests >= 2.6.1", # >= 2.6.1 to workaround
151151
# https://github.com/ionrock/cachecontrol/issues/137
152152
"ruamel.yaml >= 0.16, < 0.19",
153-
"rdflib >= 4.2.2, < 7.2.0",
153+
"rdflib >= 4.2.2, < 7.3.0",
154154
"schema-salad >= 8.9, < 9",
155155
"prov == 1.5.1",
156156
"mypy-extensions",

0 commit comments

Comments
 (0)