Skip to content

Commit 11a728a

Browse files
dependabot[bot]GlassOfWhiskey
authored andcommitted
Update rdflib requirement from <6.2,>=4.2.2 to >=4.2.2,<6.3 (#1698)
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/master/CHANGELOG.md) - [Commits](RDFLib/rdflib@4.2.2...6.2.0) --- updated-dependencies: - dependency-name: rdflib dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fd4ba2c commit 11a728a

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.4.3
22
ruamel.yaml>=0.15,<0.17.22
3-
rdflib>=4.2.2,<6.2
3+
rdflib>=4.2.2,<6.3
44
rdflib>= 4.2.2, < 6.0.0;python_version<='3.6'
55
shellescape>=3.4.1,<3.9
66
schema-salad>=8.2.20211104054942,<9

setup.py

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

0 commit comments

Comments
 (0)