From c34dedc81e9d686b8d837c5f2e731ca77575078d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:01:05 +0000 Subject: [PATCH] build(deps): bump rdflib from 7.1.1 to 7.1.2 in /script Bumps [rdflib](https://github.com/RDFLib/rdflib) from 7.1.1 to 7.1.2. - [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/7.1.1...7.1.2) --- updated-dependencies: - dependency-name: rdflib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- script/poetry.lock | 26 +++++++++++++------------- script/pyproject.toml | 2 +- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/script/poetry.lock b/script/poetry.lock index 0e7f8fd..5e97ce2 100644 --- a/script/poetry.lock +++ b/script/poetry.lock @@ -597,13 +597,13 @@ requests = ["requests"] [[package]] name = "pyparsing" -version = "3.1.2" +version = "3.2.1" description = "pyparsing module - Classes and methods to define and execute parsing grammars" optional = false -python-versions = ">=3.6.8" +python-versions = ">=3.9" files = [ - {file = "pyparsing-3.1.2-py3-none-any.whl", hash = "sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742"}, - {file = "pyparsing-3.1.2.tar.gz", hash = "sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad"}, + {file = "pyparsing-3.2.1-py3-none-any.whl", hash = "sha256:506ff4f4386c4cec0590ec19e6302d3aedb992fdc02c761e90416f158dacf8e1"}, + {file = "pyparsing-3.2.1.tar.gz", hash = "sha256:61980854fd66de3a90028d679a954d5f2623e83144b5afe5ee86f43d762e5f0a"}, ] [package.extras] @@ -611,23 +611,23 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "rdflib" -version = "7.1.1" +version = "7.1.2" description = "RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information." optional = false -python-versions = "<4.0.0,>=3.8.1" +python-versions = "<4,>=3.9" files = [ - {file = "rdflib-7.1.1-py3-none-any.whl", hash = "sha256:e590fa9a2c34ba33a667818b5a84be3fb8a4d85868f8038f17912ec84f912a25"}, - {file = "rdflib-7.1.1.tar.gz", hash = "sha256:164de86bd3564558802ca983d84f6616a4a1a420c7a17a8152f5016076b2913e"}, + {file = "rdflib-7.1.2-py3-none-any.whl", hash = "sha256:5a694a64f48a751079999c37dccf91a6210077d845d09adf7c3ce23a876265a7"}, + {file = "rdflib-7.1.2.tar.gz", hash = "sha256:4fc8f6d50b199dc38fbc5256370f038c1cedca6102ccbde4e37c0fd2b7f36e65"}, ] [package.dependencies] isodate = {version = ">=0.7.2,<1.0.0", markers = "python_version < \"3.11\""} -pyparsing = ">=2.1.0,<4" +pyparsing = ">=3.2.0,<4" [package.extras] -berkeleydb = ["berkeleydb (>=18.1.0,<19.0.0)"] -html = ["html5rdf (>=1.2,<2)"] -lxml = ["lxml (>=4.3,<6.0)"] +berkeleydb = ["berkeleydb (>18.1.0)"] +html = ["html5rdf (>=1.2.1,<2)"] +lxml = ["lxml (>=4.8.0,<6.0)", "lxml (>=4.9.3,<6.0)"] networkx = ["networkx (>=2,<4)"] orjson = ["orjson (>=3.9.14,<4)"] @@ -694,4 +694,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "29cad5db81eda6bd6826547a4875029323c6f6c9fd3dc847acb39db2c803969c" +content-hash = "7dbd523554ba9544742097992bec6fce54021786cc343999958c366d72824c75" diff --git a/script/pyproject.toml b/script/pyproject.toml index a27984d..bcc0058 100644 --- a/script/pyproject.toml +++ b/script/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.10" jinja2 = "^3.1.5" click = "^8.1.8" -rdflib = "^7.1.1" +rdflib = "^7.1.2" mypy = "^1.14.1" pyld = "^2.0.3" requests = "^2.26.0"