From 963d0a0838a685d46a7ef2045bf733af61f10736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 07:57:05 +0000 Subject: [PATCH] Bump rdflib from 6.3.2 to 7.0.0 Bumps [rdflib](https://github.com/RDFLib/rdflib) from 6.3.2 to 7.0.0. - [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/6.3.2...7.0.0) --- updated-dependencies: - dependency-name: rdflib dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 13406709..724b25bb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -851,13 +851,13 @@ files = [ [[package]] name = "rdflib" -version = "6.3.2" +version = "7.0.0" description = "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information." optional = false -python-versions = ">=3.7,<4.0" +python-versions = ">=3.8.1,<4.0.0" files = [ - {file = "rdflib-6.3.2-py3-none-any.whl", hash = "sha256:36b4e74a32aa1e4fa7b8719876fb192f19ecd45ff932ea5ebbd2e417a0247e63"}, - {file = "rdflib-6.3.2.tar.gz", hash = "sha256:72af591ff704f4caacea7ecc0c5a9056b8553e0489dd4f35a9bc52dbd41522e0"}, + {file = "rdflib-7.0.0-py3-none-any.whl", hash = "sha256:0438920912a642c866a513de6fe8a0001bd86ef975057d6962c79ce4771687cd"}, + {file = "rdflib-7.0.0.tar.gz", hash = "sha256:9995eb8569428059b8c1affd26b25eac510d64f5043d9ce8c84e0d0036e995ae"}, ] [package.dependencies] @@ -1111,4 +1111,4 @@ watchdog = ["watchdog (>=2.3)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "0e37f3bc43625f9f7e9bb1165c6f5b4ca8ac0a811e863111446e8f650a1a80a9" +content-hash = "331d29aeb1d310c5eb91c7928a8a139800a23edc5e1a3e93576cee38c73c90a6" diff --git a/pyproject.toml b/pyproject.toml index 24bcfc28..4e68a5fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ packages = [] [tool.poetry.dependencies] python = "^3.11" requests = "==2.32.3" -rdflib = "==6.3.2" +rdflib = "==7.0.0" validators = "==0.28.1" pyyaml = "==6.0.1" Flask-Cors = "==4.0.1"