From 2f8c61ef2b38069ea7e862b6b05bfe0905895849 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Schl=C3=B6gl?= Date: Wed, 15 May 2024 09:32:50 +0200 Subject: [PATCH] fix: update to newest `apis-core` version to include filters --- poetry.lock | 14 +++++++------- pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/poetry.lock b/poetry.lock index cda2012..723659d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "anytree" @@ -79,8 +79,8 @@ unicodecsv = "^0.14.1" [package.source] type = "git" url = "https://github.com/acdh-oeaw/apis-core.git" -reference = "761e515c7b390f6431de29f22cf5fb7687bdcdb1" -resolved_reference = "761e515c7b390f6431de29f22cf5fb7687bdcdb1" +reference = "1e0f54731899a4cbd38e954342911649536339a8" +resolved_reference = "1e0f54731899a4cbd38e954342911649536339a8" [[package]] name = "apis-highlighter" @@ -503,13 +503,13 @@ docs = ["sphinx", "sphinx-autobuild"] [[package]] name = "django-model-utils" -version = "4.5.0" +version = "4.5.1" description = "Django model mixins and utilities" optional = false python-versions = ">=3.8" files = [ - {file = "django-model-utils-4.5.0.tar.gz", hash = "sha256:08715a87fe114d1038c889c1c9eadade5f400f16230a9988e6ee36ace589240b"}, - {file = "django_model_utils-4.5.0-py3-none-any.whl", hash = "sha256:745bf343f44e4c95216dd1c0b8307ad50906caadb9b8b4c337d768452840c252"}, + {file = "django_model_utils-4.5.1-py3-none-any.whl", hash = "sha256:f1141fc71796242edeffed5ad53a8cc57f00d345eb5a3a63e3f69401cd562ee2"}, + {file = "django_model_utils-4.5.1.tar.gz", hash = "sha256:1220f22d9a467d53a1e0f4cda4857df0b2f757edf9a29955c42461988caa648a"}, ] [package.dependencies] @@ -1368,4 +1368,4 @@ brotli = ["Brotli"] [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.12" -content-hash = "bc59723ba2c3c710ec7fb71059f03da9c3b7f11a06aaf89c92b05e1dd30a6089" +content-hash = "9fb033e7258bbeac84a873baf1d7c865dcaf33241a7809ea9f8479f7507ae63a" diff --git a/pyproject.toml b/pyproject.toml index 3962ba1..ad9fc1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ packages = [ [tool.poetry.dependencies] python = ">=3.11,<3.12" mysqlclient = "^2.0.3" -apis-core = { git = "https://github.com/acdh-oeaw/apis-core.git", rev = "761e515c7b390f6431de29f22cf5fb7687bdcdb1" } +apis-core = { git = "https://github.com/acdh-oeaw/apis-core.git", rev = "1e0f54731899a4cbd38e954342911649536339a8" } apis-bibsonomy = { git = "https://github.com/acdh-oeaw/apis-bibsonomy.git", rev = "affb0a68ef766a853ca665afcb55fd4f9f0fbc2a"} apis-highlighter = { git = "https://github.com/acdh-oeaw/apis_highlighter.git", rev = "b5b8407ca7a60eeaa054733ae8e9b53b106ef95a" } sentry-sdk = "^1.29.2"