8000 Scheduled monthly dependency update for October (#482) · raphaeldussin/zarr-python@9399c7a · GitHub
[go: up one dir, main page]

Skip to content

Commit 9399c7a

Browse files
pyup-botjakirkham
authored andcommitted
Scheduled monthly dependency update for October (zarr-developers#482)
* Update pytest from 5.0.1 to 5.2.0 * Update numpy from 1.17.0 to 1.17.2 * Update redis from 3.3.6 to 3.3.8 * Update pymongo from 3.8.0 to 3.9.0 * Update tox from 3.13.2 to 3.14.0 * Update pytest-doctestplus from 0.3.0 to 0.4.0 * Update h5py from 2.9.0 to 2.10.0 * Update s3fs from 0.3.3 to 0.3.4
1 parent ebe1234 commit 9399c7a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

requirements_dev_minimal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ numcodecs==0.6.3
55
msgpack-python==0.5.6
66
setuptools-scm==3.3.3
77
# test requirements
8-
pytest==5.0.1; python_version > '3.0'
8+
pytest==5.2.0; python_version > '3.0'
99
# don't let pyup change this, needed until we drop support for py27
1010
pytest==4.6.5; python_version < '3.0' # pyup: ignore

requirements_dev_numpy.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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==1.17.0; python_version > '3.0'
4+
numpy==1.17.2; python_version > '3.0'
55
# don't let pyup change this, needed until we drop support for py27
66
numpy==1.16.4; python_version < '3.0' # pyup: ignore

requirements_dev_optional.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ lmdb==0.97; sys_platform != 'win32'
55
# don't let pyup change pinning for azure-storage-blob, need to pin to older
66
# version to get compatibility with azure storage emulator on appveyor
77
azure-storage-blob==2.0.1 # pyup: ignore
8-
redis==3.3.6
9-
pymongo==3.8.0
8+
redis==3.3.8
9+
pymongo==3.9.0
1010
# optional test requirements
11-
tox==3.13.2
11+
tox==3.14.0
1212
coverage==4.5.4
1313
coveralls==1.8.2
1414
flake8==3.7.8
1515
pytest-cov==2.7.1
16-
pytest-doctestplus==0.3.0
16+
pytest-doctestplus==0.4.0
1717
pytest-remotedata==0.3.2
18-
h5py==2.9.0
19-
s3fs==0.3.3; python_version > '3.0'
18+
h5py==2.10.0
19+
s3fs==0.3.4; python_version > '3.0'

0 commit comments

Comments
 (0)
0