Skip to content
Snippets Groups Projects

Bump Python requirement mkdocs-material to 9.5.10

Merged Teklia Bot requested to merge bump-mkdocs-material into master
Files
7
@@ -6,6 +6,7 @@ from collections.abc import Iterator
from enum import Enum
from arkindex_worker import logger
from arkindex_worker.cache import unsupported_cache
from arkindex_worker.models import Dataset, Element
@@ -68,6 +69,7 @@ class DatasetMixin:
return map(format_result, list(results))
@unsupported_cache
def update_dataset_state(self, dataset: Dataset, state: DatasetState) -> Dataset:
"""
Partially updates a dataset state through the API.
Loading