Skip to content

Commit 5a645df

Browse files
dependabot[bot]mr-c
authored andcommitted
Update rdflib requirement from <6.4,>=4.2.2 to >=4.2.2,<7.1
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.0.0) --- updated-dependencies: - dependency-name: rdflib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 73ddf02 commit 5a645df

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,7 +1,7 @@
11
requests>=2.6.1
22
ruamel.yaml>=0.15.0,<0.18
33
ruamel.yaml>=0.16;python_version>='3.10'
4-
rdflib>=4.2.2,<6.4
4+
rdflib>=4.2.2,<7.1
55
shellescape>=3.4.1,<3.9
66
schema-salad>=8.4,<9
77
prov==1.5.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@
114114
# https://github.com/ionrock/cachecontrol/issues/137
115115
"ruamel.yaml >= 0.15, < 0.18",
116116
"ruamel.yaml >= 0.16.0;python_version>='3.10'",
117-
"rdflib >= 4.2.2, < 6.4.0",
117+
"rdflib >= 4.2.2, < 7.1.0",
118118
"shellescape >= 3.4.1, < 3.9",
119119
"schema-salad >= 8.4, < 9",
120120
"prov == 1.5.1",

0 commit comments

Comments
 (0)