Skip to content

Commit c52a987

Browse files
chore(deps-dev): bump mkdocs-material from 7.1.9 to 7.1.10 (#522)
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 7.1.9 to 7.1.10. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/releases">mkdocs-material's releases</a>.</em></p> <blockquote> <h2>mkdocs-material-7.1.10</h2> <ul> <li>Refactored appearance of back-to-top button</li> <li>Fixed graceful handling of search when browsing locally</li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/squidfunk/mkdocs-material/blob/master/docs/changelog.md">mkdocs-material's changelog</a>.</em></p> <blockquote> <h3>7.1.10 <!-- raw HTML omitted -->_ July 10, 2021<!-- raw HTML omitted --></h3> <ul> <li>Refactored appearance of back-to-top button</li> <li>Fixed graceful handling of search when browsing locally</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/714a9cc7d1e33b250753c722d87d54cdabc39d3d"><code>714a9cc</code></a> Prepare 7.1.10 release</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/30a4d58d06c693b76f4470fd5c8b6298303901d9"><code>30a4d58</code></a> Added documentation for cookie consent</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/580f1181f5165d9aaa777d8f5d57862cfd33f63c"><code>580f118</code></a> Improved graceful handling of broken search when browsing locally</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/52d773b81bac3cb4f1fb7c1dd5037cdc0cf8438a"><code>52d773b</code></a> Added distribution files</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/4fb80ea2cfe715921eaa8baa0c7da03ae906ee12"><code>4fb80ea</code></a> Fixed back-to-top button overlaying search</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/7abeb6870817fd0b56c27a53630927c0b9da638c"><code>7abeb68</code></a> Fixed rendering of back-to-top button when used with sticky tabs</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/7ca4ca1a908175d989da206267dba993d45f2167"><code>7ca4ca1</code></a> Fixed transitions on back-to-top button</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/f6efb783894befe94b9893ce07341b8a2bf83bcb"><code>f6efb78</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/e4d62077c4687ce6bd5d1274383f864c14326fd6"><code>e4d6207</code></a> Updated dependencies</li> <li><a href="https://github.com/squidfunk/mkdocs-material/commit/68de4db94d0f71ec4aa6d364435eebd7c3fa74f7"><code>68de4db</code></a> Removed back-to-top button in print view</li> <li>Additional commits viewable in <a href="https://github.com/squidfunk/mkdocs-material/compare/7.1.9...7.1.10">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs-material&package-manager=pip&previous-version=7.1.9&new-version=7.1.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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 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>
1 parent 2ea419a commit c52a987

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ radon = "^4.5.0"
4949
xenon = "^0.7.3"
5050
flake8-eradicate = "^1.1.0"
5151
flake8-bugbear = "^21.3.2"
52-
mkdocs-material = "^7.1.9"
52+
mkdocs-material = "^7.1.10"
5353
mkdocs-git-revision-date-plugin = "^0.3.1"
5454
mike = "^0.6.0"
5555
mypy = "^0.910"

0 commit comments

Comments
 (0)