From 52f2f4021dd0a75f5b1da85c35a98f470e798edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 09:42:40 +0000 Subject: [PATCH] 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](https://github.com/Python-Markdown/markdown/compare/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](https://github.com/pypa/setuptools-scm/compare/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] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f07c48e..30088db 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [build-system] requires = [ "setuptools == 78.1.0", - "setuptools_scm[toml] == 8.2.0", + "setuptools_scm[toml] == 8.3.1", "frequenz-repo-config[lib] == 0.13.2", ] build-backend = "setuptools.build_meta" @@ -54,7 +54,7 @@ dev-flake8 = [ dev-formatting = ["black == 25.1.0", "isort == 6.0.1"] dev-mkdocs = [ "black == 25.1.0", - "Markdown==3.7", + "Markdown==3.8", "mike == 2.1.3", "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", @@ -66,7 +66,7 @@ dev-mkdocs = [ ] dev-mypy = [ "mypy == 1.15.0", - "types-Markdown == 3.7.0.20250322", + "types-Markdown == 3.8.0.20250415", "types-protobuf == 5.29.1.20250403", # For checking the noxfile, docs/ script, and tests "frequenz-client-reporting[dev-mkdocs,dev-noxfile,dev-pytest]",