Skip to content

Commit a9abbe7

Browse files
Bump the requirements group across 1 directory with 3 updates (#2284)
Bumps the requirements group with 3 updates in the / directory: [redis](https://github.com/redis/redis-py), [pymongo](https://github.com/mongodb/mongo-python-driver) and [h5py](https://github.com/h5py/h5py). Updates `redis` from 5.0.8 to 5.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.0.8...v5.1.0) Updates `pymongo` from 4.8.0 to 4.10.0 - [Release notes](https://github.com/mongodb/mongo-python-driver/releases) - [Changelog](https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst) - [Commits](mongodb/mongo-python-driver@4.8.0...4.10.0) Updates `h5py` from 3.11.0 to 3.12.1 - [Release notes](https://github.com/h5py/h5py/releases) - [Changelog](https://github.com/h5py/h5py/blob/master/docs/release_guide.rst) - [Commits](h5py/h5py@3.11.0...3.12.1) --- updated-dependencies: - dependency-name: redis dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: pymongo dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements - dependency-name: h5py dependency-type: direct:development update-type: version-update:semver-minor dependency-group: requirements ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 53f600b commit a9abbe7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

requirements_dev_optional.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,16 @@ ipywidgets==8.1.5
88
# don't let pyup change pinning for azure-storage-blob, need to pin to older
99
# version to get compatibility with azure storage emulator on appveyor (FIXME)
1010
azure-storage-blob==12.21.0 # pyup: ignore
11-
redis==5.0.8
11+
redis==5.1.0
1212
types-redis
1313
types-setuptools
14-
pymongo==4.8.0
14+
pymongo==4.10.0
1515
# optional test requirements
1616
coverage
1717
pytest-cov==5.0.0
1818
pytest-doctestplus==1.2.1
1919
pytest-timeout==2.3.1
20-
h5py==3.11.0
20+
h5py==3.12.1
2121
fsspec==2023.12.2
2222
s3fs==2023.12.2
2323
moto[server]>=5.0.1

0 commit comments

Comments
 (0)