Skip to content

Commit 52f2f40

Browse files
Bump the minor group with 3 updates
Bumps the minor group with 3 updates: [markdown](https://github.com/Python-Markdown/markdown), [types-markdown](https://github.com/typeshed-internal/stub_uploader) and [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm). 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) Updates `setuptools-scm[toml]` from 8.2.0 to 8.3.1 - [Release notes](https://github.com/pypa/setuptools-scm/releases) - [Changelog](https://github.com/pypa/setuptools-scm/blob/main/CHANGELOG.md) - [Commits](pypa/setuptools-scm@v8.2.0...v8.3.1) --- 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 - dependency-name: setuptools-scm[toml] dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1656f62 commit 52f2f40

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[build-system]
55
requires = [
66
"setuptools == 78.1.0",
7-
"setuptools_scm[toml] == 8.2.0",
7+
"setuptools_scm[toml] == 8.3.1",
88
"frequenz-repo-config[lib] == 0.13.2",
99
]
1010
build-backend = "setuptools.build_meta"
@@ -54,7 +54,7 @@ dev-flake8 = [
5454
dev-formatting = ["black == 25.1.0", "isort == 6.0.1"]
5555
dev-mkdocs = [
5656
"black == 25.1.0",
57-
"Markdown==3.7",
57+
"Markdown==3.8",
5858
"mike == 2.1.3",
5959
"mkdocs-gen-files == 0.5.0",
6060
"mkdocs-literate-nav == 0.6.2",
@@ -66,7 +66,7 @@ dev-mkdocs = [
6666
]
6767
dev-mypy = [
6868
"mypy == 1.15.0",
69-
"types-Markdown == 3.7.0.20250322",
69+
"types-Markdown == 3.8.0.20250415",
7070
"types-protobuf == 5.29.1.20250403",
7171
# For checking the noxfile, docs/ script, and tests
7272
"frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",

0 commit comments

Comments
 (0)