From c23865ff8f59f08923e2dca11c28804e3c382949 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 04:36:14 +0000 Subject: [PATCH] Bump the requirements group with 2 updates Bumps the requirements group with 2 updates: [numpy](https://github.com/numpy/numpy) and [redis](https://github.com/redis/redis-py). Updates `numpy` from 2.2.5 to 2.2.6 - [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.2.5...v2.2.6) Updates `redis` from 5.2.1 to 6.1.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](https://github.com/redis/redis-py/compare/v5.2.1...v6.1.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.2.6 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: requirements - dependency-name: redis dependency-version: 6.1.0 dependency-type: direct:development update-type: version-update:semver-major 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 c7fd70f4bd..9aa31b94b3 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.2.5 +numpy==2.2.6 diff --git a/requirements_dev_optional.txt b/requirements_dev_optional.txt index 4dc5ebd54c..f5d051c217 100644 --- a/requirements_dev_optional.txt +++ b/requirements_dev_optional.txt @@ -5,7 +5,7 @@ lmdb==1.6.2; sys_platform != 'win32' ipytree==0.2.2 ipywidgets==8.1.7 azure-storage-blob==12.24.1 -redis==5.2.1 +redis==6.1.0 types-redis types-setuptools pymongo==4.12.1