Skip to content

Commit 4373a2a

Browse files
authored
build(deps): update mkdocs-git-revision-date-localized-plugin requirement from <1.4,>=1.3 to >=1.3,<1.5 (#364)
Updates the requirements on [mkdocs-git-revision-date-localized-plugin](https://github.com/timvink/mkdocs-git-revision-date-localized-plugin) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/releases">mkdocs-git-revision-date-localized-plugin's releases</a>.</em></p> <blockquote> <h2>revision-date-localized v1.4.5</h2> <h2>What's Changed</h2> <ul> <li>Fix monorepo compability for techdocs by <a href="https://github.com/timo-reymann"><code>@​timo-reymann</code></a> in <a href="https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/174">timvink/mkdocs-git-revision-date-localized-plugin#174</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/timo-reymann"><code>@​timo-reymann</code></a> made their first contribution in <a href="https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/pull/174">timvink/mkdocs-git-revision-date-localized-plugin#174</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.4.4...v1.4.5">https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.4.4...v1.4.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/2fd812fd567c90a12ea9400665c8f62faf40366e"><code>2fd812f</code></a> skip monorepo on windows</li> <li><a href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/aab7303e972f0038d02c70ca8aa528ab868456e5"><code>aab7303</code></a> add python version file</li> <li><a href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/b092d8789351e9c1fe4ce5967f222829b78b79fb"><code>b092d87</code></a> bump to 1.4.5</li> <li><a href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/fbd3e56b80727e835811a95393a98a6e865001bf"><code>fbd3e56</code></a> Merge pull request <a href="https://redirect.github.com/timvink/mkdocs-git-revision-date-localized-plugin/issues/174">#174</a> from timo-reymann/fix/monorepo-compability</li> <li><a href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/d114ccea1feb3b5692abd1b48473ad39395f2f72"><code>d114cce</code></a> Test build works for techdocs-core plugin</li> <li><a href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/d6515248dc949d629000d1525db0d97ed20cf106"><code>d651524</code></a> Add dev dependency for testing techdocs-core integration</li> <li><a href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/95e8d78bcfba31fa09281a1e84ea6a4d8f04624e"><code>95e8d78</code></a> Add more robust check for monorepo plugin configuration</li> <li><a href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/1befc7bf383a13deca41bbe6ebbab34cd1ca4d2d"><code>1befc7b</code></a> Update unittests.yml typo</li> <li><a href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/bd876e5c6c99ab92f515d479fd5655a77933b4e9"><code>bd876e5</code></a> bump version</li> <li><a href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/commit/ce3849409bd2f273271aa5c56ceed2c5a41d9aa3"><code>ce38494</code></a> remove print()</li> <li>Additional commits viewable in <a href="https://github.com/timvink/mkdocs-git-revision-date-localized-plugin/compare/v1.3.0...v1.4.5">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
2 parents e508732 + 2c6e2b9 commit 4373a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/documentation.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# -----------------------
33

44
mkdocs-git-committers-plugin-2>=2.4.1,<2.6
5-
mkdocs-git-revision-date-localized-plugin>=1.3,<1.4
5+
mkdocs-git-revision-date-localized-plugin>=1.3,<1.5
66
mkdocs-material[imaging]>=9.5.47,<10
77
mkdocs-minify-plugin>=0.8,<0.9
88
mkdocstrings-python>=1.16.2,<1.17

0 commit comments

Comments
 (0)