From 293e3fbc4c841169eec942392d14be6843687b14 Mon Sep 17 00:00:00 2001 From: Renovate <renovate@csw.im> Date: Sat, 29 Mar 2025 08:13:07 -0400 Subject: [PATCH] chore(deps): update dependency mkdocs-git-authors-plugin to v0.9.4 (#69) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [mkdocs-git-authors-plugin](https://github.com/timvink/mkdocs-git-authors-plugin) | dependency-groups | patch | `==0.9.2` -> `==0.9.4` | --- ### Release Notes <details> <summary>timvink/mkdocs-git-authors-plugin (mkdocs-git-authors-plugin)</summary> ### [`v0.9.4`](https://github.com/timvink/mkdocs-git-authors-plugin/releases/tag/v0.9.4): git-authors v0.9.4 [Compare Source](https://github.com/timvink/mkdocs-git-authors-plugin/compare/v0.9.3...v0.9.4) #### What's Changed - Fix docs_dir git finding regression by [@​timvink](https://github.com/timvink) in https://github.com/timvink/mkdocs-git-authors-plugin/pull/106 - Update Gitlab Build Instructions by [@​jmrtnz94](https://github.com/jmrtnz94) in https://github.com/timvink/mkdocs-git-authors-plugin/pull/105 #### New Contributors - [@​jmrtnz94](https://github.com/jmrtnz94) made their first contribution in https://github.com/timvink/mkdocs-git-authors-plugin/pull/105 **Full Changelog**: https://github.com/timvink/mkdocs-git-authors-plugin/compare/v0.9.3...v0.9.4 ### [`v0.9.3`](https://github.com/timvink/mkdocs-git-authors-plugin/releases/tag/v0.9.3): git-authors v0.9.3 [Compare Source](https://github.com/timvink/mkdocs-git-authors-plugin/compare/v0.9.2...v0.9.3) #### What's Changed - Ignore whitespace when determining authors by [@​timvink](https://github.com/timvink) in https://github.com/timvink/mkdocs-git-authors-plugin/pull/102 - Support git inside documentation folder by [@​timvink](https://github.com/timvink) in https://github.com/timvink/mkdocs-git-authors-plugin/pull/103 **Full Changelog**: https://github.com/timvink/mkdocs-git-authors-plugin/compare/v0.9.2...v0.9.3 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. â™» **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuMCIsInVwZGF0ZWRJblZlciI6IjM5LjIxMS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Reviewed-on: https://c.csw.im/cswimr/SeaCogs/pulls/69 Co-authored-by: Renovate <renovate@csw.im> Co-committed-by: Renovate <renovate@csw.im> --- pyproject.toml | 2 +- uv.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 819275d..5b6c0f9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ [dependency-groups] documentation = [ "mkdocs==1.6.1", - "mkdocs-git-authors-plugin==0.9.2", + "mkdocs-git-authors-plugin==0.9.4", "mkdocs-git-revision-date-localized-plugin==1.3.0", "mkdocs-material[imaging]==9.5.50", "mkdocs-redirects==1.2.2", diff --git a/uv.lock b/uv.lock index a9d1cb9..79aff7a 100644 --- a/uv.lock +++ b/uv.lock @@ -834,14 +834,14 @@ wheels = [ [[package]] name = "mkdocs-git-authors-plugin" -version = "0.9.2" +version = "0.9.4" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "mkdocs" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/80/ef/09ab7178d580e342cb3ba279c48eaf3abf55795a2ae6e5426fe2c725143c/mkdocs_git_authors_plugin-0.9.2.tar.gz", hash = "sha256:77f97c321e08a8757beb866293eb257070b11cd5a080976bc6696b249cbade4f", size = 21403 } +sdist = { url = "https://files.pythonhosted.org/packages/87/9a/063c4a3688e4669eb2054e4bf6e9cc582f6c1d85674e3f5b836ceff97c3b/mkdocs_git_authors_plugin-0.9.4.tar.gz", hash = "sha256:f5cfaf93d08981ce25591bbaf642051ed168c3886bb96ecd2dca53f0ef1973b8", size = 21914 } wheels = [ - { url = "https://files.pythonhosted.org/packages/48/08/57d0fea1cc30096fcc94ec9cd4ccdee625be89fd710626f78d90fc13738e/mkdocs_git_authors_plugin-0.9.2-py3-none-any.whl", hash = "sha256:f6cefc4dc832865d26f7f9f944c0a8c7dc852742d79320f3800e0d97814e2a84", size = 20332 }, + { url = "https://files.pythonhosted.org/packages/5c/ac/2b5bae4047276fda2bdd14a6d4af59288fb4d5de54151ae4e6ba17611ceb/mkdocs_git_authors_plugin-0.9.4-py3-none-any.whl", hash = "sha256:84b9b56c703841189c64d8ff6947034fe0a9c14a0a8f1f6255edfcfe3a56825f", size = 20752 }, ] [[package]] @@ -1760,7 +1760,7 @@ dev = [ ] documentation = [ { name = "mkdocs", specifier = "==1.6.1" }, - { name = "mkdocs-git-authors-plugin", specifier = "==0.9.2" }, + { name = "mkdocs-git-authors-plugin", specifier = "==0.9.4" }, { name = "mkdocs-git-revision-date-localized-plugin", specifier = "==1.3.0" }, { name = "mkdocs-material", extras = ["imaging"], specifier = "==9.5.50" }, { name = "mkdocs-redirects", specifier = "==1.2.2" },