Skip to content

Commit

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

Bumps the pip-deps group in /requirements with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `4.24.4` | `4.25.0` |
| [grpcio](https://github.com/grpc/grpc) | `1.59.0` | `1.59.2` |
| [grpcio-tools](https://github.com/grpc/grpc) | `1.59.0` | `1.59.2` |
| [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `1.24.0` | `1.24.1` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.8.0` | `3.8.1` |


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

Updates `grpcio` from 1.59.0 to 1.59.2
- [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.0...v1.59.2)

Updates `grpcio-tools` from 1.59.0 to 1.59.2
- [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.0...v1.59.2)

Updates `sphinx-autodoc-typehints` from 1.24.0 to 1.24.1
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
- [Commits](tox-dev/sphinx-autodoc-typehints@1.24.0...1.24.1)

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

---
updated-dependencies:
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: matplotlib
  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 6, 2023
1 parent d5d677e commit d553680
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.24.4
grpcio==1.59.0
grpcio-tools==1.59.0
protobuf==4.25.0
grpcio==1.59.2
grpcio-tools==1.59.2
pytest==7.4.3
pytest-cov==4.1.0
pytest-grpc==0.8.0
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ ansys_sphinx_theme==0.12.4
pypandoc==1.12
pytest-sphinx==0.5.0
sphinx-autobuild==2021.3.14
sphinx-autodoc-typehints==1.24.0
sphinx-autodoc-typehints==1.24.1
sphinx-copybutton==0.5.2
sphinx-gallery==0.14.0
sphinx-notfound-page==1.0.0
sphinxcontrib-websupport==1.2.6
sphinxemoji==0.2.0
pandas==2.1.2
pandoc>=2.1
matplotlib==3.8.0
matplotlib==3.8.1
breathe>=4.33.1

0 comments on commit d553680

Please sign in to comment.