Skip to content

Commit

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

Bumps the pip-deps group in /requirements with 4 updates: [flask](https://github.com/pallets/flask), [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme), [pytest-sphinx](https://github.com/thisch/pytest-sphinx) and [matplotlib](https://github.com/matplotlib/matplotlib).


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

Updates `ansys-sphinx-theme` from 0.15.0 to 0.15.2
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v0.15.0...v0.15.2)

Updates `pytest-sphinx` from 0.6.0 to 0.6.2
- [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.6.0...v0.6.2)

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

---
updated-dependencies:
- dependency-name: flask
  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-patch
  dependency-group: pip-deps
- dependency-name: matplotlib
  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 9, 2024
1 parent f655d9d commit a9de3dd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion requirements/requirements_build.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ wheel>=0.33.0
pybind11[global]==2.12.0
demo_eigen_wrapper==0.0.1
Click>=7.0
Flask==3.0.2
Flask==3.0.3
numpy>=1.21.5
requests>=2.22.0
protobuf==4.25.3
Expand Down
6 changes: 3 additions & 3 deletions requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
Sphinx==7.2.6
jupyter_sphinx==0.5.3
numpydoc==1.7.0
ansys_sphinx_theme==0.15.0
ansys_sphinx_theme==0.15.2
pypandoc==1.13
pytest-sphinx==0.6.0
pytest-sphinx==0.6.2
sphinx-autobuild==2024.2.4
sphinx-autodoc-typehints==2.0.0
sphinx-copybutton==0.5.2
Expand All @@ -13,5 +13,5 @@ sphinxcontrib-websupport==1.2.7
sphinxemoji==0.3.1
pandas==2.2.1
pandoc>=2.1
matplotlib==3.8.3
matplotlib==3.8.4
breathe>=4.33.1

0 comments on commit a9de3dd

Please sign in to comment.