Skip to content

Commit b07281b

Browse files
Bump the requirements group with 2 updates (#3069)
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](numpy/numpy@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](redis/redis-py@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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f055ac2 commit b07281b

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.2.5
4+
numpy==2.2.6

requirements_dev_optional.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ lmdb==1.6.2; sys_platform != 'win32'
55
ipytree==0.2.2
66
ipywidgets==8.1.7
77
azure-storage-blob==12.24.1
8-
redis==5.2.1
8+
redis==6.1.0
99
types-redis
1010
types-setuptools
1111
pymongo==4.12.1

0 commit comments

Comments
 (0)