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

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

| Package | From | To |
| --- | --- | --- |
| [flask](https://github.com/pallets/flask) | `2.3.3` | `3.0.0` |
| [grpcio](https://github.com/grpc/grpc) | `1.58.0` | `1.59.0` |
| [grpcio-tools](https://github.com/grpc/grpc) | `1.58.0` | `1.59.0` |
| [numpydoc](https://github.com/numpy/numpydoc) | `1.5.0` | `1.6.0` |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `0.11.2` | `0.12.1` |


Updates `flask` from 2.3.3 to 3.0.0
- [Release notes](https://github.com/pallets/flask/releases)
- [Changelog](https://github.com/pallets/flask/blob/main/CHANGES.rst)
- [Commits](pallets/flask@2.3.3...3.0.0)

Updates `grpcio` from 1.58.0 to 1.59.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.58.0...v1.59.0)

Updates `grpcio-tools` from 1.58.0 to 1.59.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.58.0...v1.59.0)

Updates `numpydoc` from 1.5.0 to 1.6.0
- [Release notes](https://github.com/numpy/numpydoc/releases)
- [Changelog](https://github.com/numpy/numpydoc/blob/main/doc/release_notes.rst)
- [Commits](numpy/numpydoc@v1.5.0...v1.6.0)

Updates `ansys-sphinx-theme` from 0.11.2 to 0.12.1
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v0.11.2...v0.12.1)

---
updated-dependencies:
- dependency-name: flask
  dependency-type: direct:production
  update-type: version-update:semver-major
  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: numpydoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  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 Oct 3, 2023
1 parent 12e6895 commit 515deff
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 @@ -3,12 +3,12 @@ wheel>=0.33.0
pybind11[global]==2.11.1
demo_eigen_wrapper==0.0.1
Click>=7.0
Flask==2.3.3
Flask==3.0.0
numpy>=1.21.5
requests>=2.22.0
protobuf==4.24.3
grpcio==1.58.0
grpcio-tools==1.58.0
grpcio==1.59.0
grpcio-tools==1.59.0
pytest==7.4.2
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
@@ -1,7 +1,7 @@
Sphinx==7.2.6
jupyter_sphinx==0.4.0
numpydoc==1.5.0
ansys_sphinx_theme==0.11.2
numpydoc==1.6.0
ansys_sphinx_theme==0.12.1
pypandoc==1.11
pytest-sphinx==0.5.0
sphinx-autobuild==2021.3.14
Expand Down

0 comments on commit 515deff

Please sign in to comment.