Skip to content

Commit 54bbe52

Browse files
Bump the requirements group with 3 updates (#3134)
Bumps the requirements group with 3 updates: [numpy](https://github.com/numpy/numpy), [pymongo](https://github.com/mongodb/mongo-python-driver) and [pytest-cov](https://github.com/pytest-dev/pytest-cov). Updates `numpy` from 2.2.6 to 2.3.0 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](numpy/numpy@v2.2.6...v2.3.0) Updates `pymongo` from 4.12.1 to 4.13.1 - [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.12.1...4.13.1) Updates `pytest-cov` from 6.1.1 to 6.2.1 - [Changelog](https://github.com/pytest-dev/pytest-cov/blob/master/CHANGELOG.rst) - [Commits](pytest-dev/pytest-cov@v6.1.1...v6.2.1) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: pymongo dependency-version: 4.13.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: pytest-cov dependency-version: 6.2.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dbf217e commit 54bbe52

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.2.6
4+
numpy==2.3.0

requirements_dev_optional.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ azure-storage-blob==12.24.1
88
redis==6.2.0
99
types-redis
1010
types-setuptools
11-
pymongo==4.12.1
11+
pymongo==4.13.1
1212
# optional test requirements
1313
coverage
14-
pytest-cov==6.1.1
14+
pytest-cov==6.2.1
1515
pytest-doctestplus==1.4.0
1616
pytest-timeout==2.4.0
1717
h5py==3.14.0

0 commit comments

Comments
 (0)