Skip to content

Commit 4d41e0e

Browse files
authored
Merge branch 'support/v2' into fix-abstore
2 parents d83cebc + fe91ba7 commit 4d41e0e

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

requirements_dev_minimal.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# library requirements
22
asciitree==0.3.3
33
fasteners==0.19
4-
numcodecs==0.13.1
4+
numcodecs==0.15.1
55
msgpack-python==0.5.6
6-
setuptools-scm==8.1.0
6+
setuptools-scm==8.2.0
77
# test requirements
8-
pytest==8.3.3
8+
pytest==8.3.5

requirements_dev_numpy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Break this out into a separate file to allow testing against
22
# different versions of numpy. This file should pin to the latest
33
# numpy version.
4-
numpy==2.1.2
4+
numpy==2.2.3

requirements_dev_optional.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# optional library requirements
22
# bsddb3==6.2.6; sys_platform != 'win32'
3-
lmdb==1.5.1; sys_platform != 'win32'
3+
lmdb==1.6.2; sys_platform != 'win32'
44
# optional library requirements for Jupyter
55
ipytree==0.2.2
66
ipywidgets==8.1.5
77
azure-storage-blob==12.24.1
8-
redis==5.1.1
8+
redis==5.2.1
99
types-redis
1010
types-setuptools
11-
pymongo==4.10.1
11+
pymongo==4.11.2
1212
# optional test requirements
1313
coverage
14-
pytest-cov==5.0.0
15-
pytest-doctestplus==1.3.0
14+
pytest-cov==6.0.0
15+
pytest-doctestplus==1.4.0
1616
pytest-timeout==2.3.1
17-
h5py==3.12.1
17+
h5py==3.13.0
1818
fsspec==2023.12.2
1919
s3fs==2023.12.2
2020
moto[server]>=5.0.1

0 commit comments

Comments
 (0)