Skip to content

Commit 745b612

Browse files
committed
Merge branch 'master' of github.com:zarr-developers/zarr-python into cupy_support
2 parents cb0c02f + 84d8f7c commit 745b612

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

requirements_dev_minimal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ numcodecs==0.9.1
55
msgpack-python==0.5.6
66
setuptools-scm==6.4.2
77
# test requirements
8-
pytest==7.0.0
8+
pytest==7.0.1

requirements_dev_optional.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ipytree==0.2.1
77
# don't let pyup change pinning for azure-storage-blob, need to pin to older
88
# version to get compatibility with azure storage emulator on appveyor (FIXME)
99
azure-storage-blob==12.8.1 # pyup: ignore
10-
redis==4.1.2
10+
redis==4.1.4
1111
types-redis
1212
types-setuptools
1313
pymongo==4.0.1
@@ -16,9 +16,9 @@ tox==3.24.5
1616
coverage
1717
flake8==4.0.1
1818
pytest-cov==3.0.0
19-
pytest-doctestplus==0.11.2
19+
pytest-doctestplus==0.12.0
2020
pytest-timeout==2.1.0
2121
h5py==3.6.0
22-
fsspec==2022.1.0
23-
s3fs==2022.1.0
22+
fsspec==2022.2.0
23+
s3fs==2022.2.0
2424
moto[server]>=1.3.14

0 commit comments

Comments
 (0)