Skip to content

Commit bf44051

Browse files
Bump the requirements group across 1 directory with 9 updates
Bumps the requirements group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [numpy](https://github.com/numpy/numpy) | `2.3.2` | `2.3.4` | | [setuptools-scm](https://github.com/pypa/setuptools-scm) | `8.3.1` | `9.2.2` | | [lmdb](https://github.com/jnwatson/py-lmdb) | `1.7.3` | `1.7.5` | | [pymongo](https://github.com/mongodb/mongo-python-driver) | `4.14.0` | `4.15.3` | | [pytest-cov](https://github.com/pytest-dev/pytest-cov) | `6.2.1` | `7.0.0` | | [pytest-doctestplus](https://github.com/scientific-python/pytest-doctestplus) | `1.4.0` | `1.5.0` | | [h5py](https://github.com/h5py/h5py) | `3.14.0` | `3.15.1` | | [fasteners](https://github.com/harlowja/fasteners) | `0.19` | `0.20` | | [pytest](https://github.com/pytest-dev/pytest) | `8.4.1` | `8.4.2` | Updates `numpy` from 2.3.2 to 2.3.4 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.3.2...v2.3.4) Updates `setuptools-scm` from 8.3.1 to 9.2.2 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](pypa/setuptools-scm@v8.3.1...v9.2.2) Updates `lmdb` from 1.7.3 to 1.7.5 - [Changelog](https://github.com/jnwatson/py-lmdb/blob/master/ChangeLog) - [Commits](jnwatson/py-lmdb@py-lmdb_1.7.3...py-lmdb_1.7.5) Updates `pymongo` from 4.14.0 to 4.15.3 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@4.14.0...4.15.3) Updates `pytest-cov` from 6.2.1 to 7.0.0 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.2.1...v7.0.0) Updates `pytest-doctestplus` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/scientific-python/pytest-doctestplus/releases) - [Changelog](https://github.com/scientific-python/pytest-doctestplus/blob/main/CHANGES.rst) - [Commits](scientific-python/pytest-doctestplus@v1.4.0...v1.5.0) Updates `h5py` from 3.14.0 to 3.15.1 - [Release notes](https://github.com/h5py/h5py/releases) - [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst) - [Commits](h5py/h5py@3.14.0...3.15.1) Updates `fasteners` from 0.19 to 0.20 - [Release notes](https://github.com/harlowja/fasteners/releases) - [Changelog](https://github.com/harlowja/fasteners/blob/main/CHANGELOG.md) - [Commits](harlowja/fasteners@0.19...0.20) Updates `pytest` from 8.4.1 to 8.4.2 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@8.4.1...8.4.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.4 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements - dependency-name: setuptools-scm dependency-version: 9.2.2 dependency-type: direct:development update-type: version-update:semver-major dependency-group: requirements - dependency-name: lmdb dependency-version: 1.7.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements - dependency-name: pymongo dependency-version: 4.15.3 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: pytest-cov dependency-version: 7.0.0 dependency-type: direct:development update-type: version-update:semver-major dependency-group: requirements - dependency-name: pytest-doctestplus dependency-version: 1.5.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: h5py dependency-version: 3.15.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: fasteners dependency-version: '0.20' dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: pytest dependency-version: 8.4.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 111c794 commit bf44051

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
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
3-
fasteners==0.19
3+
fasteners==0.20
44
numcodecs==0.15.1
55
msgpack-python==0.5.6
6-
setuptools-scm==8.3.1
6+
setuptools-scm==9.2.2
77
# test requirements
8-
pytest==8.4.1
8+
pytest==8.4.2

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.3.2
4+
numpy==2.3.4

requirements_dev_optional.txt

Lines changed: 5 additions & 5 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.7.3; sys_platform != 'win32'
3+
lmdb==1.7.5; sys_platform != 'win32'
44
# optional library requirements for Jupyter
55
ipytree==0.2.2
66
ipywidgets==8.1.7
77
azure-storage-blob==12.24.1
88
redis==6.4.0
99
types-redis
1010
types-setuptools
11-
pymongo==4.14.0
11+
pymongo==4.15.3
1212
# optional test requirements
1313
coverage
14-
pytest-cov==6.2.1
15-
pytest-doctestplus==1.4.0
14+
pytest-cov==7.0.0
15+
pytest-doctestplus==1.5.0
1616
pytest-timeout==2.4.0
17-
h5py==3.14.0
17+
h5py==3.15.1
1818
fsspec==2023.12.2
1919
s3fs==2023.12.2
2020
moto[server]>=5.0.1

0 commit comments

Comments
 (0)