From 46c6b7d46540d86568a881a17944ea60589675fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 12:54:39 +0000 Subject: [PATCH] chore(deps): bump apis-core-rdf from 0.35.1 to 0.36.0 Bumps [apis-core-rdf](https://github.com/acdh-oeaw/apis-core-rdf) from 0.35.1 to 0.36.0. - [Release notes](https://github.com/acdh-oeaw/apis-core-rdf/releases) - [Changelog](https://github.com/acdh-oeaw/apis-core-rdf/blob/main/CHANGELOG.md) - [Commits](https://github.com/acdh-oeaw/apis-core-rdf/compare/v0.35.1...v0.36.0) --- updated-dependencies: - dependency-name: apis-core-rdf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 42 ++++++++++++++++++++++++++++++++++++++---- pyproject.toml | 2 +- 2 files changed, 39 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4f0cc52..7ed987b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,5 +1,19 @@ # This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. +[[package]] +name = "acdh-arche-assets" +version = "3.21.1" +description = "A set of static assets used (mainly) for ARCHE data preprocessing" +optional = false +python-versions = "*" +files = [ + {file = "acdh_arche_assets-3.21.1-py3-none-any.whl", hash = "sha256:13fceabd0a2a077f2e6121a6621f34ea57897ac5635044b0f4a55e1d293b54cc"}, + {file = "acdh_arche_assets-3.21.1.tar.gz", hash = "sha256:edb5f68e8bb823da72d5a21f7e84c07cfd7659d5e24ab9dd0ebf282419ec3f9b"}, +] + +[package.dependencies] +importlib-resources = ">=6.4.5,<7" + [[package]] name = "apis-acdhch-default-settings" version = "1.8.0" @@ -29,16 +43,17 @@ whitenoise = ">=5.2.0,<6.0.0" [[package]] name = "apis-core-rdf" -version = "0.35.1" +version = "0.36.0" description = "Base package for the APIS framework" optional = false python-versions = "<4.0,>=3.11" files = [ - {file = "apis_core_rdf-0.35.1-py3-none-any.whl", hash = "sha256:8ffcd39b47bd7d967c0552d494f23357f061e1ee234da70f533b7e6826308499"}, - {file = "apis_core_rdf-0.35.1.tar.gz", hash = "sha256:849409d4d80b8c78fe00802836d626b339d8c441ec8e804a3cd790e4411ccaba"}, + {file = "apis_core_rdf-0.36.0-py3-none-any.whl", hash = "sha256:8b058430aded2dceb8687ef1ef200415dc2d42acdc1d0914abbe5a5b9bae815d"}, + {file = "apis_core_rdf-0.36.0.tar.gz", hash = "sha256:f8a2459e65f121e605dbf3cb3665adddc1947d4adb86cdfc2b6c0ee69c39f4bd"}, ] [package.dependencies] +acdh-arche-assets = ">=3.21.1,<4.0.0" apis-override-select2js = ">=0.1,<0.3" crispy-bootstrap4 = ">=2023.1,<2025.0" Django = ">5" @@ -788,6 +803,25 @@ perf = ["ipython"] test = ["flufl.flake8", "importlib-resources (>=1.3)", "jaraco.test (>=5.4)", "packaging", "pyfakefs", "pytest (>=6,!=8.1.*)", "pytest-perf (>=0.9.2)"] type = ["pytest-mypy"] +[[package]] +name = "importlib-resources" +version = "6.5.2" +description = "Read resources from Python packages" +optional = false +python-versions = ">=3.9" +files = [ + {file = "importlib_resources-6.5.2-py3-none-any.whl", hash = "sha256:789cfdc3ed28c78b67a06acb8126751ced69a3d5f79c095a98298cd8a760ccec"}, + {file = "importlib_resources-6.5.2.tar.gz", hash = "sha256:185f87adef5bcc288449d98fb4fba07cea78bc036455dd44c5fc4a2fe78fed2c"}, +] + +[package.extras] +check = ["pytest-checkdocs (>=2.4)", "pytest-ruff (>=0.2.1)"] +cover = ["pytest-cov"] +doc = ["furo", "jaraco.packaging (>=9.3)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx (>=3.5)", "sphinx-lint"] +enabler = ["pytest-enabler (>=2.2)"] +test = ["jaraco.test (>=5.4)", "pytest (>=6,!=8.1.*)", "zipp (>=3.17)"] +type = ["pytest-mypy"] + [[package]] name = "inflection" version = "0.5.1" @@ -2006,4 +2040,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "4a8bb5dcee57745c794cdfba7fd37185ae41940393e57058e6168c3bd03ca02d" +content-hash = "718cb47ef90af97457916775d8b61f9d3e224e77e388516c2ab48789325283c6" diff --git a/pyproject.toml b/pyproject.toml index c8d8e4e..81af959 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ packages = [{include = "apis_ontology"}] [tool.poetry.dependencies] python = "^3.11" apis-acdhch-default-settings = "^1.8.0" -apis-core-rdf = "0.35.1" +apis-core-rdf = "0.36.0" psycopg = "^3.2.4" [tool.poetry.group.dev]