From 5ad49228dee1f6734d0087de4e25212d9f055996 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 13:42:44 +0000 Subject: [PATCH] Update zarr requirement from <2.7,>=2.4 to >=2.4,<2.8 Updates the requirements on [zarr](https://github.com/zarr-developers/zarr-python) to permit the latest version. - [Release notes](https://github.com/zarr-developers/zarr-python/releases) - [Changelog](https://github.com/zarr-developers/zarr-python/blob/master/docs/release.rst) - [Commits](https://github.com/zarr-developers/zarr-python/compare/v2.4.0...v2.7.0) Signed-off-by: dependabot-preview[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb41b3aaf8..74b1f6dfce 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ gcsfs>=0.6.2, <0.7 # newer versions fail tests #97 s3fs==0.4.2, <0.5.2 # newer versions require Python 3.7+ boto3==1.17.33 lz4>=3, <4 -zarr>=2.4, <2.7 +zarr>=2.4, <2.8 tqdm>=4.1, <5 azure-storage-blob>=12, <13 pathos>=0.2, <0.3