We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53f600b commit a9abbe7Copy full SHA for a9abbe7
requirements_dev_optional.txt
@@ -8,16 +8,16 @@ ipywidgets==8.1.5
8
# don't let pyup change pinning for azure-storage-blob, need to pin to older
9
# version to get compatibility with azure storage emulator on appveyor (FIXME)
10
azure-storage-blob==12.21.0 # pyup: ignore
11
-redis==5.0.8
+redis==5.1.0
12
types-redis
13
types-setuptools
14
-pymongo==4.8.0
+pymongo==4.10.0
15
# optional test requirements
16
coverage
17
pytest-cov==5.0.0
18
pytest-doctestplus==1.2.1
19
pytest-timeout==2.3.1
20
-h5py==3.11.0
+h5py==3.12.1
21
fsspec==2023.12.2
22
s3fs==2023.12.2
23
moto[server]>=5.0.1
0 commit comments