Skip to content

Commit 00e828d

Browse files
Bump the requirements group with 2 updates
Bumps the requirements group with 2 updates: [numpy](https://github.com/numpy/numpy) and [lmdb](https://github.com/jnwatson/py-lmdb). Updates `numpy` from 2.3.1 to 2.3.2 - [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.1...v2.3.2) Updates `lmdb` from 1.7.2 to 1.7.3 - [Changelog](https://github.com/jnwatson/py-lmdb/blob/master/ChangeLog) - [Commits](jnwatson/py-lmdb@py-lmdb_1.7.2...py-lmdb_1.7.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements - dependency-name: lmdb dependency-version: 1.7.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d35610e commit 00e828d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.3.1
4+
numpy==2.3.2

requirements_dev_optional.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# optional library requirements
22
# bsddb3==6.2.6; sys_platform != 'win32'
3-
lmdb==1.7.2; sys_platform != 'win32'
3+
lmdb==1.7.3; sys_platform != 'win32'
44
# optional library requirements for Jupyter
55
ipytree==0.2.2
66
ipywidgets==8.1.7

0 commit comments

Comments
 (0)