diff --git a/script/poetry.lock b/script/poetry.lock index cac5197..3e53e91 100644 --- a/script/poetry.lock +++ b/script/poetry.lock @@ -204,23 +204,6 @@ files = [ {file = "frozendict-2.4.4.tar.gz", hash = "sha256:3f7c031b26e4ee6a3f786ceb5e3abf1181c4ade92dce1f847da26ea2c96008c7"}, ] -[[package]] -name = "html5lib-modern" -version = "1.2" -description = "HTML parser based on the WHATWG HTML specification" -optional = false -python-versions = ">=3.8" -files = [ - {file = "html5lib_modern-1.2-py2.py3-none-any.whl", hash = "sha256:3458b6e31525ede4fcaac0ff42d9eeb5efaf755473768103cb56e0275caa8d99"}, - {file = "html5lib_modern-1.2.tar.gz", hash = "sha256:1fadbfc27ea955431270e4e79a4a4c290ba11c3a3098a95cc22dc73e312a1768"}, -] - -[package.extras] -all = ["chardet (>=2.2.1)", "genshi (>=0.7.1)", "lxml (>=3.4.0)"] -chardet = ["chardet (>=2.2.1)"] -genshi = ["genshi (>=0.7.1)"] -lxml = ["lxml (>=3.4.0)"] - [[package]] name = "idna" version = "3.7" @@ -622,22 +605,22 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "rdflib" -version = "7.1.0" +version = "7.1.1" 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" files = [ - {file = "rdflib-7.1.0-py3-none-any.whl", hash = "sha256:240c25c6e1b573ffa67aed23aae128e253c443c15291c9a01d8d392ea80c05b6"}, - {file = "rdflib-7.1.0.tar.gz", hash = "sha256:a29a8fccebd3d3a5f1b7e88d92dace1c89829018c7d29a6114fff4449c188b3b"}, + {file = "rdflib-7.1.1-py3-none-any.whl", hash = "sha256:e590fa9a2c34ba33a667818b5a84be3fb8a4d85868f8038f17912ec84f912a25"}, + {file = "rdflib-7.1.1.tar.gz", hash = "sha256:164de86bd3564558802ca983d84f6616a4a1a420c7a17a8152f5016076b2913e"}, ] [package.dependencies] -html5lib-modern = ">=1.2,<2.0" isodate = {version = ">=0.7.2,<1.0.0", markers = "python_version < \"3.11\""} pyparsing = ">=2.1.0,<4" [package.extras] berkeleydb = ["berkeleydb (>=18.1.0,<19.0.0)"] +html = ["html5rdf (>=1.2,<2)"] lxml = ["lxml (>=4.3,<6.0)"] networkx = ["networkx (>=2,<4)"] orjson = ["orjson (>=3.9.14,<4)"] @@ -705,4 +688,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "937f57ccfb4f224cfc46413c9a79deeebf5f3e10d6a044cba0691b9f086fd964" +content-hash = "88d0a82ea35b86f1708ee6f1eb648e881c3073e4ea2bcfc2e7943d8dd20bbb84" diff --git a/script/pyproject.toml b/script/pyproject.toml index 55df967..e835c6b 100644 --- a/script/pyproject.toml +++ b/script/pyproject.toml @@ -10,7 +10,7 @@ readme = "README.md" python = "^3.10" jinja2 = "^3.1.4" click = "^8.1.7" -rdflib = "^7.1.0" +rdflib = "^7.1.1" mypy = "^1.13.0" pyld = "^2.0.3" requests = "^2.26.0"