From 00e828d7b447997f9c2b220b51f745ad16cb299a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 06:00:15 +0000 Subject: [PATCH] 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](https://github.com/numpy/numpy/compare/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](https://github.com/jnwatson/py-lmdb/compare/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] --- requirements_dev_numpy.txt | 2 +- requirements_dev_optional.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements_dev_numpy.txt b/requirements_dev_numpy.txt index 2c8f1ab65c..66ae9817d1 100644 --- a/requirements_dev_numpy.txt +++ b/requirements_dev_numpy.txt @@ -1,4 +1,4 @@ # Break this out into a separate file to allow testing against # different versions of numpy. This file should pin to the latest # numpy version. -numpy==2.3.1 +numpy==2.3.2 diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index fc4c5666a3..c52028d91a 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -1,6 +1,6 @@ # optional library requirements # bsddb3==6.2.6; sys_platform != 'win32' -lmdb==1.7.2; sys_platform != 'win32' +lmdb==1.7.3; sys_platform != 'win32' # optional library requirements for Jupyter ipytree==0.2.2 ipywidgets==8.1.7