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

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

| Package | From | To |
| --- | --- | --- |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `4.24.2` | `4.24.3` |
| [grpcio](https://github.com/grpc/grpc) | `1.57.0` | `1.58.0` |
| [grpcio-tools](https://github.com/grpc/grpc) | `1.57.0` | `1.58.0` |
| [pytest](https://github.com/pytest-dev/pytest) | `7.4.1` | `7.4.2` |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `0.10.6` | `0.11.1` |


Updates `protobuf` from 4.24.2 to 4.24.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.24.2...v4.24.3)

Updates `grpcio` from 1.57.0 to 1.58.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.57.0...v1.58.0)

Updates `grpcio-tools` from 1.57.0 to 1.58.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.57.0...v1.58.0)

Updates `pytest` from 7.4.1 to 7.4.2
- [Release notes](https://github.com/pytest-dev/pytest/releases)
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst)
- [Commits](pytest-dev/pytest@7.4.1...7.4.2)

Updates `ansys-sphinx-theme` from 0.10.6 to 0.11.1
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v0.10.6...v0.11.1)

---
updated-dependencies:
- 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-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: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: ansys-sphinx-theme
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Sep 12, 2023
1 parent 59a806a commit 51e1e96
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions requirements/requirements_build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Click>=7.0
Flask==2.3.3
numpy>=1.21.5
requests>=2.22.0
protobuf==4.24.2
grpcio==1.57.0
grpcio-tools==1.57.0
pytest==7.4.1
protobuf==4.24.3
grpcio==1.58.0
grpcio-tools==1.58.0
pytest==7.4.2
pytest-cov==4.1.0
pytest-grpc==0.8.0
conan>=1.48.0,<2
2 changes: 1 addition & 1 deletion requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Sphinx==7.2.5
jupyter_sphinx==0.4.0
numpydoc==1.5.0
ansys_sphinx_theme==0.10.6
ansys_sphinx_theme==0.11.1
pypandoc==1.11
pytest-sphinx==0.5.0
sphinx-autobuild==2021.3.14
Expand Down

0 comments on commit 51e1e96

Please sign in to comment.