Skip to content

Commit f67149a

Browse files
Bump the requirements group across 1 directory with 3 updates
Bumps the requirements group with 3 updates in the / directory: [pytest](https://github.com/pytest-dev/pytest), [redis](https://github.com/redis/redis-py) and [h5py](https://github.com/h5py/h5py). Updates `pytest` from 8.3.5 to 8.4.0 - [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.3.5...8.4.0) Updates `redis` from 6.1.0 to 6.2.0 - [Release notes](https://github.com/redis/redis-py/releases) - [Changelog](https://github.com/redis/redis-py/blob/master/CHANGES) - [Commits](redis/redis-py@v6.1.0...v6.2.0) Updates `h5py` from 3.13.0 to 3.14.0 - [Release notes](https://github.com/h5py/h5py/releases) - [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst) - [Commits](h5py/h5py@3.13.0...3.14.0) --- updated-dependencies: - dependency-name: pytest dependency-version: 8.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: redis dependency-version: 6.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: h5py dependency-version: 3.14.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b07281b commit f67149a

File tree

2 files changed

+3
-3
lines changed

2 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.3.5
8+
pytest==8.4.0

requirements_dev_optional.txt

Lines changed: 2 additions & 2 deletions
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==6.1.0
8+
redis==6.2.0
99
types-redis
1010
types-setuptools
1111
pymongo==4.12.1
@@ -14,7 +14,7 @@ coverage
1414
pytest-cov==6.1.1
1515
pytest-doctestplus==1.4.0
1616
pytest-timeout==2.4.0
17-
h5py==3.13.0
17+
h5py==3.14.0
1818
fsspec==2023.12.2
1919
s3fs==2023.12.2
2020
moto[server]>=5.0.1

0 commit comments

Comments
 (0)