From 78287a19cc93130c12c85ad82c24a2589f0c5cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 16:15:17 +0000 Subject: [PATCH] Update rdflib requirement from <6.4,>=4.2.2 to >=4.2.2,<7.1 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](https://github.com/RDFLib/rdflib/compare/4.2.2...7.0.0) --- updated-dependencies: - dependency-name: rdflib dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 9f9945be1..87797407b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index 5804ad84b..2fd22dd99 100644 --- a/setup.py +++ b/setup.py @@ -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",