Skip to content

Commit

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

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

| Package | From | To |
| --- | --- | --- |
| [flask](https://github.com/pallets/flask) | `3.0.1` | `3.0.2` |
| [grpcio](https://github.com/grpc/grpc) | `1.60.0` | `1.60.1` |
| [grpcio-tools](https://github.com/grpc/grpc) | `1.60.0` | `1.60.1` |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `0.13.1` | `0.13.2` |
| [pytest-sphinx](https://github.com/thisch/pytest-sphinx) | `0.5.0` | `0.6.0` |
| [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) | `2021.3.14` | `2024.2.4` |


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

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

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

Updates `ansys-sphinx-theme` from 0.13.1 to 0.13.2
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v0.13.1...v0.13.2)

Updates `pytest-sphinx` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/thisch/pytest-sphinx/releases)
- [Changelog](https://github.com/thisch/pytest-sphinx/blob/master/CHANGELOG.md)
- [Commits](twmr/pytest-sphinx@v0.5.0...v0.6.0)

Updates `sphinx-autobuild` from 2021.3.14 to 2024.2.4
- [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@2021.03.14...2024.02.04)

---
updated-dependencies:
- dependency-name: flask
  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-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: ansys-sphinx-theme
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: pytest-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-major
  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 Feb 6, 2024
1 parent c2cadee commit 7fbc36b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 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==3.0.1
Flask==3.0.2
numpy>=1.21.5
requests>=2.22.0
protobuf==4.25.2
grpcio==1.60.0
grpcio-tools==1.60.0
grpcio==1.60.1
grpcio-tools==1.60.1
pytest==8.0.0
pytest-cov==4.1.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,10 +1,10 @@
Sphinx==7.2.6
jupyter_sphinx==0.5.3
numpydoc==1.6.0
ansys_sphinx_theme==0.13.1
ansys_sphinx_theme==0.13.2
pypandoc==1.12
pytest-sphinx==0.5.0
sphinx-autobuild==2021.3.14
pytest-sphinx==0.6.0
sphinx-autobuild==2024.2.4
sphinx-autodoc-typehints==1.25.3
sphinx-copybutton==0.5.2
sphinx-gallery==0.15.0
Expand Down

0 comments on commit 7fbc36b

Please sign in to comment.