Skip to content

Commit

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

Bumps the pip-deps group in /requirements with 3 updates: [sphinxemoji](https://github.com/sphinx-contrib/emojicodes), [pandas](https://github.com/pandas-dev/pandas) and [flask](https://github.com/pallets/flask).


Updates `sphinxemoji` from 0.2.0 to 0.3.1
- [Commits](sphinx-contrib/emojicodes@v0.2.0...v0.3.1)

Updates `pandas` from 2.1.4 to 2.2.0
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.1.4...v2.2.0)

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

---
updated-dependencies:
- dependency-name: sphinxemoji
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: pip-deps
- dependency-name: flask
  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 Jan 23, 2024
1 parent 40f8868 commit 2bc0475
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.11.1
demo_eigen_wrapper==0.0.1
Click>=7.0
Flask==3.0.0
Flask==3.0.1
numpy>=1.21.5
requests>=2.22.0
protobuf==4.25.2
Expand Down
4 changes: 2 additions & 2 deletions requirements/requirements_docs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ sphinx-copybutton==0.5.2
sphinx-gallery==0.15.0
sphinx-notfound-page==1.0.0
sphinxcontrib-websupport==1.2.7
sphinxemoji==0.2.0
pandas==2.1.4
sphinxemoji==0.3.1
pandas==2.2.0
pandoc>=2.1
matplotlib==3.8.2
breathe>=4.33.1

0 comments on commit 2bc0475

Please sign in to comment.