diff --git a/poetry.lock b/poetry.lock index a8417cb9e..175ea3c1e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -331,13 +331,13 @@ files = [ [[package]] name = "brick-tq-shacl" -version = "0.3.1a3" +version = "0.3.1a5" description = "Wraps topquadrant's SHACL implementation in a simple Python wrapper" optional = true python-versions = ">=3.9,<4.0" files = [ - {file = "brick_tq_shacl-0.3.1a3-py3-none-any.whl", hash = "sha256:6f6945b7ad8f70552d1f6e7c377277e2779742237f022449382eac91084f7bc4"}, - {file = "brick_tq_shacl-0.3.1a3.tar.gz", hash = "sha256:8c153c3c4d847a43dae5a2b623f544250c2deb1fa41df2eae222cb5cabd018b0"}, + {file = "brick_tq_shacl-0.3.1a5-py3-none-any.whl", hash = "sha256:83b796483cf7626fcea21cbb42a73518ce0c3c89c2be923fd82afe7064afb51f"}, + {file = "brick_tq_shacl-0.3.1a5.tar.gz", hash = "sha256:a8d9a780f66c83f66611583cca683087fd65951ebda6fa6f95fc7fad1287b19c"}, ] [package.dependencies] @@ -4136,18 +4136,18 @@ files = [ [[package]] name = "zipp" -version = "3.17.0" +version = "3.18.0" description = "Backport of pathlib-compatible object wrapper for zip files" optional = false python-versions = ">=3.8" files = [ - {file = "zipp-3.17.0-py3-none-any.whl", hash = "sha256:0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31"}, - {file = "zipp-3.17.0.tar.gz", hash = "sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0"}, + {file = "zipp-3.18.0-py3-none-any.whl", hash = "sha256:c1bb803ed69d2cce2373152797064f7e79bc43f0a3748eb494096a867e0ebf79"}, + {file = "zipp-3.18.0.tar.gz", hash = "sha256:df8d042b02765029a09b157efd8e820451045890acc30f8e37dd2f94a060221f"}, ] [package.extras] -docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (<7.2.5)", "sphinx (>=3.5)", "sphinx-lint"] -testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy (>=0.9.1)", "pytest-ruff"] +docs = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] +testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=2.2)", "pytest-ignore-flaky", "pytest-mypy", "pytest-ruff (>=0.2.1)"] [extras] all = ["psycopg2"] @@ -4160,4 +4160,4 @@ xlsx-ingress = [] [metadata] lock-version = "2.0" python-versions = "^3.9, <3.12" -content-hash = "48dab4aae39b70186318aa57409f6cf5441a57ce29f6f366dc19ee3f777f1367" +content-hash = "a7a501a033d221d4b1909a48aac6d3f09ddda6f07132ccb39e454fa4bc8b4d6d" diff --git a/pyproject.toml b/pyproject.toml index 9f2a16f5a..e1f44dc2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ setuptools = "^65.6.3" psycopg2 = {version="^2.9.5", optional=true} pygit2 = "~1.11.1" jsonschema = "^4.21.1" -brick-tq-shacl = {optional = true, version="0.3.1a3"} +brick-tq-shacl = {optional = true, version="0.3.1a5"} werkzeug="^2.3.7" [tool.poetry.group.dev.dependencies]