Skip to content

Commit

Permalink
chore(deps-dev): Update mkdocs-awesome-pages-plugin requirement from …
Browse files Browse the repository at this point in the history
…~=2.9.2 to ~=2.9.3 in /gh-pages (#4585)

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.9.3</h2>
<h3>Bugfixes</h3>
<ul>
<li>Fix compatibility issues with MkDocs 1.6.0</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<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><a href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/7d32a2e2787bf513145e3e15b0363fb099941280"><code>7d32a2e</code></a> Install isort</li>
<li><a href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/9f953f7aedc0d2695b30c364626841b036d24e99"><code>9f953f7</code></a> Update dev dependencies</li>
<li><a href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/79a941472216ef2e795ef05d8c161c7aa766f22c"><code>79a9414</code></a> Drop support for python 3.8 and update poetry</li>
<li><a href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/2ff8819072a8fe17b9e80c415e0630f311ca7163"><code>2ff8819</code></a> fix filename in example in README.md</li>
<li><a href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/commit/85eba1a378344a276a2ae3c37244c7702e149e4d"><code>85eba1a</code></a> Lock poetry version</li>
<li>See full diff in <a href="https://github.com/lukasgeiter/mkdocs-awesome-pages-plugin/compare/v2.9.2...v2.9.3">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
dependabot[bot] authored Jul 29, 2024
1 parent cacdfd0 commit 562c286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-pages/requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mkdocs~=1.6.0
mkdocs-awesome-pages-plugin~=2.9.2
mkdocs-awesome-pages-plugin~=2.9.3
mkdocs-material~=9.5.30
mkdocs-git-revision-date-plugin~=0.3.2

0 comments on commit 562c286

Please sign in to comment.