Skip to content

build(deps): bump the dependencies group across 1 directory with 9 updates#676

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/requirements/dependencies-1350835fe2
Open

build(deps): bump the dependencies group across 1 directory with 9 updates#676
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/pip/requirements/dependencies-1350835fe2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 2, 2026

Bumps the dependencies group with 9 updates in the /requirements directory:

Package From To
numpydoc 1.9.0 1.10.0
ansys-sphinx-theme 1.6.3 1.7.2
pypandoc 1.15 1.17
pytest-sphinx 0.6.3 0.7.1
sphinx-autodoc-typehints 3.5.2 3.9.11
sphinx-gallery 0.19.0 0.20.0
sphinxemoji 0.3.1 0.3.2
autodocsumm 0.2.14 0.2.15
quarto-cli 1.5.57 1.9.36

Updates numpydoc from 1.9.0 to 1.10.0

Commits

Updates ansys-sphinx-theme from 1.6.3 to 1.7.2

Release notes

Sourced from ansys-sphinx-theme's releases.

v1.7.2

Fixed

v1.7.1

Fixed

Dependencies

Maintenance

... (truncated)

Commits
  • 74418ba chore: updating CHANGELOG for v1.7.2
  • 95e7ed9 release: bump version 1.7.2
  • 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)
  • Additional commits viewable in compare view

Updates pypandoc from 1.15 to 1.17

Release notes

Sourced from pypandoc's releases.

Latest Development Version

Commits

  • 7e33806: Bump astral-sh/setup-uv from 5 to 7 (dependabot[bot]) #432
  • 4d162e9: Bump docker/setup-qemu-action from 3 to 4 (dependabot[bot]) #433
  • 5ee338d: Merge branch 'master' into dependabot/github_actions/docker/setup-qemu-action-4 (Jessica Tegner) #433
Commits
  • 51af11f Skip delocate repair for macOS binary wheels
  • a19984f Fix cibuildwheel version tag to v3.4.0
  • b30f851 Upgrade cibuildwheel from v2 to v3
  • 52ef402 Merge pull request #431 from JessicaTegner/improve_download
  • e1926a2 Move GITHUB_TOKEN to workflow-level env
  • dd1d123 Fix incomplete URL substring sanitization (CodeQL)
  • 69bddd0 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 009df66 Add tests for pandoc download retry and auth behavior
  • 16fb5e4 Fix GitHub 429 rate limit errors in pandoc download
  • 497e395 Merge pull request #427 from JessicaTegner/issue423
  • 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-autodoc-typehints from 3.5.2 to 3.9.11

Release notes

Sourced from sphinx-autodoc-typehints's releases.

3.9.11

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.10...3.9.11

3.9.10

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.9...3.9.10

3.9.9

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.8...3.9.9

3.9.8

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.7...3.9.8

3.9.7

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.9.6...3.9.7

3.9.6

... (truncated)

Commits
  • 963222d 🐛 fix(stubs): evaluate stub-only definitions for annotation resolution (#671)
  • a9a491e 🐛 fix(stubs): resolve imports inside if-blocks in .pyi stubs (#670)
  • 1daf515 🐛 fix(stubs): prevent forward ref warnings from stub annotation pollution (#668)
  • dd58017 🐛 fix(stubs): use new param annotations not class vars (#667)
  • 07749b0 [pre-commit.ci] pre-commit autoupdate (#665)
  • 75a8465 🐛 fix(stubs): resolve relative imports in .pyi stubs (#663)
  • 7237c26 [pre-commit.ci] pre-commit autoupdate (#661)
  • e4a28c9 [pre-commit.ci] pre-commit autoupdate (#660)
  • d725d60 🐛 fix(docstring): preserve blank line after field list (#659)
  • 3bb7231 🐛 fix(resolver): resolve NamedTuple hints from class (#657)
  • 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 autodocsumm from 0.2.14 to 0.2.15

Release notes

Sourced from autodocsumm's releases.

v0.2.15: Add support for Sphinx v9

What's Changed

New Contributors

Full Changelog: Chilipp/autodocsumm@v0.2.14...v0.2.15

Commits

Updates quarto-cli from 1.5.57 to 1.9.36

Release notes

Sourced from quarto-cli's releases.

v1.9.36

Changelog since last release: quarto-dev/quarto-cli@v1.9.35...v1.9.36

Full 1.9 changelog up to this version:

v1.9.35

Changelog since last release: quarto-dev/quarto-cli@v1.9.34...v1.9.35

Full 1.9 changelog up to this version:

v1.9.34

Changelog since last release: quarto-dev/quarto-cli@v1.9.33...v1.9.34

Full 1.9 changelog up to this version:

v1.9.33

Changelog since last release: quarto-dev/quarto-cli@v1.9.32...v1.9.33

Full 1.9 changelog up to this version:

v1.9.32

Changelog since last release: quarto-dev/quarto-cli@v1.9.31...v1.9.32

Full 1.9 changelog up to this version:

... (truncated)

Commits
  • ffd1914 Update version.txt
  • afa8006 fix: resolve shortcodes in website.title/description for llms.txt (#14239)
  • 0d4dfe5 fix: match quarto's runtime dir path in julia engine test
  • a70895e ci: extract extension test merge into reusable composite action
  • a871eac chore: remove Julia resources and tests moved to julia-engine extension
  • 70adfb0 Merge commit '350586c71b4eda3ebdbbe15cb8dfd6d2030408d9' into bugfix/14233-clean
  • 350586c Squashed 'src/resources/extension-subtrees/julia-engine/' changes from 1de70a...
  • 5f25823 fix: update julia-engine subtree remote URL to PumasAI/quarto-julia-engine
  • 5b88d3d timing for new tests [auto PR]
  • 97e7649 Update version.txt
  • 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

…dates

Bumps the dependencies group with 9 updates in the /requirements directory:

| Package | From | To |
| --- | --- | --- |
| [numpydoc](https://github.com/numpy/numpydoc) | `1.9.0` | `1.10.0` |
| [ansys-sphinx-theme](https://github.com/ansys/ansys-sphinx-theme) | `1.6.3` | `1.7.2` |
| [pypandoc](https://github.com/JessicaTegner/pypandoc) | `1.15` | `1.17` |
| [pytest-sphinx](https://github.com/thisch/pytest-sphinx) | `0.6.3` | `0.7.1` |
| [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `3.5.2` | `3.9.11` |
| [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` |
| [autodocsumm](https://github.com/Chilipp/autodocsumm) | `0.2.14` | `0.2.15` |
| [quarto-cli](https://github.com/quarto-dev/quarto-cli) | `1.5.57` | `1.9.36` |



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 `ansys-sphinx-theme` from 1.6.3 to 1.7.2
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.6.3...v1.7.2)

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

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-autodoc-typehints` from 3.5.2 to 3.9.11
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Commits](tox-dev/sphinx-autodoc-typehints@3.5.2...3.9.11)

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 `autodocsumm` from 0.2.14 to 0.2.15
- [Release notes](https://github.com/Chilipp/autodocsumm/releases)
- [Commits](Chilipp/autodocsumm@v0.2.14...v0.2.15)

Updates `quarto-cli` from 1.5.57 to 1.9.36
- [Release notes](https://github.com/quarto-dev/quarto-cli/releases)
- [Commits](quarto-dev/quarto-cli@v1.5.57...v1.9.36)

---
updated-dependencies:
- dependency-name: numpydoc
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: ansys-sphinx-theme
  dependency-version: 1.7.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pypandoc
  dependency-version: '1.17'
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: pytest-sphinx
  dependency-version: 0.7.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinx-autodoc-typehints
  dependency-version: 3.9.11
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinx-gallery
  dependency-version: 0.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinxemoji
  dependency-version: 0.3.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: autodocsumm
  dependency-version: 0.2.15
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: quarto-cli
  dependency-version: 1.9.36
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants