Skip to content

Commit

Permalink
Update rdflib requirement from <6.4,>=4.2.2 to >=4.2.2,<7.1
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Aug 14, 2023
1 parent 73ddf02 commit 78287a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
requests>=2.6.1
ruamel.yaml>=0.15.0,<0.18
ruamel.yaml>=0.16;python_version>='3.10'
rdflib>=4.2.2,<6.4
rdflib>=4.2.2,<7.1
shellescape>=3.4.1,<3.9
schema-salad>=8.4,<9
prov==1.5.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@
# https://github.com/ionrock/cachecontrol/issues/137
"ruamel.yaml >= 0.15, < 0.18",
"ruamel.yaml >= 0.16.0;python_version>='3.10'",
"rdflib >= 4.2.2, < 6.4.0",
"rdflib >= 4.2.2, < 7.1.0",
"shellescape >= 3.4.1, < 3.9",
"schema-salad >= 8.4, < 9",
"prov == 1.5.1",
Expand Down

0 comments on commit 78287a1

Please sign in to comment.