From 859520f25967cc022dab6d666992eeb1b8c0dfe3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:56:38 +0000 Subject: [PATCH] Bump iolanta from 1.0.25 to 1.2.2 Bumps iolanta from 1.0.25 to 1.2.2. --- updated-dependencies: - dependency-name: iolanta dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 147 ++++++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 126 insertions(+), 21 deletions(-) diff --git a/poetry.lock b/poetry.lock index 11c66ca..043cc39 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1181,31 +1181,34 @@ files = [ [[package]] name = "iolanta" -version = "1.0.25" +version = "1.2.2" description = "Semantic Web browser" optional = false python-versions = "<4.0,>=3.10" files = [ - {file = "iolanta-1.0.25-py3-none-any.whl", hash = "sha256:bf5475e7bb999287f23174a6119f4f91a1d692032fc9435c515a43457c926aa5"}, - {file = "iolanta-1.0.25.tar.gz", hash = "sha256:935335b28b5b5e974fb8f3f52c5b8b28dd8a28c89774bb0d1faa9390098a2bb8"}, + {file = "iolanta-1.2.2-py3-none-any.whl", hash = "sha256:4aa09075cc4af87bd608c98607600a8297707ebdecbb894bc14d0bc05de71c48"}, + {file = "iolanta-1.2.2.tar.gz", hash = "sha256:2ed0b3da261d2ddd5a2bf2206ea0240e01bf600a574fa7afddf97157299b4f95"}, ] [package.dependencies] -boltons = ">=24.0.0,<25.0.0" -classes = ">=0.4.0,<0.5.0" -deepmerge = ">=0.1.1,<0.2.0" -documented = ">=0.1.1,<0.2.0" -dominate = ">=2.6.0,<3.0.0" -funcy = ">=2.0,<3.0" -more-itertools = ">=9.0.0,<10.0.0" -owlrl = ">=6.0.2,<7.0.0" -PyLD = ">=2.0.3,<3.0.0" -python-frontmatter = ">=0.5.0,<0.6.0" +boltons = ">=24.0.0" +classes = ">=0.4.0" +deepmerge = ">=0.1.1" +documented = ">=0.1.1" +dominate = ">=2.6.0" +funcy = ">=2.0" +loguru = ">=0.7.3" +more-itertools = ">=9.0.0" +owlrl = ">=6.0.2" +oxrdflib = ">=0.4.0" +python-frontmatter = ">=0.5.0" rdflib = "<8.0" -requests = ">=2.25.1,<3.0.0" -rich = ">=13.3.1,<14.0.0" -textual = ">=0.47.1,<0.48.0" +reasonable = ">=0.2.6" +requests = ">=2.25.1" +rich = ">=13.3.1" +textual = ">=0.83.0" typer = ">=0.9.0" +yaml-ld = ">=1.1.1" yarl = ">=1.9.4" [package.extras] @@ -1394,6 +1397,24 @@ dev = ["black", "flake8", "isort", "pre-commit", "pyproject-flake8"] doc = ["myst-parser", "sphinx", "sphinx-book-theme"] test = ["coverage", "pytest", "pytest-cov"] +[[package]] +name = "loguru" +version = "0.7.3" +description = "Python logging made (stupidly) simple" +optional = false +python-versions = "<4.0,>=3.5" +files = [ + {file = "loguru-0.7.3-py3-none-any.whl", hash = "sha256:31a33c10c8e1e10422bfd431aeb5d351c7cf7fa671e3c4df004162264b28220c"}, + {file = "loguru-0.7.3.tar.gz", hash = "sha256:19480589e77d47b8d85b2c827ad95d49bf31b0dcde16593892eb51dd18706eb6"}, +] + +[package.dependencies] +colorama = {version = ">=0.3.4", markers = "sys_platform == \"win32\""} +win32-setctime = {version = ">=1.0.0", markers = "sys_platform == \"win32\""} + +[package.extras] +dev = ["Sphinx (==8.1.3)", "build (==1.2.2)", "colorama (==0.4.5)", "colorama (==0.4.6)", "exceptiongroup (==1.1.3)", "freezegun (==1.1.0)", "freezegun (==1.5.0)", "mypy (==v0.910)", "mypy (==v0.971)", "mypy (==v1.13.0)", "mypy (==v1.4.1)", "myst-parser (==4.0.0)", "pre-commit (==4.0.1)", "pytest (==6.1.2)", "pytest (==8.3.2)", "pytest-cov (==2.12.1)", "pytest-cov (==5.0.0)", "pytest-cov (==6.0.0)", "pytest-mypy-plugins (==1.9.3)", "pytest-mypy-plugins (==3.1.0)", "sphinx-rtd-theme (==3.0.2)", "tox (==3.27.1)", "tox (==4.23.2)", "twine (==6.0.1)"] + [[package]] name = "lxml" version = "5.3.0" @@ -2154,6 +2175,21 @@ files = [ [package.dependencies] rdflib = ">=6.0.2" +[[package]] +name = "oxrdflib" +version = "0.4.0" +description = "rdflib stores based on pyoxigraph" +optional = false +python-versions = ">=3.8" +files = [ + {file = "oxrdflib-0.4.0-py3-none-any.whl", hash = "sha256:c6203636b05817e21fbe7c469154b2e312593d0801cdaa14058c2d99dcfc12a6"}, + {file = "oxrdflib-0.4.0.tar.gz", hash = "sha256:37d4c025d4e39c5e5472527c393998bfd10e5ac185a30e080b5b510f6dd7da86"}, +] + +[package.dependencies] +pyoxigraph = ">=0.4.2,<0.5.0" +rdflib = ">=6.3,<8.0" + [[package]] name = "packaging" version = "24.2" @@ -2671,6 +2707,38 @@ pyyaml = "*" [package.extras] extra = ["pygments (>=2.12)"] +[[package]] +name = "pyoxigraph" +version = "0.4.6" +description = "Python bindings of Oxigraph, a SPARQL database and RDF toolkit" +optional = false +python-versions = ">=3.8" +files = [ + {file = "pyoxigraph-0.4.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:54e45218288520c208930bdfb9d06755a7be91b20c6a8b9512c1d7ac2212b301"}, + {file = "pyoxigraph-0.4.6-cp310-cp310-musllinux_1_2_x86_64.whl", hash = "sha256:2174e75372d644c797eda724e8dc69fc58443ef17d343eff15fac0fa0640e2a5"}, + {file = "pyoxigraph-0.4.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:79fb6fc233d0e240fdefafd71790b3311e3ca58720f383cfb9a9599894fe0003"}, + {file = "pyoxigraph-0.4.6-cp311-cp311-musllinux_1_2_x86_64.whl", hash = "sha256:d7f5217b42cee27ebbb376d105a5f098a0acafb1fa6d4198d8e54bad723c2a00"}, + {file = "pyoxigraph-0.4.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d08327015488eadb984551faaa61cb3319e5bb8f02b8777756323ccf1bc6788"}, + {file = "pyoxigraph-0.4.6-cp312-cp312-musllinux_1_2_x86_64.whl", hash = "sha256:95673f206ed95546d276ef4c258d92de41d37a75aa2e7eb568921fccf5352b7c"}, + {file = "pyoxigraph-0.4.6-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b3424c70f7c1389425366d1f657d465cc410c6b14bdf86150435963abb4c6e04"}, + {file = "pyoxigraph-0.4.6-cp313-cp313-musllinux_1_2_x86_64.whl", hash = "sha256:7374921e02c671544a64b5402ee433cc8b6e2ed16647d12a154435817162c4e7"}, + {file = "pyoxigraph-0.4.6-cp313-cp313t-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:8d223d22c9e7e8b0e0726a3328916175a48a93959564297e44f7e5f796b05c04"}, + {file = "pyoxigraph-0.4.6-cp313-cp313t-musllinux_1_2_x86_64.whl", hash = "sha256:a7b1fb9f75b6437988c6b4a9ec7139377180e18bccf6dbc962f0a31345e8a0e0"}, + {file = "pyoxigraph-0.4.6-cp38-abi3-macosx_10_14_x86_64.macosx_11_0_arm64.macosx_10_14_universal2.whl", hash = "sha256:f1fecee82e2cb07ec52d9586e8a4b677ee416a689c508e21d34f636a84cfab3c"}, + {file = "pyoxigraph-0.4.6-cp38-abi3-macosx_10_14_x86_64.whl", hash = "sha256:b3efae489e5a8b26de269772a36bc221132dd490ebaa498d2b403747fbd5b0ea"}, + {file = "pyoxigraph-0.4.6-cp38-abi3-macosx_11_0_arm64.whl", hash = "sha256:6669483b0835414d9de2f830918515cccf35df5ffb1bbb62d6a50cf833fe8df9"}, + {file = "pyoxigraph-0.4.6-cp38-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:75532da0199f1c8f6e74d9d83ac50b15b22dab616082bd1e369add19cc0681e6"}, + {file = "pyoxigraph-0.4.6-cp38-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:6f0e15106e74457659b630acf59d735fe7b76e2761fe8f0173bc6cef5ba7fb3e"}, + {file = "pyoxigraph-0.4.6-cp38-abi3-win_amd64.whl", hash = "sha256:0ebe23d270acae67a4ecd5158e31fdc20d34cf12f23a5abd188d3eb762ad5a7d"}, + {file = "pyoxigraph-0.4.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:08bcb317c343439c5135a3d095f8c6380715a900cc4d0b8726382ec59046831b"}, + {file = "pyoxigraph-0.4.6-cp38-cp38-musllinux_1_2_x86_64.whl", hash = "sha256:6842c59bf2760d7b494f8d82c6a31b9827b9c294af3772c4fa550e4ba610a7ee"}, + {file = "pyoxigraph-0.4.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:24a55a3961e6f05b4101ebdaa17a38a9a29043c1d40fb871472c48cd4102c738"}, + {file = "pyoxigraph-0.4.6-cp39-cp39-musllinux_1_2_x86_64.whl", hash = "sha256:e453aa673d7ea0f62f2be62feab4487849d86000a2e7c107b295393ef445446d"}, + {file = "pyoxigraph-0.4.6-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9509fc2b0f65e7f0b59eba703f6041ae40a01ac8b371a3a5b07b4be21fdbf9af"}, + {file = "pyoxigraph-0.4.6-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:fc32979caa86db1391a6f2801f374a1b52713109dcf6aa9b79374821d9b07d16"}, + {file = "pyoxigraph-0.4.6.tar.gz", hash = "sha256:3dc931aedb23a542c486280a02b19d0b0b7e17588ea54c238953e34e60638697"}, +] + [[package]] name = "pyparsing" version = "3.2.0" @@ -2882,6 +2950,28 @@ pyld = "*" rdflib = ">=4.2.0" testfixtures = "*" +[[package]] +name = "reasonable" +version = "0.2.6" +description = "An OWL 2 RL reasoner with reasonable performance" +optional = false +python-versions = "*" +files = [ + {file = "reasonable-0.2.6-cp37-abi3-macosx_10_7_x86_64.whl", hash = "sha256:4aa6bf17159b96e42821cf7af6738d95330dbc4a88e09834378a28df3333c483"}, + {file = "reasonable-0.2.6-cp37-abi3-macosx_10_9_x86_64.macosx_11_0_arm64.macosx_10_9_universal2.whl", hash = "sha256:f06bfde7d128f3fff653f042634f8c4e68ded0a6150e3fa398e288d993bffbd4"}, + {file = "reasonable-0.2.6-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:76b9f9279ca06cec734ae1d46494ec1ef9a003e528ca2029856e61ed6d6221c9"}, + {file = "reasonable-0.2.6-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:6efa7596329e0b45421b7dd10d5806021850f1e294c41371b601ac611bfbe42b"}, + {file = "reasonable-0.2.6-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5e6b5aea2bbf4cadcf26a8e256d76670f37848707849a9590f94d2aa1a9c2392"}, + {file = "reasonable-0.2.6-cp37-abi3-manylinux_2_5_i686.manylinux1_i686.whl", hash = "sha256:f0d9c8a15404cf3e385ee74db6fb06a7f8d04511cd5b69313162fb4068053b06"}, + {file = "reasonable-0.2.6-cp37-abi3-musllinux_1_2_aarch64.whl", hash = "sha256:53d8d7789f47ff777930448af82b24db081af4fe84e6a1bfd5448de74bb807a6"}, + {file = "reasonable-0.2.6-cp37-abi3-musllinux_1_2_armv7l.whl", hash = "sha256:a32e66baa6a9d95186a042cab5cb5f250e7764b79da3721ef516726a9a947580"}, + {file = "reasonable-0.2.6-cp37-abi3-musllinux_1_2_i686.whl", hash = "sha256:995ae5061cb31a38452d68e63dc6a301658e0bb0ef4e4efb98918927c7a73fb7"}, + {file = "reasonable-0.2.6-cp37-abi3-musllinux_1_2_x86_64.whl", hash = "sha256:e6d066a68672c53d9d28c670839664e860a9f070c007c1318f91800b074710d4"}, + {file = "reasonable-0.2.6-cp37-abi3-win32.whl", hash = "sha256:6a4260330d62705eb4ea49926cd007b7a9278a9cf6548079a9ea53a6f277a15d"}, + {file = "reasonable-0.2.6-cp37-abi3-win_amd64.whl", hash = "sha256:02332c2100748106be7580059d6e0a2769022fd687175594fe65ac8935cc32b6"}, + {file = "reasonable-0.2.6.tar.gz", hash = "sha256:5d26aeb8b6c3f566aa2ef11c308b2208ec7669a30e9113728f243024c6276205"}, +] + [[package]] name = "regex" version = "2024.11.6" @@ -3362,22 +3452,23 @@ test = ["django", "mypy", "pytest (>=7.1)", "pytest-cov", "pytest-django", "sybi [[package]] name = "textual" -version = "0.47.1" +version = "1.0.0" description = "Modern Text User Interface framework" optional = false -python-versions = ">=3.8,<4.0" +python-versions = "<4.0.0,>=3.8.1" files = [ - {file = "textual-0.47.1-py3-none-any.whl", hash = "sha256:da79df2e138f6de51bda84a1ee1460936bb2ecf5527ca2d47b9b59c584323327"}, - {file = "textual-0.47.1.tar.gz", hash = "sha256:4b82e317884bb1092f693f474c319ceb068b5a0b128b121f1aa53a2d48b4b80c"}, + {file = "textual-1.0.0-py3-none-any.whl", hash = "sha256:2d4a701781c05104925e463ae370c630567c70c2880e92ab838052e3e23c986f"}, + {file = "textual-1.0.0.tar.gz", hash = "sha256:bec9fe63547c1c552569d1b75d309038b7d456c03f86dfa3706ddb099b151399"}, ] [package.dependencies] markdown-it-py = {version = ">=2.1.0", extras = ["linkify", "plugins"]} +platformdirs = ">=3.6.0,<5" rich = ">=13.3.3" typing-extensions = ">=4.4.0,<5.0.0" [package.extras] -syntax = ["tree-sitter (>=0.20.1,<0.21.0)", "tree_sitter_languages (>=1.7.0)"] +syntax = ["tree-sitter (>=0.23.0)", "tree-sitter-bash (>=0.23.0)", "tree-sitter-css (>=0.23.0)", "tree-sitter-go (>=0.23.0)", "tree-sitter-html (>=0.23.0)", "tree-sitter-java (>=0.23.0)", "tree-sitter-javascript (>=0.23.0)", "tree-sitter-json (>=0.24.0)", "tree-sitter-markdown (>=0.3.0)", "tree-sitter-python (>=0.23.0)", "tree-sitter-regex (>=0.24.0)", "tree-sitter-rust (>=0.23.0)", "tree-sitter-sql (>=0.3.0)", "tree-sitter-toml (>=0.6.0)", "tree-sitter-xml (>=0.7.0)", "tree-sitter-yaml (>=0.6.0)"] [[package]] name = "tokenize-rt" @@ -3665,6 +3756,20 @@ pep8-naming = ">=0.13,<0.14" pygments = ">=2.4,<3.0" typing_extensions = ">=4.0,<5.0" +[[package]] +name = "win32-setctime" +version = "1.2.0" +description = "A small Python utility to set file creation time on Windows" +optional = false +python-versions = ">=3.5" +files = [ + {file = "win32_setctime-1.2.0-py3-none-any.whl", hash = "sha256:95d644c4e708aba81dc3704a116d8cbc974d70b3bdb8be1d150e36be6e9d1390"}, + {file = "win32_setctime-1.2.0.tar.gz", hash = "sha256:ae1fdf948f5640aae05c511ade119313fb6a30d7eabe25fef9764dca5873c4c0"}, +] + +[package.extras] +dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"] + [[package]] name = "yarl" version = "1.18.3"