Skip to content

Commit 9b9a7c0

Browse files
Bump the requirements group with 3 updates (#3163)
Bumps the requirements group with 3 updates: [numpy](https://github.com/numpy/numpy), [pytest](https://github.com/pytest-dev/pytest) and [pymongo](https://github.com/mongodb/mongo-python-driver). Updates `numpy` from 2.3.0 to 2.3.1 - [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.0...v2.3.1) Updates `pytest` from 8.4.0 to 8.4.1 - [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.0...8.4.1) Updates `pymongo` from 4.13.1 to 4.13.2 - [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.13.1...4.13.2) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements - dependency-name: pytest dependency-version: 8.4.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements - dependency-name: pymongo dependency-version: 4.13.2 dependency-type: direct:development update-type: version-update:semver-patch 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 54bbe52 commit 9b9a7c0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements_dev_minimal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ numcodecs==0.15.1
55
msgpack-python==0.5.6
66
setuptools-scm==8.3.1
77
# test requirements
8-
pytest==8.4.0
8+
pytest==8.4.1

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.0
4+
numpy==2.3.1

requirements_dev_optional.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ azure-storage-blob==12.24.1
88
redis==6.2.0
99
types-redis
1010
types-setuptools
11-
pymongo==4.13.1
11+
pymongo==4.13.2
1212
# optional test requirements
1313
coverage
1414
pytest-cov==6.2.1

0 commit comments

Comments
 (0)