From 34d96ee1685c41a3997c4cf58828ca21803f0504 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2024 08:54:02 +0000 Subject: [PATCH] build(deps): bump griffe from 1.5.1 to 1.5.4 Bumps [griffe](https://github.com/mkdocstrings/griffe) from 1.5.1 to 1.5.4. - [Release notes](https://github.com/mkdocstrings/griffe/releases) - [Changelog](https://github.com/mkdocstrings/griffe/blob/main/CHANGELOG.md) - [Commits](https://github.com/mkdocstrings/griffe/compare/1.5.1...1.5.4) --- updated-dependencies: - dependency-name: griffe dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- {{ cookiecutter.project_slug }}/doc-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{ cookiecutter.project_slug }}/doc-requirements.txt b/{{ cookiecutter.project_slug }}/doc-requirements.txt index 2081ebc8..f89cc125 100644 --- a/{{ cookiecutter.project_slug }}/doc-requirements.txt +++ b/{{ cookiecutter.project_slug }}/doc-requirements.txt @@ -20,7 +20,7 @@ colorama==0.4.6 # mkdocs-material ghp-import==2.1.0 # via mkdocs -griffe==1.5.1 +griffe==1.5.4 # via mkdocstrings-python idna==3.10 # via requests