Skip to content

Commit e47820c

Browse files
Bump the production-dependencies group with 4 updates
Updates the requirements on [myst-parser](https://github.com/executablebooks/MyST-Parser), [sphinx-click](https://github.com/click-contrib/sphinx-click), [furo](https://github.com/pradyunsg/furo) and [sphinx-remove-toctrees](https://github.com/executablebooks/sphinx-remove-toctrees) to permit the latest version. Updates `myst-parser` from 2.0.0 to 3.0.1 - [Release notes](https://github.com/executablebooks/MyST-Parser/releases) - [Changelog](https://github.com/executablebooks/MyST-Parser/blob/master/CHANGELOG.md) - [Commits](executablebooks/MyST-Parser@v2.0.0...v3.0.1) Updates `sphinx-click` from 5.2.1 to 6.0.0 - [Release notes](https://github.com/click-contrib/sphinx-click/releases) - [Commits](click-contrib/sphinx-click@5.2.1...6.0.0) Updates `furo` to 2024.8.6 - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](pradyunsg/furo@2022.12.07...2024.08.06) Updates `sphinx-remove-toctrees` to 1.0.0.post1 - [Release notes](https://github.com/executablebooks/sphinx-remove-toctrees/releases) - [Commits](executablebooks/sphinx-remove-toctrees@v0.0.3...v1.0.0.post1) --- updated-dependencies: - dependency-name: myst-parser dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: sphinx-click dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: production-dependencies - dependency-name: furo dependency-version: 2024.8.6 dependency-type: direct:production dependency-group: production-dependencies - dependency-name: sphinx-remove-toctrees dependency-version: 1.0.0.post1 dependency-type: direct:production dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fcd68fd commit e47820c

File tree

3 files changed

+40
-17
lines changed

3 files changed

+40
-17
lines changed

poetry.lock

Lines changed: 36 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ sphinx = "^7.1"
6565
sphinx-bootstrap-theme = "^0.8"
6666
sphinx-copybutton = "^0.5.1"
6767
pydot = "^4.0.1"
68-
myst-parser = "^2.0.0"
69-
sphinx-click = "^5.1.0"
68+
myst-parser = "^3.0.1"
69+
sphinx-click = "^6.0.0"
7070
sphinx-autobuild = "^2024.4.0"
7171
pytest-mock = "^3.15.1"
7272

requirements-docs.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sphinx~=6.0.0
2-
furo~=2022.12.7
2+
furo~=2025.9.25
33
sphinx_copybutton~=0.5.1
4-
sphinx-remove-toctrees~=0.0.3
4+
sphinx-remove-toctrees~=1.0.0
55
nbsphinx~=0.9.3
66
nbsphinx_link~=1.3.0
77
sphinx_bootstrap_theme~=0.8.1

0 commit comments

Comments
 (0)