Skip to content

Commit c3ae1f3

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

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.4.3
22
ruamel.yaml>=0.16.0,<0.17.22;python_version>='3.10'
33
ruamel.yaml>=0.15,<0.17.22
4-
rdflib>=4.2.2,<6.3
4+
rdflib>=4.2.2,<6.4
55
rdflib>= 4.2.2, < 6.0.0;python_version<='3.6'
66
shellescape>=3.4.1,<3.9
77
schema-salad>=8.4,<9

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"requests >= 2.6.1", # >= 2.6.1 to workaround
109109
# https://github.com/ionrock/cachecontrol/issues/137
110110
"ruamel.yaml >= 0.15, < 0.17.22",
111-
"rdflib >= 4.2.2, < 6.3.0",
111+
"rdflib >= 4.2.2, < 6.4.0",
112112
"rdflib >= 4.2.2, < 6.0.0;python_version<='3.6'",
113113
"shellescape >= 3.4.1, < 3.9",
114114
"schema-salad >= 8.4, < 9",

0 commit comments

Comments
 (0)