From afd92667b589eaad9d2af81cd2f174f2140fb6cf Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Fri, 20 Dec 2024 13:57:30 -0500
Subject: [PATCH] Bump acquire-zarr from `5f613e8` to `9f101d4` (#321)
Bumps [acquire-zarr](https://github.com/acquire-project/acquire-zarr)
from `5f613e8` to `9f101d4`.
Commits
9f101d4
Add some examples. (#21)
405480c
Build wheels for Python 3.9 through 3.13. (#32)
bdcfbdd
Remove requirement to link against acquire-logger. (#31)
1640102
add benchmark to test different chunk/shard/compression/storage
configuration...
- See full diff in compare
view
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
---------
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alan Liddell
---
acquire-zarr | 2 +-
src/CMakeLists.txt | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/acquire-zarr b/acquire-zarr
index 5f613e8..9f101d4 160000
--- a/acquire-zarr
+++ b/acquire-zarr
@@ -1 +1 @@
-Subproject commit 5f613e857fdf902115b0acc20ddba4e80ddd9d87
+Subproject commit 9f101d46b1b54442f4aa214bd3870d4e368361b8
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 13cebcd..b65dcee 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -27,7 +27,6 @@ target_link_libraries(${tgt} PRIVATE
acquire-core-platform
acquire-device-kit
acquire-device-properties
- acquire-logger
acquire-zarr
blosc_static
nlohmann_json::nlohmann_json