Skip to content

Commit e6efeaf

Browse files
Bump the minor group with 2 updates
Bumps the minor group with 2 updates: [markdown](https://github.com/Python-Markdown/markdown) and [types-markdown](https://github.com/typeshed-internal/stub_uploader). Updates `markdown` from 3.7 to 3.8 - [Release notes](https://github.com/Python-Markdown/markdown/releases) - [Changelog](https://github.com/Python-Markdown/markdown/blob/master/docs/changelog.md) - [Commits](Python-Markdown/markdown@3.7...3.8) Updates `types-markdown` from 3.7.0.20250322 to 3.8.0.20250415 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: markdown dependency-version: '3.8' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: types-markdown dependency-version: 3.8.0.20250415 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3fbbfd8 commit e6efeaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ dev-flake8 = [
7777
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
7878
dev-mkdocs = [
7979
"black == 25.1.0",
80-
"Markdown == 3.7",
80+
"Markdown == 3.8",
8181
"mike == 2.1.3",
8282
"mkdocs-gen-files == 0.5.0",
8383
"mkdocs-literate-nav == 0.6.2",
@@ -89,7 +89,7 @@ dev-mkdocs = [
8989
dev-mypy = [
9090
"mypy == 1.15.0",
9191
"types-setuptools >= 67.6.0, < 80", # Should match the api dependency
92-
"types-Markdown == 3.7.0.20250322",
92+
"types-Markdown == 3.8.0.20250415",
9393
"types-PyYAML == 6.0.12.20250326",
9494
"types-babel == 2.11.0.15",
9595
"types-colorama == 0.4.15.20240311",

0 commit comments

Comments
 (0)