Skip to content

Commit 14be065

Browse files
dependabot[bot]mr-c
authored andcommitted
Update rdflib requirement from <7.0.0,>=4.2.2 to >=4.2.2,<8.0.0
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 c79ee1e commit 14be065

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 >= 1.0
22
ruamel.yaml >= 0.17.6, < 0.18
3-
rdflib>= 4.2.2, < 7.0.0
3+
rdflib>= 4.2.2, < 8.0.0
44
mistune>=2.0.3,<2.1
55
CacheControl[filecache]>= 0.11.7, < 0.14
66
black<23.8

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
install_requires = [
8383
"requests >= 1.0",
8484
"ruamel.yaml >= 0.17.6, < 0.18",
85-
"rdflib >= 4.2.2, < 7.0.0",
85+
"rdflib >= 4.2.2, < 8.0.0",
8686
"mistune>=2.0.3,<2.1",
8787
"CacheControl[filecache] >= 0.11.7, < 0.14",
8888
"mypy_extensions",

0 commit comments

Comments
 (0)