Skip to content

Commit

Permalink
build(deps): update mkdocs-awesome-pages-plugin requirement from <2.1…
Browse files Browse the repository at this point in the history
…0,>=2.6 to >=2.6,<2.11 (#1239)

Updates the requirements on
[mkdocs-awesome-pages-plugin](https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin)
to permit the latest version.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/releases">mkdocs-awesome-pages-plugin's
releases</a>.</em></p>
<blockquote>
<h2>v2.10.1</h2>
<h3>Bugfixes</h3>
<ul>
<li>Add ignore_case to config_scheme</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/da5ed8ee013fc3ff37aab17194c029d2a884ad04"><code>da5ed8e</code></a>
Bump version to 2.10.1</li>
<li><a
href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/416eaf7ca30dcd8583652b57e473c715ce8b2b27"><code>416eaf7</code></a>
Add ignore_case to config_scheme (<a
href="https://redirect.github.com/lukasgeiter/mkdocs-awesome-pages-plugin/issues/113">#113</a>)</li>
<li><a
href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/7b7e9c4260a754e3c61712d8668ed6fc459bd577"><code>7b7e9c4</code></a>
Bump version to 2.10.0</li>
<li><a
href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/b3c0253ea92c09feb05c2d1b73b79d71018bb4dd"><code>b3c0253</code></a>
Document ignore_case option</li>
<li><a
href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/a6ee1057cc5a49bd5f4139965c5d025c13dbd660"><code>a6ee105</code></a>
Add ignore case for sorting (<a
href="https://redirect.github.com/lukasgeiter/mkdocs-awesome-pages-plugin/issues/112">#112</a>)</li>
<li><a
href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/df9ddcc9b83b89d6321f2fc9c7bb2a2cc8b2450b"><code>df9ddcc</code></a>
Update github action versions</li>
<li><a
href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/b1ccfa14d5219c463c610beda2761c6a1ef1c263"><code>b1ccfa1</code></a>
Test with different mkdocs versions</li>
<li><a
href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/894bbe8ff466956678241ef5ffa40ff904e7cac2"><code>894bbe8</code></a>
Bump version to 2.9.3</li>
<li><a
href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/35cd23d2fed41d7facee3df0d6104d081b34862a"><code>35cd23d</code></a>
Add support for mkdocs 1.6.0</li>
<li><a
href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/f12694cd78c429cc0a6541e594d03e2e9e27dd67"><code>f12694c</code></a>
Install flake8</li>
<li>Additional commits viewable in <a
href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/compare/v2.6.0...v2.10.1">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>
  • Loading branch information
Guts authored Dec 31, 2024
2 parents c511140 + 32c55b8 commit 62dcb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pre-commit>=3,<4
# -----------------------

babel>=2.14,<3 # pour les macros
mkdocs-awesome-pages-plugin>=2.6,<2.10
mkdocs-awesome-pages-plugin>=2.6,<2.11
mkdocs-exclude>=1.0,<1.1
mkdocs-git-authors-plugin<0.10
mkdocs-git-committers-plugin-2>=2.2.3,<2.5
Expand Down

0 comments on commit 62dcb23

Please sign in to comment.