From 297a5b18e31c39ed855d9d3267414dc279145f82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:35:49 +0000 Subject: [PATCH] build(deps-dev): bump the development-dependencies group with 3 updates Updates the requirements on [poethepoet](https://github.com/nat-n/poethepoet), [setuptools](https://github.com/pypa/setuptools) and [mkdocstrings](https://github.com/mkdocstrings/mkdocstrings) to permit the latest version. Updates `poethepoet` to 0.37.0 - [Release notes](https://github.com/nat-n/poethepoet/releases) - [Commits](https://github.com/nat-n/poethepoet/compare/v0.32.1...v0.37.0) Updates `setuptools` to 82.0.1 - [Release notes](https://github.com/pypa/setuptools/releases) - [Changelog](https://github.com/pypa/setuptools/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/setuptools/compare/v42.0.0...v82.0.1) Updates `mkdocstrings` to 0.30.1 - [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases) - [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/mkdocstrings/compare/0.27.0...0.30.1) --- updated-dependencies: - dependency-name: poethepoet dependency-version: 0.37.0 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: setuptools dependency-version: 82.0.1 dependency-type: direct:development dependency-group: development-dependencies - dependency-name: mkdocstrings dependency-version: 0.30.1 dependency-type: direct:development dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 43479eb..4452e7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,13 +28,13 @@ dependencies = ["cookiecutter"] [dependency-groups] dev = [ - "poethepoet >= 0.32.1", - "setuptools>=42", + "poethepoet >= 0.37.0", + "setuptools>=82.0.1", ] docs = [ "mkdocs~= 1.6", "mkdocs-include-markdown-plugin >= 7.1.2", - "mkdocstrings[python] ~= 0.27", + "mkdocstrings[python] ~= 0.30", "mkdocs-material == 9.*", "mkdocs-include-markdown-plugin ~= 7.2.0" ] @@ -63,5 +63,5 @@ cmd = "uv pip compile pyproject.toml -o requirements.txt " capture_stdout = "requirements.txt" [build-system] -requires = ["setuptools>=42"] +requires = ["setuptools>=82.0.1"] build-backend = "setuptools.build_meta" \ No newline at end of file