Skip to content

Commit

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

Bumps the pip-deps group in /requirements with 3 updates: [grpcio](https://github.com/grpc/grpc), [grpcio-tools](https://github.com/grpc/grpc) and [pandas](https://github.com/pandas-dev/pandas).


Updates `grpcio` from 1.59.3 to 1.60.0
- [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.3...v1.60.0)

Updates `grpcio-tools` from 1.59.3 to 1.60.0
- [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.3...v1.60.0)

Updates `pandas` from 2.1.3 to 2.1.4
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.1.3...v2.1.4)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: grpcio-tools
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: pandas
  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 Dec 12, 2023
1 parent 0a84496 commit 2cf1642
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions requirements/requirements_build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Flask==3.0.0
numpy>=1.21.5
requests>=2.22.0
protobuf==4.25.1
grpcio==1.59.3
grpcio-tools==1.59.3
grpcio==1.60.0
grpcio-tools==1.60.0
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 @@ -11,7 +11,7 @@ sphinx-gallery==0.15.0
sphinx-notfound-page==1.0.0
sphinxcontrib-websupport==1.2.6
sphinxemoji==0.2.0
pandas==2.1.3
pandas==2.1.4
pandoc>=2.1
matplotlib==3.8.2
breathe>=4.33.1

0 comments on commit 2cf1642

Please sign in to comment.