Skip to content

Commit 5813d63

Browse files
dependabot[bot]kstich
authored andcommitted
Bump the python group
Bumps the python group in /smithy-docgen-core/src/main/resources/software/amazon/smithy/docgen/core/integrations/sphinx with 3 updates: [sphinx](https://github.com/sphinx-doc/sphinx), [pygments](https://github.com/pygments/pygments) and [myst-parser](https://github.com/executablebooks/MyST-Parser). Updates `sphinx` from 8.1.3 to 8.2.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst) - [Commits](sphinx-doc/sphinx@v8.1.3...v8.2.3) Updates `pygments` from 2.19.1 to 2.19.2 - [Release notes](https://github.com/pygments/pygments/releases) - [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES) - [Commits](pygments/pygments@2.19.1...2.19.2) Updates `myst-parser` from 4.0.0 to 4.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@v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: sphinx dependency-version: 8.2.3 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python - dependency-name: pygments dependency-version: 2.19.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python - dependency-name: myst-parser dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c403d4e commit 5813d63

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# These are base requirements needed for any sphinx project output.
2-
Sphinx==8.1.3
2+
Sphinx==8.2.3
33
sphinx_inline_tabs==2023.4.21
44
sphinx-copybutton==0.5.2
5-
Pygments==2.19.1
5+
Pygments==2.19.2
66
sphinx-design==0.6.1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# These are requirements needed for sphinx projects with markdown support.
2-
myst-parser==4.0.0
2+
myst-parser==4.0.1
33
linkify-it-py==2.0.3

0 commit comments

Comments
 (0)