From 7a858a8f9db671462398cba54a79cbeaedf33adf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jul 2023 14:38:31 +0000 Subject: [PATCH] Bump the pip-dependencies group with 1 update Bumps the pip-dependencies group with 1 update: [zarr](https://github.com/zarr-developers/zarr-python). - [Release notes](https://github.com/zarr-developers/zarr-python/releases) - [Changelog](https://github.com/zarr-developers/zarr-python/blob/main/docs/release.rst) - [Commits](https://github.com/zarr-developers/zarr-python/compare/v2.15.0...v2.16.0) --- updated-dependencies: - dependency-name: zarr dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-dependencies ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 664b7313..0c7f4a9c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3209,13 +3209,13 @@ multidict = ">=4.0" [[package]] name = "zarr" -version = "2.15.0" +version = "2.16.0" description = "An implementation of chunked, compressed, N-dimensional arrays for Python" optional = false python-versions = ">=3.8" files = [ - {file = "zarr-2.15.0-py3-none-any.whl", hash = "sha256:7296b9f42cdc9096c5349527e71492c1b05ed5464027bfa5d008339796d00b9f"}, - {file = "zarr-2.15.0.tar.gz", hash = "sha256:3894001c0bb5d68d3d21a0562cc49e6ba14fee7d17ad2be8d088ab301665a4c6"}, + {file = "zarr-2.16.0-py3-none-any.whl", hash = "sha256:6cf9e6e4c58b9233262e024394e68921a438a6af5a7428bd6bdb1e4e8d05b69a"}, + {file = "zarr-2.16.0.tar.gz", hash = "sha256:84e36b695bda0ecea52af9861271984cb22a5c864679907b7b9ba3f79b684f7e"}, ] [package.dependencies] @@ -3230,4 +3230,4 @@ jupyter = ["ipytree (>=0.2.2)", "ipywidgets (>=8.0.0)", "notebook"] [metadata] lock-version = "2.0" python-versions = "~3.10" -content-hash = "e95c11ca7ec745713c6da20f883ded48fce671cd12929e4952ef8d85d5fb6d3e" +content-hash = "722dada791f1741dc6f68fc9fe06076d24e6fcd425e01ff8086d84e91a9f0fbf" diff --git a/pyproject.toml b/pyproject.toml index 1b6c4e6e..534ea326 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ scipy = "^1.10.0" aiobotocore = {version = "*", extras = ["boto3"]} fsspec = "*" s3fs = "*" -zarr = "^2.14.1" +zarr = "^2.16.0" flask-sqlalchemy = "^3.0.3" psycopg = {version = "^3.1.9", extras = ["binary", "pool"]} alembic = "^1.10.4"