From 54d2e24df1c17b7c85236032d7dd69f57bcafa88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 May 2025 04:01:35 +0000 Subject: [PATCH] Bump the patch group with 3 updates Bumps the patch group with 3 updates: [mkdocstrings-python](https://github.com/mkdocstrings/python), [mkdocs-material](https://github.com/squidfunk/mkdocs-material) and [setuptools-scm[toml]](https://github.com/pypa/setuptools-scm). Updates `mkdocstrings-python` from 1.16.8 to 1.16.10 - [Release notes](https://github.com/mkdocstrings/python/releases) - [Changelog](https://github.com/mkdocstrings/python/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/python/compare/1.16.8...1.16.10) Updates `mkdocs-material` from 9.6.10 to 9.6.12 - [Release notes](https://github.com/squidfunk/mkdocs-material/releases) - [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG) - [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.6.10...9.6.12) Updates `setuptools-scm[toml]` from 8.3.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.3.0...v8.3.1) --- updated-dependencies: - dependency-name: mkdocstrings-python dependency-version: 1.16.10 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: mkdocs-material dependency-version: 9.6.12 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch - dependency-name: setuptools-scm[toml] dependency-version: 8.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4d27953b..6f935df1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ # Copyright © 2023 Frequenz Energy-as-a-Service GmbH [build-system] -requires = ["setuptools == 79.0.0", "setuptools_scm[toml] == 8.3.0"] +requires = ["setuptools == 79.0.0", "setuptools_scm[toml] == 8.3.1"] build-backend = "setuptools.build_meta" [project] @@ -82,9 +82,9 @@ dev-mkdocs = [ "mkdocs-gen-files == 0.5.0", "mkdocs-literate-nav == 0.6.2", "mkdocs-macros-plugin == 1.3.7", - "mkdocs-material == 9.6.10", + "mkdocs-material == 9.6.12", "mkdocstrings[python] == 0.29.1", - "mkdocstrings-python == 1.16.8", + "mkdocstrings-python == 1.16.10", ] dev-mypy = [ "mypy == 1.15.0",