Skip to content

Commit 74a08ca

Browse files
dependabot[bot]mr-c
authored andcommitted
Update rdflib requirement from <7.1,>=4.2.2 to >=4.2.2,<7.2
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.1.0) --- updated-dependencies: - dependency-name: rdflib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 606ec26 commit 74a08ca

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.1
3+
rdflib>=4.2.2,<7.2
44
schema-salad>=8.7,<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
@@ -124,7 +124,7 @@
124124
"requests >= 2.6.1", # >= 2.6.1 to workaround
125125
# https://github.com/ionrock/cachecontrol/issues/137
126126
"ruamel.yaml >= 0.16, < 0.19",
127-
"rdflib >= 4.2.2, < 7.1.0",
127+
"rdflib >= 4.2.2, < 7.2.0",
128128
"schema-salad >= 8.7, < 9",
129129
"prov == 1.5.1",
130130
"mypy-extensions",

0 commit comments

Comments
 (0)