Skip to content

build(deps-dev): bump the dependencies group across 1 directory with 10 updates#4966

Open
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/pip/dependencies-22f8bf96d8
Open

build(deps-dev): bump the dependencies group across 1 directory with 10 updates#4966
dependabot[bot] wants to merge 3 commits intomainfrom
dependabot/pip/dependencies-22f8bf96d8

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 1, 2026

Bumps the dependencies group with 10 updates in the / directory:

Package From To
pytest 9.0.1 9.0.2
numpydoc 1.9.0 1.10.0
matplotlib 3.10.7 3.10.8
ansys-sphinx-theme 1.6.3 1.7.1
pypandoc 1.15 1.16.2
pytest-sphinx 0.6.3 0.7.1
sphinx-gallery 0.19.0 0.20.0
sphinxemoji 0.3.1 0.3.2
beautifulsoup4 4.14.2 4.14.3
quarto-cli 1.8.25 1.8.27

Updates pytest from 9.0.1 to 9.0.2

Release notes

Sourced from pytest's releases.

9.0.2

pytest 9.0.2 (2025-12-06)

Bug fixes

  • #13896: The terminal progress feature added in pytest 9.0.0 has been disabled by default, except on Windows, due to compatibility issues with some terminal emulators.

    You may enable it again by passing -p terminalprogress. We may enable it by default again once compatibility improves in the future.

    Additionally, when the environment variable TERM is dumb, the escape codes are no longer emitted, even if the plugin is enabled.

  • #13904: Fixed the TOML type of the tmp_path_retention_count settings in the API reference from number to string.

  • #13946: The private config.inicfg attribute was changed in a breaking manner in pytest 9.0.0. Due to its usage in the ecosystem, it is now restored to working order using a compatibility shim. It will be deprecated in pytest 9.1 and removed in pytest 10.

  • #13965: Fixed quadratic-time behavior when handling unittest subtests in Python 3.10.

Improved documentation

  • #4492: The API Reference now contains cross-reference-able documentation of pytest's command-line flags <command-line-flags>.
Commits
  • 3d10b51 Prepare release version 9.0.2
  • 188750b Merge pull request #14030 from pytest-dev/patchback/backports/9.0.x/1e4b01d1f...
  • b7d7bef Merge pull request #14014 from bluetech/compat-note
  • bd08e85 Merge pull request #14013 from pytest-dev/patchback/backports/9.0.x/922b60377...
  • bc78386 Add CLI options reference documentation (#13930)
  • 5a4e398 Fix docs typo (#14005) (#14008)
  • d7ae6df Merge pull request #14006 from pytest-dev/maintenance/update-plugin-list-tmpl...
  • 556f6a2 pre-commit: fix rst-lint after new release (#13999) (#14001)
  • c60fbe6 Fix quadratic-time behavior when handling unittest subtests in Python 3.10 ...
  • 73d9b01 Merge pull request #13995 from nicoddemus/patchback/backports/9.0.x/1b5200c0f...
  • Additional commits viewable in compare view

Updates numpydoc from 1.9.0 to 1.10.0

Commits

Updates matplotlib from 3.10.7 to 3.10.8

Release notes

Sourced from matplotlib's releases.

REL: v3.10.8

This is a bugfix release in the 3.10.x series.

The primary highlights of this release are:

  • Properly allow freethreaded mode in the MacOS backend
  • Better error handling for MacOS backend
Commits
  • 1392cbe REL: v3.10.8
  • 0b9ebb3 Doc release prep v3.10.8
  • bc7b5c4 Merge branch 'v3.10.7-doc' into v3.10.x
  • 86b38d3 Github stats v3.10.8
  • 9512188 Merge pull request #30717 from meeseeksmachine/auto-backport-of-pr-30714-on-v...
  • d300769 Backport PR #30714: FIX: Gracefully handle numpy arrays as input to check_in_...
  • 799bc95 Merge pull request #30711 from ngoldbaum/v3.10.x
  • 134000b Merge pull request #30697 from ngoldbaum/fix-plotting-on-worker-threads
  • 5b8e219 TST: Run macosx backends in a subprocess
  • 878e71a Backport PR #29810: Declare free-threaded support in MacOS backend extension ...
  • Additional commits viewable in compare view

Updates ansys-sphinx-theme from 1.6.3 to 1.7.1

Release notes

Sourced from ansys-sphinx-theme's releases.

v1.7.1

Fixed

Dependencies

Maintenance

v1.7.0

Added

... (truncated)

Commits
  • 9f5fc6a chore: updating CHANGELOG for v1.7.1
  • 49501c6 release: bump version 1.7.1
  • 1854c3e ci: bump the actions group across 1 directory with 2 updates (#887)
  • 3203435 build: bump tox from 4.36.0 to 4.36.1 (#891)
  • 4164bad fix: add flexible dependency versions for Python 3.10+ support and new "...
  • 3a4156d chore: updating CHANGELOG for v1.7.0
  • b886302 release: bump version 1.7.0
  • 33daa04 ci: fix labels (#876)
  • cbbf53e fix: workflow layout (#874)
  • c2d12cd fix: sphinx design version (#872)
  • Additional commits viewable in compare view

Updates pypandoc from 1.15 to 1.16.2

Release notes

Sourced from pypandoc's releases.

Latest Development Version

Commits

  • dd30edc: Improvements to CI (JessicaTegner) #414
  • dbb1505: [pre-commit.ci] auto fixes from pre-commit.com hooks (pre-commit-ci[bot]) #414
  • 35035f6: pypandoc v1.16.1 (JessicaTegner)
  • 9f830b3: Use PyTinyTeX instead in ci (JessicaTegner) #415
  • 811741a: skip pdf testi n ci (JessicaTegner) #415
  • 1999a28: remove tinytex (JessicaTegner) #415
  • 71dedd4: [pre-commit.ci] auto fixes from pre-commit.com hooks (pre-commit-ci[bot]) #415
  • eaafdbe: pypandoc v1.16.2 (JessicaTegner)
  • 8561489: Add FUNDING.yml with sponsorship links (JessicaTegner) #419
  • a589d4f: Use native GitHub FUNDING.yml fields (JessicaTegner) #419
  • ca92814: Remove repo-level FUNDING.yml (using org-level .github instead) (JessicaTegner) #422
Commits
  • eaafdbe pypandoc v1.16.2
  • 5face72 Merge pull request #415 from JessicaTegner/jessica/tinytex_fix
  • 71dedd4 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 1999a28 remove tinytex
  • 811741a skip pdf testi n ci
  • 9f830b3 Use PyTinyTeX instead in ci
  • 35035f6 pypandoc v1.16.1
  • a44afee Merge pull request #414 from JessicaTegner/jessica/cifix
  • dbb1505 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • dd30edc Improvements to CI
  • Additional commits viewable in compare view

Updates pytest-sphinx from 0.6.3 to 0.7.1

Release notes

Sourced from pytest-sphinx's releases.

v0.7.1

Full Changelog: twmr/pytest-sphinx@v0.7.0...v0.7.1

v0.7.0

What's Changed

Full Changelog: twmr/pytest-sphinx@v0.6.3...v0.7.0

Changelog

Sourced from pytest-sphinx's changelog.

[0.7.1] - 2026-01-21

  • Fixed pypi upload issue

[0.7] - 2025-11-28

  • Drop support for python 3.8 and 3.9 and add support for 3.13 and 3.14
  • Adapt to changes in doctest stdlib package (Fixes #67)
Commits
  • f470f83 Set version to 0.7.1
  • f5a5ce7 Add pytest section to pyproject.toml
  • 7587e15 WIP New PyPI github workflow
  • 21972c4 Update version
  • d9ede38 Add ruff config
  • 3daa5c1 Fix tests that use sphinx-build
  • da49af1 Remove code that is no needed since we dropped support for py3.9
  • b37909d Adapt to change in the doctest pkg from the stdlib in >= py3.13
  • 1ea1853 Use ruff instead of flake8, black and isort
  • 3d717e8 Add support for python 3.14 and drop support for 3.9
  • Additional commits viewable in compare view

Updates sphinx-gallery from 0.19.0 to 0.20.0

Release notes

Sourced from sphinx-gallery's releases.

Release v0.20.0

Support for Python 3.8 dropped in this release. Requirement is now Python >=3.10.

What's Changed

New Contributors

Full Changelog: sphinx-gallery/sphinx-gallery@v0.19.0...v0.20.0

Changelog

Sourced from sphinx-gallery's changelog.

v0.20.0

Implemented enhancements:

  • Support plain .rst files as example inputs [#1516](https://github.com/sphinx-gallery/sphinx-gallery/issues/1516) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1516>__ (timhoffm <https://github.com/timhoffm>__)
  • Remove “# noqa: E501” from end of text blocks [#1496](https://github.com/sphinx-gallery/sphinx-gallery/issues/1496) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1496>__ (lucyleeow <https://github.com/lucyleeow>__)
  • Embed code links with dirhtml builder [#1486](https://github.com/sphinx-gallery/sphinx-gallery/issues/1486) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1486>__ (cgohlke <https://github.com/cgohlke>__)

Fixed bugs:

  • FIX: Fix test_recommend_n_examples [#1508](https://github.com/sphinx-gallery/sphinx-gallery/issues/1508) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1508>__ (timhoffm <https://github.com/timhoffm>__)

Documentation

  • DOC: Add cards for the subsections on the main topic pages [#1500](https://github.com/sphinx-gallery/sphinx-gallery/issues/1500) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1500>__ (timhoffm <https://github.com/timhoffm>__)
  • Update FAQ with notebook and RST file guidance [#1499](https://github.com/sphinx-gallery/sphinx-gallery/issues/1499) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1499>__ (timhoffm <https://github.com/timhoffm>__)
  • Fix typo in note about Binder/JupyterLite [#1490](https://github.com/sphinx-gallery/sphinx-gallery/issues/1490) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1490>__ (niksirbi <https://github.com/niksirbi>__)
  • [DOC] Add an example or index.rst file that allow example in multiple sections [#1483](https://github.com/sphinx-gallery/sphinx-gallery/issues/1483) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1483>__ (rflamary <https://github.com/rflamary>__)
  • DOC Add plotly to supported scrapers [#1481](https://github.com/sphinx-gallery/sphinx-gallery/issues/1481) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1481>__ (lucyleeow <https://github.com/lucyleeow>__)
  • Add comment on path for sphinx_gallery_thumbnail_path [#1463](https://github.com/sphinx-gallery/sphinx-gallery/issues/1463) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1463>__ (AdamRJensen <https://github.com/AdamRJensen>__)
  • Update instructions for converting script to notebook [#1458](https://github.com/sphinx-gallery/sphinx-gallery/issues/1458) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1458>__ (ixjlyons <https://github.com/ixjlyons>__)
  • DOC Update junit doc [#1450](https://github.com/sphinx-gallery/sphinx-gallery/issues/1450) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1450>__ (lucyleeow <https://github.com/lucyleeow>__)
  • DOC: Add JUnit XML parsing example [#1451](https://github.com/sphinx-gallery/sphinx-gallery/issues/1451) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1451>__ (user27182 <https://github.com/user27182>__)

Project maintenance

  • [pre-commit.ci] pre-commit autoupdate [#1528](https://github.com/sphinx-gallery/sphinx-gallery/issues/1528) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1528>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • MNT Update jupyterlite-sphinx version in circle CI [#1525](https://github.com/sphinx-gallery/sphinx-gallery/issues/1525) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1525>__ (lucyleeow <https://github.com/lucyleeow>__)
  • [pre-commit.ci] pre-commit autoupdate [#1524](https://github.com/sphinx-gallery/sphinx-gallery/issues/1524) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1524>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • Bump actions/checkout from 5 to 6 in the actions group [#1523](https://github.com/sphinx-gallery/sphinx-gallery/issues/1523) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1523>__ (dependabot[bot] <https://github.com/apps/dependabot>__)
  • [pre-commit.ci] pre-commit autoupdate [#1522](https://github.com/sphinx-gallery/sphinx-gallery/issues/1522) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1522>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • [pre-commit.ci] pre-commit autoupdate [#1520](https://github.com/sphinx-gallery/sphinx-gallery/issues/1520) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1520>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • [pre-commit.ci] pre-commit autoupdate [#1515](https://github.com/sphinx-gallery/sphinx-gallery/issues/1515) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1515>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • MAINT: Add MNE-Python doc build integration test [#1514](https://github.com/sphinx-gallery/sphinx-gallery/issues/1514) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1514>__ (larsoner <https://github.com/larsoner>__)
  • ENH: Use :doc: instead of :ref: to link to examples [#1510](https://github.com/sphinx-gallery/sphinx-gallery/issues/1510) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1510>__ (timhoffm <https://github.com/timhoffm>__)
  • MNT: Use names instead of indices for Block namedtuple [#1509](https://github.com/sphinx-gallery/sphinx-gallery/issues/1509) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1509>__ (timhoffm <https://github.com/timhoffm>__)
  • [pre-commit.ci] pre-commit autoupdate [#1506](https://github.com/sphinx-gallery/sphinx-gallery/issues/1506) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1506>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • Bump the actions group with 2 updates [#1505](https://github.com/sphinx-gallery/sphinx-gallery/issues/1505) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1505>__ (dependabot[bot] <https://github.com/apps/dependabot>__)
  • Fix sphinx warning [#1504](https://github.com/sphinx-gallery/sphinx-gallery/issues/1504) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1504>__ (timhoffm <https://github.com/timhoffm>__)
  • [pre-commit.ci] pre-commit autoupdate [#1503](https://github.com/sphinx-gallery/sphinx-gallery/issues/1503) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1503>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • [pre-commit.ci] pre-commit autoupdate [#1502](https://github.com/sphinx-gallery/sphinx-gallery/issues/1502) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1502>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • [pre-commit.ci] pre-commit autoupdate [#1501](https://github.com/sphinx-gallery/sphinx-gallery/issues/1501) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1501>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • [pre-commit.ci] pre-commit autoupdate [#1498](https://github.com/sphinx-gallery/sphinx-gallery/issues/1498) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1498>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • allow git archives to have dynamic versioning [#1497](https://github.com/sphinx-gallery/sphinx-gallery/issues/1497) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1497>__ (drammock <https://github.com/drammock>__)
  • [pre-commit.ci] pre-commit autoupdate [#1495](https://github.com/sphinx-gallery/sphinx-gallery/issues/1495) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1495>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • [pre-commit.ci] pre-commit autoupdate [#1494](https://github.com/sphinx-gallery/sphinx-gallery/issues/1494) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1494>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • [pre-commit.ci] pre-commit autoupdate [#1492](https://github.com/sphinx-gallery/sphinx-gallery/issues/1492) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1492>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)
  • Bump actions/setup-python from 5 to 6 in the actions group [#1491](https://github.com/sphinx-gallery/sphinx-gallery/issues/1491) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1491>__ (dependabot[bot] <https://github.com/apps/dependabot>__)
  • [pre-commit.ci] pre-commit autoupdate [#1488](https://github.com/sphinx-gallery/sphinx-gallery/issues/1488) <https://github.com/sphinx-gallery/sphinx-gallery/pull/1488>__ (pre-commit-ci[bot] <https://github.com/apps/pre-commit-ci>__)

... (truncated)

Commits

Updates sphinxemoji from 0.3.1 to 0.3.2

Commits

Updates beautifulsoup4 from 4.14.2 to 4.14.3

Updates quarto-cli from 1.8.25 to 1.8.27

Release notes

Sourced from quarto-cli's releases.

v1.8.27

Changelog since last release: quarto-dev/quarto-cli@v1.8.26...v1.8.27

Full 1.8 changelog up to this version:

v1.8.26

Changelog since last release: quarto-dev/quarto-cli@v1.8.25...v1.8.26

Full 1.8 changelog up to this version:

Commits
  • 3977c9d Update version.txt
  • c619645 Build artifacts
  • 6be9fc3 Add page-numbering to schema
  • b6b491f test - temporary opt out some article layout test due to latex update issues
  • 117ef60 Render this test without koma script
  • ad92c3c use npm: prefix in import map for lodash (#13850)
  • 622741c Merge pull request #13733 from quarto-dev/backport/fix-font-space-detection
  • f1e71be Fix font package detection for fonts with spaces in names
  • e15a854 Merge pull request #13707 from quarto-dev/backport/notebook-preview-url
  • 82013bd Fix notebook-view.url being ignored
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…10 updates

Bumps the dependencies group with 10 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [pytest](https://github.com/pytest-dev/pytest) | `9.0.1` | `9.0.2` |
| [numpydoc](https://github.com/numpy/numpydoc) | `1.9.0` | `1.10.0` |
| [matplotlib](https://github.com/matplotlib/matplotlib) | `3.10.7` | `3.10.8` |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.6.3` | `1.7.1` |
| [pypandoc](https://github.com/JessicaTegner/pypandoc) | `1.15` | `1.16.2` |
| [pytest-sphinx](https://github.com/thisch/pytest-sphinx) | `0.6.3` | `0.7.1` |
| [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) | `0.19.0` | `0.20.0` |
| [sphinxemoji](https://github.com/sphinx-contrib/emojicodes) | `0.3.1` | `0.3.2` |
| [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) | `4.14.2` | `4.14.3` |
| [quarto-cli](https://github.com/quarto-dev/quarto-cli) | `1.8.25` | `1.8.27` |



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

Updates `numpydoc` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/numpy/numpydoc/releases)
- [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst)
- [Commits](numpy/numpydoc@v1.9.0...v1.10.0)

Updates `matplotlib` from 3.10.7 to 3.10.8
- [Release notes](https://github.com/matplotlib/matplotlib/releases)
- [Commits](matplotlib/matplotlib@v3.10.7...v3.10.8)

Updates `ansys-sphinx-theme` from 1.6.3 to 1.7.1
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.6.3...v1.7.1)

Updates `pypandoc` from 1.15 to 1.16.2
- [Release notes](https://github.com/JessicaTegner/pypandoc/releases)
- [Changelog](https://github.com/JessicaTegner/pypandoc/blob/master/release.md)
- [Commits](JessicaTegner/pypandoc@v1.15...v1.16.2)

Updates `pytest-sphinx` from 0.6.3 to 0.7.1
- [Release notes](https://github.com/thisch/pytest-sphinx/releases)
- [Changelog](https://github.com/twmr/pytest-sphinx/blob/master/CHANGELOG.md)
- [Commits](twmr/pytest-sphinx@v0.6.3...v0.7.1)

Updates `sphinx-gallery` from 0.19.0 to 0.20.0
- [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases)
- [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/CHANGES.rst)
- [Commits](sphinx-gallery/sphinx-gallery@v0.19.0...v0.20.0)

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

Updates `beautifulsoup4` from 4.14.2 to 4.14.3

Updates `quarto-cli` from 1.8.25 to 1.8.27
- [Release notes](https://github.com/quarto-dev/quarto-cli/releases)
- [Commits](quarto-dev/quarto-cli@v1.8.25...v1.8.27)

---
updated-dependencies:
- dependency-name: pytest
  dependency-version: 9.0.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: numpydoc
  dependency-version: 1.10.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: matplotlib
  dependency-version: 3.10.8
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: ansys-sphinx-theme
  dependency-version: 1.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pypandoc
  dependency-version: 1.16.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest-sphinx
  dependency-version: 0.7.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinx-gallery
  dependency-version: 0.20.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinxemoji
  dependency-version: 0.3.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: beautifulsoup4
  dependency-version: 4.14.3
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: quarto-cli
  dependency-version: 1.8.27
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Related to dependencies maintenance General maintenance of the repo (libraries, cicd, etc) labels Mar 1, 2026
@dependabot dependabot bot added maintenance General maintenance of the repo (libraries, cicd, etc) dependencies Related to dependencies labels Mar 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related to dependencies maintenance General maintenance of the repo (libraries, cicd, etc)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants