Skip to content

Commit

Permalink
MAINT: Bump the doc group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the doc group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pandas](https://github.com/pandas-dev/pandas) | `2.2.1` | `2.2.2` |
| [panel](https://github.com/holoviz/panel) | `1.4.0` | `1.4.1` |
| [pytest-sphinx](https://github.com/thisch/pytest-sphinx) | `0.6.2` | `0.6.3` |
| [sphinx-autobuild](https://github.com/sphinx-doc/sphinx-autobuild) | `2024.2.4` | `2024.4.13` |
| [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `2.0.0` | `2.0.1` |


Updates `pandas` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.1...v2.2.2)

Updates `panel` from 1.4.0 to 1.4.1
- [Release notes](https://github.com/holoviz/panel/releases)
- [Changelog](https://github.com/holoviz/panel/blob/main/CHANGELOG.md)
- [Commits](holoviz/panel@v1.4.0...v1.4.1)

Updates `pytest-sphinx` from 0.6.2 to 0.6.3
- [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.2...v0.6.3)

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

Updates `sphinx-autodoc-typehints` from 2.0.0 to 2.0.1
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Changelog](https://github.com/tox-dev/sphinx-autodoc-typehints/blob/main/CHANGELOG.md)
- [Commits](tox-dev/sphinx-autodoc-typehints@2.0.0...2.0.1)

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
- dependency-name: panel
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
- dependency-name: pytest-sphinx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
- dependency-name: sphinx-autobuild
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: doc
- dependency-name: sphinx-autodoc-typehints
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: doc
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 15, 2024
1 parent c8dfd76 commit 54812fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,15 +65,15 @@ doc = [
"matplotlib==3.8.4",
"numpy==1.26.4",
"numpydoc==1.7.0",
"pandas==2.2.1",
"panel==1.4.0",
"pandas==2.2.2",
"panel==1.4.1",
"plotly==5.20.0",
"pypandoc==1.13",
"pytest-sphinx==0.6.2",
"pytest-sphinx==0.6.3",
"pythreejs==2.4.2",
"pyvista==0.43.5",
"sphinx-autobuild==2024.2.4",
"sphinx-autodoc-typehints==2.0.0",
"sphinx-autobuild==2024.4.13",
"sphinx-autodoc-typehints==2.0.1",
"sphinx-copybutton==0.5.2",
"sphinx_design==0.5.0",
"sphinx-gallery==0.15.0",
Expand Down

0 comments on commit 54812fd

Please sign in to comment.