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

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

| Package | From | To |
| --- | --- | --- |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `0.13.4` | `0.14.0` |
| [pypandoc](https://github.com/JessicaTegner/pypandoc) | `1.12` | `1.13` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.8.2` | `3.8.3` |
| [protobuf](https://github.com/protocolbuffers/protobuf) | `4.25.2` | `4.25.3` |
| [pytest](https://github.com/pytest-dev/pytest) | `8.0.0` | `8.0.1` |


Updates `ansys-sphinx-theme` from 0.13.4 to 0.14.0
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v0.13.4...v0.14.0)

Updates `pypandoc` from 1.12 to 1.13
- [Release notes](https://github.com/JessicaTegner/pypandoc/releases)
- [Changelog](https://github.com/JessicaTegner/pypandoc/blob/master/release.md)
- [Commits](JessicaTegner/pypandoc@v1.12...v1.13)

Updates `matplotlib` from 3.8.2 to 3.8.3
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.8.2...v3.8.3)

Updates `protobuf` from 4.25.2 to 4.25.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v4.25.2...v4.25.3)

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

---
updated-dependencies:
- dependency-name: ansys-sphinx-theme
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: pypandoc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: matplotlib
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: protobuf
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-deps
- dependency-name: pytest
  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 Feb 20, 2024
1 parent 7cc1bda commit 18fdba9
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 @@ -6,10 +6,10 @@ Click>=7.0
Flask==3.0.2
numpy>=1.21.5
requests>=2.22.0
protobuf==4.25.2
protobuf==4.25.3
grpcio==1.60.1
grpcio-tools==1.60.1
pytest==8.0.0
pytest==8.0.1
pytest-cov==4.1.0
pytest-grpc==0.8.0
conan>=1.48.0,<2
6 changes: 3 additions & 3 deletions requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Sphinx==7.2.6
jupyter_sphinx==0.5.3
numpydoc==1.6.0
ansys_sphinx_theme==0.13.4
pypandoc==1.12
ansys_sphinx_theme==0.14.0
pypandoc==1.13
pytest-sphinx==0.6.0
sphinx-autobuild==2024.2.4
sphinx-autodoc-typehints==2.0.0
Expand All @@ -13,5 +13,5 @@ sphinxcontrib-websupport==1.2.7
sphinxemoji==0.3.1
pandas==2.2.0
pandoc>=2.1
matplotlib==3.8.2
matplotlib==3.8.3
breathe>=4.33.1

0 comments on commit 18fdba9

Please sign in to comment.