Skip to content

Commit

Permalink
Build(deps): bump the pip-deps group in /requirements with 4 updates (#…
Browse files Browse the repository at this point in the history
…173)

Bumps the pip-deps group in /requirements with 4 updates: [matplotlib](https://github.com/matplotlib/matplotlib), [protobuf](https://github.com/protocolbuffers/protobuf), [grpcio](https://github.com/grpc/grpc) and [grpcio-tools](https://github.com/grpc/grpc).


Updates `matplotlib` from 3.8.1 to 3.8.2
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.8.1...v3.8.2)

Updates `protobuf` from 4.25.0 to 4.25.1
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.25.0...v4.25.1)

Updates `grpcio` from 1.59.2 to 1.59.3
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.59.2...v1.59.3)

Updates `grpcio-tools` from 1.59.2 to 1.59.3
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.59.2...v1.59.3)

---
updated-dependencies:
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: grpcio-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 21, 2023
1 parent d9d38a1 commit bacd222
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements/requirements_build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Click>=7.0
Flask==3.0.0
numpy>=1.21.5
requests>=2.22.0
protobuf==4.25.0
grpcio==1.59.2
grpcio-tools==1.59.2
protobuf==4.25.1
grpcio==1.59.3
grpcio-tools==1.59.3
pytest==7.4.3
pytest-cov==4.1.0
pytest-grpc==0.8.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ sphinxcontrib-websupport==1.2.6
sphinxemoji==0.2.0
pandas==2.1.3
pandoc>=2.1
matplotlib==3.8.1
matplotlib==3.8.2
breathe>=4.33.1

0 comments on commit bacd222

Please sign in to comment.