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
…198)

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

| Package | From | To |
| --- | --- | --- |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `7.2.6` | `7.3.7` |
| [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) | `2024.4.13` | `2024.4.16` |
| [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `2.0.1` | `2.1.0` |
| [grpcio](https://github.com/grpc/grpc) | `1.62.1` | `1.62.2` |
| [grpcio-tools](https://github.com/grpc/grpc) | `1.62.1` | `1.62.2` |


Updates `sphinx` from 7.2.6 to 7.3.7
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v7.2.6...v7.3.7)

Updates `sphinx-autobuild` from 2024.4.13 to 2024.4.16
- [Release notes](https://github.com/sphinx-doc/sphinx-autobuild/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx-autobuild/blob/main/NEWS.rst)
- [Commits](sphinx-doc/sphinx-autobuild@2024.04.13...2024.04.16)

Updates `sphinx-autodoc-typehints` from 2.0.1 to 2.1.0
- [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@2.0.1...2.1.0)

Updates `grpcio` from 1.62.1 to 1.62.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.62.1...v1.62.2)

Updates `grpcio-tools` from 1.62.1 to 1.62.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.62.1...v1.62.2)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: sphinx-autobuild
  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-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
...

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 Apr 23, 2024
1 parent ce61f71 commit 3cd217a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.3
numpy>=1.21.5
requests>=2.22.0
protobuf==4.25.3
grpcio==1.62.1
grpcio-tools==1.62.1
grpcio==1.62.2
grpcio-tools==1.62.2
pytest==8.1.1
pytest-cov==5.0.0
pytest-grpc==0.8.0
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Sphinx==7.2.6
Sphinx==7.3.7
jupyter_sphinx==0.5.3
numpydoc==1.7.0
ansys_sphinx_theme==0.15.2
pypandoc==1.13
pytest-sphinx==0.6.3
sphinx-autobuild==2024.4.13
sphinx-autodoc-typehints==2.0.1
sphinx-autobuild==2024.4.16
sphinx-autodoc-typehints==2.1.0
sphinx-copybutton==0.5.2
sphinx-gallery==0.15.0
sphinx-notfound-page==1.0.0
Expand Down

0 comments on commit 3cd217a

Please sign in to comment.