FHIR Chat · fhircast-docs / PR #373 Bump mkdocs from 1.0.4 to 1.2.3 · fhircast-github

Stream: fhircast-github

Topic: fhircast-docs / PR #373 Bump mkdocs from 1.0.4 to 1.2.3


view this post on Zulip Github Notifications (FHIRcast) (Dec 07 2021 at 23:49):

dependabot[bot] opened PR #373 from dependabot/pip/mkdocs-1.2.3 to master:

Bumps mkdocs from 1.0.4 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
<blockquote>
<h2>1.2.3</h2>
<p>MkDocs 1.2.3 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a>.</p>
<p><em>Aside</em>: MkDocs has a new <a href="https://gitter.im/mkdocs/community">chat room</a> on Gitter/Matrix. <a href="https://github.com/mkdocs/mkdocs#support">More details</a>.</p>
<p>Improvements:</p>
<ul>
<li>
<p>Built-in themes now also support these languages:</p>
<ul>
<li>Simplified Chinese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2497">#2497</a>)</li>
<li>Japanese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2525">#2525</a>)</li>
<li>Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li>Spanish (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2545">#2545</a>, previously <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2396">#2396</a>)</li>
</ul>
</li>
<li>
<p>Third-party plugins will take precedence over built-in plugins with the same name (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2591">#2591</a>)</p>
</li>
<li>
<p>Bugfix: Fix ability to load translations for some languages: core support (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2565">#2565</a>) and search plugin support with fallbacks (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2602">#2602</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent directory traversal in the dev server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2604">#2604</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent webserver warnings from being treated as a build failure in strict mode (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</p>
</li>
<li>
<p>Bugfix: Correctly print colorful messages in the terminal on Windows (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2606">#2606</a>)</p>
</li>
<li>
<p>Bugfix: Python version 3.10 was displayed incorrectly in <code>--version</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</p>
</li>
</ul>
<p>Other small improvements; see <a href="https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3">commit log</a>.</p>
<h2>1.2.2</h2>
<p>MkDocs 1.2.2 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a> -- make sure you've seen the "major" release notes as well.</p>
<ul>
<li>
<p>Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2464">#2464</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Revert livereload file watching to use polling observer (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2477">#2477</a>)</p>
<p>This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts.</p>
<p>This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage.</p>
</li>
<li>
<p>Revert from 1.2: Remove the requirement of a <code>site_url</code> config and the restriction on <code>use_directory_urls</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2490">#2490</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in <code>mkdocs serve</code> server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2507">#2507</a>)</p>
<p>Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before.</p>
</li>
<li>
<p>Bugfix: Fix <code>gh_deploy</code> with config-file in the current directory (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2481">#2481</a>)</p>
</li>
<li>
<p>Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2179">#2179</a>)</p>
</li>
<li>
<p>Allow "mkdocs.yaml" as the file name when '--config' is not passed (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2478">#2478</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/commit/d167eab473c1b772f0d5f999d580c8bf3ef9b59f"><code>d167eab</code></a> Release 1.2.3 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2614">#2614</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/5629b09f1a04fdfbbf0704b502c231ec255257ad"><code>5629b09</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2621">#2621</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/2c4679b00a4484caa13eef06318652c09e147524"><code>2c4679b</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2620">#2620</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/9262cc576dede2203edb57db26e8c17115f42035"><code>9262cc5</code></a> Fix the code to abbreviate Python's version (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/83458500608d41af04c07c6cbb20eb6b5072f571"><code>8345850</code></a> Add hint about <code>-f/--config-file</code> in configuration documentation (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2616">#2616</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/815af480d64cc8232bfbd3f722db63752956a149"><code>815af48</code></a> Added translation for Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6563439956409ca691b5df0fb8fccfc91b5a4056"><code>6563439</code></a> Update contact instructions: announce chat, preference for issues (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2610">#2610</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6b72eef74852d105988e83e0c50fa3c901cc53c1"><code>6b72eef</code></a> We can again announce support of zh_CN locale (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2609">#2609</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/b18ae296593cbc35c6c329a294c3c3c21687ec58"><code>b18ae29</code></a> Drop <code>assert_mock_called_once</code> compat method from tests (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2611">#2611</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/7a27572d0e41f0e78239f93693b12b9236eb9905"><code>7a27572</code></a> Isolate strict warning counter to just the ongoing build (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.0.4...1.2.3">compare view</a></li>
</ul>
</details>
<br />

![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.0.4&new-version=1.2.3)

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo f
[message truncated]

view this post on Zulip Github Notifications (FHIRcast) (Dec 09 2021 at 05:47):

dependabot[bot] edited PR #373 from dependabot/pip/mkdocs-1.2.3 to master:

[//]: # (dependabot-start)
:warning:Dependabot is rebasing this PR :warning:

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


[//]: # (dependabot-end)

Bumps mkdocs from 1.0.4 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
<blockquote>
<h2>1.2.3</h2>
<p>MkDocs 1.2.3 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a>.</p>
<p><em>Aside</em>: MkDocs has a new <a href="https://gitter.im/mkdocs/community">chat room</a> on Gitter/Matrix. <a href="https://github.com/mkdocs/mkdocs#support">More details</a>.</p>
<p>Improvements:</p>
<ul>
<li>
<p>Built-in themes now also support these languages:</p>
<ul>
<li>Simplified Chinese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2497">#2497</a>)</li>
<li>Japanese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2525">#2525</a>)</li>
<li>Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li>Spanish (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2545">#2545</a>, previously <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2396">#2396</a>)</li>
</ul>
</li>
<li>
<p>Third-party plugins will take precedence over built-in plugins with the same name (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2591">#2591</a>)</p>
</li>
<li>
<p>Bugfix: Fix ability to load translations for some languages: core support (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2565">#2565</a>) and search plugin support with fallbacks (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2602">#2602</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent directory traversal in the dev server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2604">#2604</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent webserver warnings from being treated as a build failure in strict mode (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</p>
</li>
<li>
<p>Bugfix: Correctly print colorful messages in the terminal on Windows (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2606">#2606</a>)</p>
</li>
<li>
<p>Bugfix: Python version 3.10 was displayed incorrectly in <code>--version</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</p>
</li>
</ul>
<p>Other small improvements; see <a href="https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3">commit log</a>.</p>
<h2>1.2.2</h2>
<p>MkDocs 1.2.2 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a> -- make sure you've seen the "major" release notes as well.</p>
<ul>
<li>
<p>Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2464">#2464</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Revert livereload file watching to use polling observer (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2477">#2477</a>)</p>
<p>This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts.</p>
<p>This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage.</p>
</li>
<li>
<p>Revert from 1.2: Remove the requirement of a <code>site_url</code> config and the restriction on <code>use_directory_urls</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2490">#2490</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in <code>mkdocs serve</code> server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2507">#2507</a>)</p>
<p>Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before.</p>
</li>
<li>
<p>Bugfix: Fix <code>gh_deploy</code> with config-file in the current directory (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2481">#2481</a>)</p>
</li>
<li>
<p>Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2179">#2179</a>)</p>
</li>
<li>
<p>Allow "mkdocs.yaml" as the file name when '--config' is not passed (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2478">#2478</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/commit/d167eab473c1b772f0d5f999d580c8bf3ef9b59f"><code>d167eab</code></a> Release 1.2.3 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2614">#2614</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/5629b09f1a04fdfbbf0704b502c231ec255257ad"><code>5629b09</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2621">#2621</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/2c4679b00a4484caa13eef06318652c09e147524"><code>2c4679b</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2620">#2620</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/9262cc576dede2203edb57db26e8c17115f42035"><code>9262cc5</code></a> Fix the code to abbreviate Python's version (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/83458500608d41af04c07c6cbb20eb6b5072f571"><code>8345850</code></a> Add hint about <code>-f/--config-file</code> in configuration documentation (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2616">#2616</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/815af480d64cc8232bfbd3f722db63752956a149"><code>815af48</code></a> Added translation for Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6563439956409ca691b5df0fb8fccfc91b5a4056"><code>6563439</code></a> Update contact instructions: announce chat, preference for issues (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2610">#2610</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6b72eef74852d105988e83e0c50fa3c901cc53c1"><code>6b72eef</code></a> We can again announce support of zh_CN locale (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2609">#2609</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/b18ae296593cbc35c6c329a294c3c3c21687ec58"><code>b18ae29</code></a> Drop <code>assert_mock_called_once</code> compat method from tests (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2611">#2611</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/7a27572d0e41f0e78239f93693b12b9236eb9905"><code>7a27572</code></a> Isolate strict warning counter to just the ongoing build (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.0.4...1.2.3">compare view</a></li>
</ul>
</details>
<br />

![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.0.4&new-version=1.2.3)

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • `@dependabot use these assi
    [message truncated]

view this post on Zulip Github Notifications (FHIRcast) (Dec 09 2021 at 05:57):

dependabot[bot] edited PR #373 from dependabot/pip/mkdocs-1.2.3 to master:

Bumps mkdocs from 1.0.4 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
<blockquote>
<h2>1.2.3</h2>
<p>MkDocs 1.2.3 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a>.</p>
<p><em>Aside</em>: MkDocs has a new <a href="https://gitter.im/mkdocs/community">chat room</a> on Gitter/Matrix. <a href="https://github.com/mkdocs/mkdocs#support">More details</a>.</p>
<p>Improvements:</p>
<ul>
<li>
<p>Built-in themes now also support these languages:</p>
<ul>
<li>Simplified Chinese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2497">#2497</a>)</li>
<li>Japanese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2525">#2525</a>)</li>
<li>Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li>Spanish (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2545">#2545</a>, previously <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2396">#2396</a>)</li>
</ul>
</li>
<li>
<p>Third-party plugins will take precedence over built-in plugins with the same name (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2591">#2591</a>)</p>
</li>
<li>
<p>Bugfix: Fix ability to load translations for some languages: core support (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2565">#2565</a>) and search plugin support with fallbacks (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2602">#2602</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent directory traversal in the dev server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2604">#2604</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent webserver warnings from being treated as a build failure in strict mode (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</p>
</li>
<li>
<p>Bugfix: Correctly print colorful messages in the terminal on Windows (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2606">#2606</a>)</p>
</li>
<li>
<p>Bugfix: Python version 3.10 was displayed incorrectly in <code>--version</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</p>
</li>
</ul>
<p>Other small improvements; see <a href="https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3">commit log</a>.</p>
<h2>1.2.2</h2>
<p>MkDocs 1.2.2 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a> -- make sure you've seen the "major" release notes as well.</p>
<ul>
<li>
<p>Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2464">#2464</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Revert livereload file watching to use polling observer (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2477">#2477</a>)</p>
<p>This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts.</p>
<p>This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage.</p>
</li>
<li>
<p>Revert from 1.2: Remove the requirement of a <code>site_url</code> config and the restriction on <code>use_directory_urls</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2490">#2490</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in <code>mkdocs serve</code> server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2507">#2507</a>)</p>
<p>Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before.</p>
</li>
<li>
<p>Bugfix: Fix <code>gh_deploy</code> with config-file in the current directory (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2481">#2481</a>)</p>
</li>
<li>
<p>Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2179">#2179</a>)</p>
</li>
<li>
<p>Allow "mkdocs.yaml" as the file name when '--config' is not passed (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2478">#2478</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/commit/d167eab473c1b772f0d5f999d580c8bf3ef9b59f"><code>d167eab</code></a> Release 1.2.3 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2614">#2614</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/5629b09f1a04fdfbbf0704b502c231ec255257ad"><code>5629b09</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2621">#2621</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/2c4679b00a4484caa13eef06318652c09e147524"><code>2c4679b</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2620">#2620</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/9262cc576dede2203edb57db26e8c17115f42035"><code>9262cc5</code></a> Fix the code to abbreviate Python's version (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/83458500608d41af04c07c6cbb20eb6b5072f571"><code>8345850</code></a> Add hint about <code>-f/--config-file</code> in configuration documentation (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2616">#2616</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/815af480d64cc8232bfbd3f722db63752956a149"><code>815af48</code></a> Added translation for Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6563439956409ca691b5df0fb8fccfc91b5a4056"><code>6563439</code></a> Update contact instructions: announce chat, preference for issues (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2610">#2610</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6b72eef74852d105988e83e0c50fa3c901cc53c1"><code>6b72eef</code></a> We can again announce support of zh_CN locale (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2609">#2609</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/b18ae296593cbc35c6c329a294c3c3c21687ec58"><code>b18ae29</code></a> Drop <code>assert_mock_called_once</code> compat method from tests (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2611">#2611</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/7a27572d0e41f0e78239f93693b12b9236eb9905"><code>7a27572</code></a> Isolate strict warning counter to just the ongoing build (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.0.4...1.2.3">compare view</a></li>
</ul>
</details>
<br />

![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.0.4&new-version=1.2.3)

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo f
[message truncated]

view this post on Zulip Github Notifications (FHIRcast) (Mar 25 2022 at 22:09):

dependabot[bot] edited PR #373 from dependabot/pip/mkdocs-1.2.3 to master:

[//]: # (dependabot-start)
:warning:Dependabot is rebasing this PR :warning:

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


[//]: # (dependabot-end)

Bumps mkdocs from 1.0.4 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
<blockquote>
<h2>1.2.3</h2>
<p>MkDocs 1.2.3 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a>.</p>
<p><em>Aside</em>: MkDocs has a new <a href="https://gitter.im/mkdocs/community">chat room</a> on Gitter/Matrix. <a href="https://github.com/mkdocs/mkdocs#support">More details</a>.</p>
<p>Improvements:</p>
<ul>
<li>
<p>Built-in themes now also support these languages:</p>
<ul>
<li>Simplified Chinese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2497">#2497</a>)</li>
<li>Japanese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2525">#2525</a>)</li>
<li>Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li>Spanish (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2545">#2545</a>, previously <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2396">#2396</a>)</li>
</ul>
</li>
<li>
<p>Third-party plugins will take precedence over built-in plugins with the same name (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2591">#2591</a>)</p>
</li>
<li>
<p>Bugfix: Fix ability to load translations for some languages: core support (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2565">#2565</a>) and search plugin support with fallbacks (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2602">#2602</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent directory traversal in the dev server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2604">#2604</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent webserver warnings from being treated as a build failure in strict mode (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</p>
</li>
<li>
<p>Bugfix: Correctly print colorful messages in the terminal on Windows (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2606">#2606</a>)</p>
</li>
<li>
<p>Bugfix: Python version 3.10 was displayed incorrectly in <code>--version</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</p>
</li>
</ul>
<p>Other small improvements; see <a href="https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3">commit log</a>.</p>
<h2>1.2.2</h2>
<p>MkDocs 1.2.2 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a> -- make sure you've seen the "major" release notes as well.</p>
<ul>
<li>
<p>Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2464">#2464</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Revert livereload file watching to use polling observer (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2477">#2477</a>)</p>
<p>This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts.</p>
<p>This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage.</p>
</li>
<li>
<p>Revert from 1.2: Remove the requirement of a <code>site_url</code> config and the restriction on <code>use_directory_urls</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2490">#2490</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in <code>mkdocs serve</code> server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2507">#2507</a>)</p>
<p>Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before.</p>
</li>
<li>
<p>Bugfix: Fix <code>gh_deploy</code> with config-file in the current directory (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2481">#2481</a>)</p>
</li>
<li>
<p>Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2179">#2179</a>)</p>
</li>
<li>
<p>Allow "mkdocs.yaml" as the file name when '--config' is not passed (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2478">#2478</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/commit/d167eab473c1b772f0d5f999d580c8bf3ef9b59f"><code>d167eab</code></a> Release 1.2.3 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2614">#2614</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/5629b09f1a04fdfbbf0704b502c231ec255257ad"><code>5629b09</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2621">#2621</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/2c4679b00a4484caa13eef06318652c09e147524"><code>2c4679b</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2620">#2620</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/9262cc576dede2203edb57db26e8c17115f42035"><code>9262cc5</code></a> Fix the code to abbreviate Python's version (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/83458500608d41af04c07c6cbb20eb6b5072f571"><code>8345850</code></a> Add hint about <code>-f/--config-file</code> in configuration documentation (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2616">#2616</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/815af480d64cc8232bfbd3f722db63752956a149"><code>815af48</code></a> Added translation for Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6563439956409ca691b5df0fb8fccfc91b5a4056"><code>6563439</code></a> Update contact instructions: announce chat, preference for issues (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2610">#2610</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6b72eef74852d105988e83e0c50fa3c901cc53c1"><code>6b72eef</code></a> We can again announce support of zh_CN locale (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2609">#2609</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/b18ae296593cbc35c6c329a294c3c3c21687ec58"><code>b18ae29</code></a> Drop <code>assert_mock_called_once</code> compat method from tests (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2611">#2611</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/7a27572d0e41f0e78239f93693b12b9236eb9905"><code>7a27572</code></a> Isolate strict warning counter to just the ongoing build (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.0.4...1.2.3">compare view</a></li>
</ul>
</details>
<br />

![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.0.4&new-version=1.2.3)

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • `@dependabot use these assi
    [message truncated]

view this post on Zulip Github Notifications (FHIRcast) (Mar 25 2022 at 22:19):

dependabot[bot] edited PR #373 from dependabot/pip/mkdocs-1.2.3 to master:

Bumps mkdocs from 1.0.4 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
<blockquote>
<h2>1.2.3</h2>
<p>MkDocs 1.2.3 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a>.</p>
<p><em>Aside</em>: MkDocs has a new <a href="https://gitter.im/mkdocs/community">chat room</a> on Gitter/Matrix. <a href="https://github.com/mkdocs/mkdocs#support">More details</a>.</p>
<p>Improvements:</p>
<ul>
<li>
<p>Built-in themes now also support these languages:</p>
<ul>
<li>Simplified Chinese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2497">#2497</a>)</li>
<li>Japanese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2525">#2525</a>)</li>
<li>Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li>Spanish (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2545">#2545</a>, previously <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2396">#2396</a>)</li>
</ul>
</li>
<li>
<p>Third-party plugins will take precedence over built-in plugins with the same name (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2591">#2591</a>)</p>
</li>
<li>
<p>Bugfix: Fix ability to load translations for some languages: core support (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2565">#2565</a>) and search plugin support with fallbacks (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2602">#2602</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent directory traversal in the dev server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2604">#2604</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent webserver warnings from being treated as a build failure in strict mode (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</p>
</li>
<li>
<p>Bugfix: Correctly print colorful messages in the terminal on Windows (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2606">#2606</a>)</p>
</li>
<li>
<p>Bugfix: Python version 3.10 was displayed incorrectly in <code>--version</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</p>
</li>
</ul>
<p>Other small improvements; see <a href="https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3">commit log</a>.</p>
<h2>1.2.2</h2>
<p>MkDocs 1.2.2 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a> -- make sure you've seen the "major" release notes as well.</p>
<ul>
<li>
<p>Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2464">#2464</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Revert livereload file watching to use polling observer (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2477">#2477</a>)</p>
<p>This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts.</p>
<p>This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage.</p>
</li>
<li>
<p>Revert from 1.2: Remove the requirement of a <code>site_url</code> config and the restriction on <code>use_directory_urls</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2490">#2490</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in <code>mkdocs serve</code> server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2507">#2507</a>)</p>
<p>Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before.</p>
</li>
<li>
<p>Bugfix: Fix <code>gh_deploy</code> with config-file in the current directory (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2481">#2481</a>)</p>
</li>
<li>
<p>Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2179">#2179</a>)</p>
</li>
<li>
<p>Allow "mkdocs.yaml" as the file name when '--config' is not passed (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2478">#2478</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/commit/d167eab473c1b772f0d5f999d580c8bf3ef9b59f"><code>d167eab</code></a> Release 1.2.3 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2614">#2614</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/5629b09f1a04fdfbbf0704b502c231ec255257ad"><code>5629b09</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2621">#2621</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/2c4679b00a4484caa13eef06318652c09e147524"><code>2c4679b</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2620">#2620</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/9262cc576dede2203edb57db26e8c17115f42035"><code>9262cc5</code></a> Fix the code to abbreviate Python's version (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/83458500608d41af04c07c6cbb20eb6b5072f571"><code>8345850</code></a> Add hint about <code>-f/--config-file</code> in configuration documentation (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2616">#2616</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/815af480d64cc8232bfbd3f722db63752956a149"><code>815af48</code></a> Added translation for Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6563439956409ca691b5df0fb8fccfc91b5a4056"><code>6563439</code></a> Update contact instructions: announce chat, preference for issues (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2610">#2610</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6b72eef74852d105988e83e0c50fa3c901cc53c1"><code>6b72eef</code></a> We can again announce support of zh_CN locale (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2609">#2609</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/b18ae296593cbc35c6c329a294c3c3c21687ec58"><code>b18ae29</code></a> Drop <code>assert_mock_called_once</code> compat method from tests (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2611">#2611</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/7a27572d0e41f0e78239f93693b12b9236eb9905"><code>7a27572</code></a> Isolate strict warning counter to just the ongoing build (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.0.4...1.2.3">compare view</a></li>
</ul>
</details>
<br />

![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.0.4&new-version=1.2.3)

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo f
[message truncated]

view this post on Zulip Github Notifications (FHIRcast) (Mar 26 2022 at 20:55):

dependabot[bot] edited PR #373 from dependabot/pip/mkdocs-1.2.3 to master:

[//]: # (dependabot-start)
:warning:Dependabot is rebasing this PR :warning:

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


[//]: # (dependabot-end)

Bumps mkdocs from 1.0.4 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
<blockquote>
<h2>1.2.3</h2>
<p>MkDocs 1.2.3 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a>.</p>
<p><em>Aside</em>: MkDocs has a new <a href="https://gitter.im/mkdocs/community">chat room</a> on Gitter/Matrix. <a href="https://github.com/mkdocs/mkdocs#support">More details</a>.</p>
<p>Improvements:</p>
<ul>
<li>
<p>Built-in themes now also support these languages:</p>
<ul>
<li>Simplified Chinese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2497">#2497</a>)</li>
<li>Japanese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2525">#2525</a>)</li>
<li>Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li>Spanish (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2545">#2545</a>, previously <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2396">#2396</a>)</li>
</ul>
</li>
<li>
<p>Third-party plugins will take precedence over built-in plugins with the same name (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2591">#2591</a>)</p>
</li>
<li>
<p>Bugfix: Fix ability to load translations for some languages: core support (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2565">#2565</a>) and search plugin support with fallbacks (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2602">#2602</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent directory traversal in the dev server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2604">#2604</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent webserver warnings from being treated as a build failure in strict mode (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</p>
</li>
<li>
<p>Bugfix: Correctly print colorful messages in the terminal on Windows (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2606">#2606</a>)</p>
</li>
<li>
<p>Bugfix: Python version 3.10 was displayed incorrectly in <code>--version</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</p>
</li>
</ul>
<p>Other small improvements; see <a href="https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3">commit log</a>.</p>
<h2>1.2.2</h2>
<p>MkDocs 1.2.2 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a> -- make sure you've seen the "major" release notes as well.</p>
<ul>
<li>
<p>Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2464">#2464</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Revert livereload file watching to use polling observer (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2477">#2477</a>)</p>
<p>This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts.</p>
<p>This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage.</p>
</li>
<li>
<p>Revert from 1.2: Remove the requirement of a <code>site_url</code> config and the restriction on <code>use_directory_urls</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2490">#2490</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in <code>mkdocs serve</code> server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2507">#2507</a>)</p>
<p>Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before.</p>
</li>
<li>
<p>Bugfix: Fix <code>gh_deploy</code> with config-file in the current directory (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2481">#2481</a>)</p>
</li>
<li>
<p>Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2179">#2179</a>)</p>
</li>
<li>
<p>Allow "mkdocs.yaml" as the file name when '--config' is not passed (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2478">#2478</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/commit/d167eab473c1b772f0d5f999d580c8bf3ef9b59f"><code>d167eab</code></a> Release 1.2.3 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2614">#2614</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/5629b09f1a04fdfbbf0704b502c231ec255257ad"><code>5629b09</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2621">#2621</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/2c4679b00a4484caa13eef06318652c09e147524"><code>2c4679b</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2620">#2620</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/9262cc576dede2203edb57db26e8c17115f42035"><code>9262cc5</code></a> Fix the code to abbreviate Python's version (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/83458500608d41af04c07c6cbb20eb6b5072f571"><code>8345850</code></a> Add hint about <code>-f/--config-file</code> in configuration documentation (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2616">#2616</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/815af480d64cc8232bfbd3f722db63752956a149"><code>815af48</code></a> Added translation for Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6563439956409ca691b5df0fb8fccfc91b5a4056"><code>6563439</code></a> Update contact instructions: announce chat, preference for issues (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2610">#2610</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6b72eef74852d105988e83e0c50fa3c901cc53c1"><code>6b72eef</code></a> We can again announce support of zh_CN locale (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2609">#2609</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/b18ae296593cbc35c6c329a294c3c3c21687ec58"><code>b18ae29</code></a> Drop <code>assert_mock_called_once</code> compat method from tests (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2611">#2611</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/7a27572d0e41f0e78239f93693b12b9236eb9905"><code>7a27572</code></a> Isolate strict warning counter to just the ongoing build (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.0.4...1.2.3">compare view</a></li>
</ul>
</details>
<br />

![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.0.4&new-version=1.2.3)

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • `@dependabot use these assi
    [message truncated]

view this post on Zulip Github Notifications (FHIRcast) (Mar 26 2022 at 21:05):

dependabot[bot] edited PR #373 from dependabot/pip/mkdocs-1.2.3 to master:

Bumps mkdocs from 1.0.4 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
<blockquote>
<h2>1.2.3</h2>
<p>MkDocs 1.2.3 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a>.</p>
<p><em>Aside</em>: MkDocs has a new <a href="https://gitter.im/mkdocs/community">chat room</a> on Gitter/Matrix. <a href="https://github.com/mkdocs/mkdocs#support">More details</a>.</p>
<p>Improvements:</p>
<ul>
<li>
<p>Built-in themes now also support these languages:</p>
<ul>
<li>Simplified Chinese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2497">#2497</a>)</li>
<li>Japanese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2525">#2525</a>)</li>
<li>Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li>Spanish (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2545">#2545</a>, previously <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2396">#2396</a>)</li>
</ul>
</li>
<li>
<p>Third-party plugins will take precedence over built-in plugins with the same name (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2591">#2591</a>)</p>
</li>
<li>
<p>Bugfix: Fix ability to load translations for some languages: core support (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2565">#2565</a>) and search plugin support with fallbacks (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2602">#2602</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent directory traversal in the dev server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2604">#2604</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent webserver warnings from being treated as a build failure in strict mode (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</p>
</li>
<li>
<p>Bugfix: Correctly print colorful messages in the terminal on Windows (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2606">#2606</a>)</p>
</li>
<li>
<p>Bugfix: Python version 3.10 was displayed incorrectly in <code>--version</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</p>
</li>
</ul>
<p>Other small improvements; see <a href="https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3">commit log</a>.</p>
<h2>1.2.2</h2>
<p>MkDocs 1.2.2 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a> -- make sure you've seen the "major" release notes as well.</p>
<ul>
<li>
<p>Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2464">#2464</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Revert livereload file watching to use polling observer (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2477">#2477</a>)</p>
<p>This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts.</p>
<p>This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage.</p>
</li>
<li>
<p>Revert from 1.2: Remove the requirement of a <code>site_url</code> config and the restriction on <code>use_directory_urls</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2490">#2490</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in <code>mkdocs serve</code> server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2507">#2507</a>)</p>
<p>Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before.</p>
</li>
<li>
<p>Bugfix: Fix <code>gh_deploy</code> with config-file in the current directory (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2481">#2481</a>)</p>
</li>
<li>
<p>Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2179">#2179</a>)</p>
</li>
<li>
<p>Allow "mkdocs.yaml" as the file name when '--config' is not passed (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2478">#2478</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/commit/d167eab473c1b772f0d5f999d580c8bf3ef9b59f"><code>d167eab</code></a> Release 1.2.3 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2614">#2614</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/5629b09f1a04fdfbbf0704b502c231ec255257ad"><code>5629b09</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2621">#2621</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/2c4679b00a4484caa13eef06318652c09e147524"><code>2c4679b</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2620">#2620</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/9262cc576dede2203edb57db26e8c17115f42035"><code>9262cc5</code></a> Fix the code to abbreviate Python's version (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/83458500608d41af04c07c6cbb20eb6b5072f571"><code>8345850</code></a> Add hint about <code>-f/--config-file</code> in configuration documentation (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2616">#2616</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/815af480d64cc8232bfbd3f722db63752956a149"><code>815af48</code></a> Added translation for Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6563439956409ca691b5df0fb8fccfc91b5a4056"><code>6563439</code></a> Update contact instructions: announce chat, preference for issues (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2610">#2610</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6b72eef74852d105988e83e0c50fa3c901cc53c1"><code>6b72eef</code></a> We can again announce support of zh_CN locale (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2609">#2609</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/b18ae296593cbc35c6c329a294c3c3c21687ec58"><code>b18ae29</code></a> Drop <code>assert_mock_called_once</code> compat method from tests (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2611">#2611</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/7a27572d0e41f0e78239f93693b12b9236eb9905"><code>7a27572</code></a> Isolate strict warning counter to just the ongoing build (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.0.4...1.2.3">compare view</a></li>
</ul>
</details>
<br />

![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.0.4&new-version=1.2.3)

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo f
[message truncated]

view this post on Zulip Github Notifications (FHIRcast) (Mar 26 2022 at 21:05):

dependabot[bot] edited PR #373 from dependabot/pip/mkdocs-1.2.3 to master:

[//]: # (dependabot-start)
:warning:Dependabot is rebasing this PR :warning:

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


[//]: # (dependabot-end)

Bumps mkdocs from 1.0.4 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
<blockquote>
<h2>1.2.3</h2>
<p>MkDocs 1.2.3 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a>.</p>
<p><em>Aside</em>: MkDocs has a new <a href="https://gitter.im/mkdocs/community">chat room</a> on Gitter/Matrix. <a href="https://github.com/mkdocs/mkdocs#support">More details</a>.</p>
<p>Improvements:</p>
<ul>
<li>
<p>Built-in themes now also support these languages:</p>
<ul>
<li>Simplified Chinese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2497">#2497</a>)</li>
<li>Japanese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2525">#2525</a>)</li>
<li>Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li>Spanish (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2545">#2545</a>, previously <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2396">#2396</a>)</li>
</ul>
</li>
<li>
<p>Third-party plugins will take precedence over built-in plugins with the same name (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2591">#2591</a>)</p>
</li>
<li>
<p>Bugfix: Fix ability to load translations for some languages: core support (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2565">#2565</a>) and search plugin support with fallbacks (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2602">#2602</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent directory traversal in the dev server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2604">#2604</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent webserver warnings from being treated as a build failure in strict mode (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</p>
</li>
<li>
<p>Bugfix: Correctly print colorful messages in the terminal on Windows (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2606">#2606</a>)</p>
</li>
<li>
<p>Bugfix: Python version 3.10 was displayed incorrectly in <code>--version</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</p>
</li>
</ul>
<p>Other small improvements; see <a href="https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3">commit log</a>.</p>
<h2>1.2.2</h2>
<p>MkDocs 1.2.2 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a> -- make sure you've seen the "major" release notes as well.</p>
<ul>
<li>
<p>Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2464">#2464</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Revert livereload file watching to use polling observer (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2477">#2477</a>)</p>
<p>This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts.</p>
<p>This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage.</p>
</li>
<li>
<p>Revert from 1.2: Remove the requirement of a <code>site_url</code> config and the restriction on <code>use_directory_urls</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2490">#2490</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in <code>mkdocs serve</code> server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2507">#2507</a>)</p>
<p>Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before.</p>
</li>
<li>
<p>Bugfix: Fix <code>gh_deploy</code> with config-file in the current directory (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2481">#2481</a>)</p>
</li>
<li>
<p>Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2179">#2179</a>)</p>
</li>
<li>
<p>Allow "mkdocs.yaml" as the file name when '--config' is not passed (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2478">#2478</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/commit/d167eab473c1b772f0d5f999d580c8bf3ef9b59f"><code>d167eab</code></a> Release 1.2.3 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2614">#2614</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/5629b09f1a04fdfbbf0704b502c231ec255257ad"><code>5629b09</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2621">#2621</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/2c4679b00a4484caa13eef06318652c09e147524"><code>2c4679b</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2620">#2620</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/9262cc576dede2203edb57db26e8c17115f42035"><code>9262cc5</code></a> Fix the code to abbreviate Python's version (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/83458500608d41af04c07c6cbb20eb6b5072f571"><code>8345850</code></a> Add hint about <code>-f/--config-file</code> in configuration documentation (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2616">#2616</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/815af480d64cc8232bfbd3f722db63752956a149"><code>815af48</code></a> Added translation for Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6563439956409ca691b5df0fb8fccfc91b5a4056"><code>6563439</code></a> Update contact instructions: announce chat, preference for issues (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2610">#2610</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6b72eef74852d105988e83e0c50fa3c901cc53c1"><code>6b72eef</code></a> We can again announce support of zh_CN locale (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2609">#2609</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/b18ae296593cbc35c6c329a294c3c3c21687ec58"><code>b18ae29</code></a> Drop <code>assert_mock_called_once</code> compat method from tests (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2611">#2611</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/7a27572d0e41f0e78239f93693b12b9236eb9905"><code>7a27572</code></a> Isolate strict warning counter to just the ongoing build (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.0.4...1.2.3">compare view</a></li>
</ul>
</details>
<br />

![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.0.4&new-version=1.2.3)

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • `@dependabot use these assi
    [message truncated]

view this post on Zulip Github Notifications (FHIRcast) (Mar 26 2022 at 21:16):

dependabot[bot] edited PR #373 from dependabot/pip/mkdocs-1.2.3 to master:

Bumps mkdocs from 1.0.4 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
<blockquote>
<h2>1.2.3</h2>
<p>MkDocs 1.2.3 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a>.</p>
<p><em>Aside</em>: MkDocs has a new <a href="https://gitter.im/mkdocs/community">chat room</a> on Gitter/Matrix. <a href="https://github.com/mkdocs/mkdocs#support">More details</a>.</p>
<p>Improvements:</p>
<ul>
<li>
<p>Built-in themes now also support these languages:</p>
<ul>
<li>Simplified Chinese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2497">#2497</a>)</li>
<li>Japanese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2525">#2525</a>)</li>
<li>Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li>Spanish (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2545">#2545</a>, previously <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2396">#2396</a>)</li>
</ul>
</li>
<li>
<p>Third-party plugins will take precedence over built-in plugins with the same name (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2591">#2591</a>)</p>
</li>
<li>
<p>Bugfix: Fix ability to load translations for some languages: core support (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2565">#2565</a>) and search plugin support with fallbacks (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2602">#2602</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent directory traversal in the dev server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2604">#2604</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent webserver warnings from being treated as a build failure in strict mode (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</p>
</li>
<li>
<p>Bugfix: Correctly print colorful messages in the terminal on Windows (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2606">#2606</a>)</p>
</li>
<li>
<p>Bugfix: Python version 3.10 was displayed incorrectly in <code>--version</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</p>
</li>
</ul>
<p>Other small improvements; see <a href="https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3">commit log</a>.</p>
<h2>1.2.2</h2>
<p>MkDocs 1.2.2 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a> -- make sure you've seen the "major" release notes as well.</p>
<ul>
<li>
<p>Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2464">#2464</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Revert livereload file watching to use polling observer (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2477">#2477</a>)</p>
<p>This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts.</p>
<p>This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage.</p>
</li>
<li>
<p>Revert from 1.2: Remove the requirement of a <code>site_url</code> config and the restriction on <code>use_directory_urls</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2490">#2490</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in <code>mkdocs serve</code> server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2507">#2507</a>)</p>
<p>Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before.</p>
</li>
<li>
<p>Bugfix: Fix <code>gh_deploy</code> with config-file in the current directory (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2481">#2481</a>)</p>
</li>
<li>
<p>Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2179">#2179</a>)</p>
</li>
<li>
<p>Allow "mkdocs.yaml" as the file name when '--config' is not passed (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2478">#2478</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/commit/d167eab473c1b772f0d5f999d580c8bf3ef9b59f"><code>d167eab</code></a> Release 1.2.3 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2614">#2614</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/5629b09f1a04fdfbbf0704b502c231ec255257ad"><code>5629b09</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2621">#2621</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/2c4679b00a4484caa13eef06318652c09e147524"><code>2c4679b</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2620">#2620</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/9262cc576dede2203edb57db26e8c17115f42035"><code>9262cc5</code></a> Fix the code to abbreviate Python's version (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/83458500608d41af04c07c6cbb20eb6b5072f571"><code>8345850</code></a> Add hint about <code>-f/--config-file</code> in configuration documentation (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2616">#2616</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/815af480d64cc8232bfbd3f722db63752956a149"><code>815af48</code></a> Added translation for Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6563439956409ca691b5df0fb8fccfc91b5a4056"><code>6563439</code></a> Update contact instructions: announce chat, preference for issues (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2610">#2610</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6b72eef74852d105988e83e0c50fa3c901cc53c1"><code>6b72eef</code></a> We can again announce support of zh_CN locale (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2609">#2609</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/b18ae296593cbc35c6c329a294c3c3c21687ec58"><code>b18ae29</code></a> Drop <code>assert_mock_called_once</code> compat method from tests (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2611">#2611</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/7a27572d0e41f0e78239f93693b12b9236eb9905"><code>7a27572</code></a> Isolate strict warning counter to just the ongoing build (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.0.4...1.2.3">compare view</a></li>
</ul>
</details>
<br />

![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.0.4&new-version=1.2.3)

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo f
[message truncated]

view this post on Zulip Github Notifications (FHIRcast) (Mar 29 2022 at 20:10):

dependabot[bot] edited PR #373 from dependabot/pip/mkdocs-1.2.3 to master:

[//]: # (dependabot-start)
:warning:Dependabot is rebasing this PR :warning:

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


[//]: # (dependabot-end)

Bumps mkdocs from 1.0.4 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
<blockquote>
<h2>1.2.3</h2>
<p>MkDocs 1.2.3 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a>.</p>
<p><em>Aside</em>: MkDocs has a new <a href="https://gitter.im/mkdocs/community">chat room</a> on Gitter/Matrix. <a href="https://github.com/mkdocs/mkdocs#support">More details</a>.</p>
<p>Improvements:</p>
<ul>
<li>
<p>Built-in themes now also support these languages:</p>
<ul>
<li>Simplified Chinese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2497">#2497</a>)</li>
<li>Japanese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2525">#2525</a>)</li>
<li>Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li>Spanish (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2545">#2545</a>, previously <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2396">#2396</a>)</li>
</ul>
</li>
<li>
<p>Third-party plugins will take precedence over built-in plugins with the same name (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2591">#2591</a>)</p>
</li>
<li>
<p>Bugfix: Fix ability to load translations for some languages: core support (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2565">#2565</a>) and search plugin support with fallbacks (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2602">#2602</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent directory traversal in the dev server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2604">#2604</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent webserver warnings from being treated as a build failure in strict mode (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</p>
</li>
<li>
<p>Bugfix: Correctly print colorful messages in the terminal on Windows (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2606">#2606</a>)</p>
</li>
<li>
<p>Bugfix: Python version 3.10 was displayed incorrectly in <code>--version</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</p>
</li>
</ul>
<p>Other small improvements; see <a href="https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3">commit log</a>.</p>
<h2>1.2.2</h2>
<p>MkDocs 1.2.2 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a> -- make sure you've seen the "major" release notes as well.</p>
<ul>
<li>
<p>Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2464">#2464</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Revert livereload file watching to use polling observer (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2477">#2477</a>)</p>
<p>This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts.</p>
<p>This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage.</p>
</li>
<li>
<p>Revert from 1.2: Remove the requirement of a <code>site_url</code> config and the restriction on <code>use_directory_urls</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2490">#2490</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in <code>mkdocs serve</code> server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2507">#2507</a>)</p>
<p>Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before.</p>
</li>
<li>
<p>Bugfix: Fix <code>gh_deploy</code> with config-file in the current directory (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2481">#2481</a>)</p>
</li>
<li>
<p>Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2179">#2179</a>)</p>
</li>
<li>
<p>Allow "mkdocs.yaml" as the file name when '--config' is not passed (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2478">#2478</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/commit/d167eab473c1b772f0d5f999d580c8bf3ef9b59f"><code>d167eab</code></a> Release 1.2.3 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2614">#2614</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/5629b09f1a04fdfbbf0704b502c231ec255257ad"><code>5629b09</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2621">#2621</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/2c4679b00a4484caa13eef06318652c09e147524"><code>2c4679b</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2620">#2620</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/9262cc576dede2203edb57db26e8c17115f42035"><code>9262cc5</code></a> Fix the code to abbreviate Python's version (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/83458500608d41af04c07c6cbb20eb6b5072f571"><code>8345850</code></a> Add hint about <code>-f/--config-file</code> in configuration documentation (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2616">#2616</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/815af480d64cc8232bfbd3f722db63752956a149"><code>815af48</code></a> Added translation for Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6563439956409ca691b5df0fb8fccfc91b5a4056"><code>6563439</code></a> Update contact instructions: announce chat, preference for issues (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2610">#2610</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6b72eef74852d105988e83e0c50fa3c901cc53c1"><code>6b72eef</code></a> We can again announce support of zh_CN locale (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2609">#2609</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/b18ae296593cbc35c6c329a294c3c3c21687ec58"><code>b18ae29</code></a> Drop <code>assert_mock_called_once</code> compat method from tests (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2611">#2611</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/7a27572d0e41f0e78239f93693b12b9236eb9905"><code>7a27572</code></a> Isolate strict warning counter to just the ongoing build (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.0.4...1.2.3">compare view</a></li>
</ul>
</details>
<br />

![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.0.4&new-version=1.2.3)

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • `@dependabot use these assi
    [message truncated]

view this post on Zulip Github Notifications (FHIRcast) (Mar 29 2022 at 20:20):

dependabot[bot] edited PR #373 from dependabot/pip/mkdocs-1.2.3 to master:

Bumps mkdocs from 1.0.4 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
<blockquote>
<h2>1.2.3</h2>
<p>MkDocs 1.2.3 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a>.</p>
<p><em>Aside</em>: MkDocs has a new <a href="https://gitter.im/mkdocs/community">chat room</a> on Gitter/Matrix. <a href="https://github.com/mkdocs/mkdocs#support">More details</a>.</p>
<p>Improvements:</p>
<ul>
<li>
<p>Built-in themes now also support these languages:</p>
<ul>
<li>Simplified Chinese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2497">#2497</a>)</li>
<li>Japanese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2525">#2525</a>)</li>
<li>Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li>Spanish (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2545">#2545</a>, previously <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2396">#2396</a>)</li>
</ul>
</li>
<li>
<p>Third-party plugins will take precedence over built-in plugins with the same name (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2591">#2591</a>)</p>
</li>
<li>
<p>Bugfix: Fix ability to load translations for some languages: core support (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2565">#2565</a>) and search plugin support with fallbacks (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2602">#2602</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent directory traversal in the dev server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2604">#2604</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent webserver warnings from being treated as a build failure in strict mode (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</p>
</li>
<li>
<p>Bugfix: Correctly print colorful messages in the terminal on Windows (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2606">#2606</a>)</p>
</li>
<li>
<p>Bugfix: Python version 3.10 was displayed incorrectly in <code>--version</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</p>
</li>
</ul>
<p>Other small improvements; see <a href="https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3">commit log</a>.</p>
<h2>1.2.2</h2>
<p>MkDocs 1.2.2 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a> -- make sure you've seen the "major" release notes as well.</p>
<ul>
<li>
<p>Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2464">#2464</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Revert livereload file watching to use polling observer (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2477">#2477</a>)</p>
<p>This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts.</p>
<p>This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage.</p>
</li>
<li>
<p>Revert from 1.2: Remove the requirement of a <code>site_url</code> config and the restriction on <code>use_directory_urls</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2490">#2490</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in <code>mkdocs serve</code> server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2507">#2507</a>)</p>
<p>Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before.</p>
</li>
<li>
<p>Bugfix: Fix <code>gh_deploy</code> with config-file in the current directory (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2481">#2481</a>)</p>
</li>
<li>
<p>Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2179">#2179</a>)</p>
</li>
<li>
<p>Allow "mkdocs.yaml" as the file name when '--config' is not passed (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2478">#2478</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/commit/d167eab473c1b772f0d5f999d580c8bf3ef9b59f"><code>d167eab</code></a> Release 1.2.3 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2614">#2614</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/5629b09f1a04fdfbbf0704b502c231ec255257ad"><code>5629b09</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2621">#2621</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/2c4679b00a4484caa13eef06318652c09e147524"><code>2c4679b</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2620">#2620</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/9262cc576dede2203edb57db26e8c17115f42035"><code>9262cc5</code></a> Fix the code to abbreviate Python's version (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/83458500608d41af04c07c6cbb20eb6b5072f571"><code>8345850</code></a> Add hint about <code>-f/--config-file</code> in configuration documentation (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2616">#2616</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/815af480d64cc8232bfbd3f722db63752956a149"><code>815af48</code></a> Added translation for Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6563439956409ca691b5df0fb8fccfc91b5a4056"><code>6563439</code></a> Update contact instructions: announce chat, preference for issues (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2610">#2610</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6b72eef74852d105988e83e0c50fa3c901cc53c1"><code>6b72eef</code></a> We can again announce support of zh_CN locale (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2609">#2609</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/b18ae296593cbc35c6c329a294c3c3c21687ec58"><code>b18ae29</code></a> Drop <code>assert_mock_called_once</code> compat method from tests (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2611">#2611</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/7a27572d0e41f0e78239f93693b12b9236eb9905"><code>7a27572</code></a> Isolate strict warning counter to just the ongoing build (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.0.4...1.2.3">compare view</a></li>
</ul>
</details>
<br />

![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.0.4&new-version=1.2.3)

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo f
[message truncated]

view this post on Zulip Github Notifications (FHIRcast) (Mar 29 2022 at 21:34):

dependabot[bot] edited PR #373 from dependabot/pip/mkdocs-1.2.3 to master:

[//]: # (dependabot-start)
:warning:Dependabot is rebasing this PR :warning:

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


[//]: # (dependabot-end)

Bumps mkdocs from 1.0.4 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
<blockquote>
<h2>1.2.3</h2>
<p>MkDocs 1.2.3 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a>.</p>
<p><em>Aside</em>: MkDocs has a new <a href="https://gitter.im/mkdocs/community">chat room</a> on Gitter/Matrix. <a href="https://github.com/mkdocs/mkdocs#support">More details</a>.</p>
<p>Improvements:</p>
<ul>
<li>
<p>Built-in themes now also support these languages:</p>
<ul>
<li>Simplified Chinese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2497">#2497</a>)</li>
<li>Japanese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2525">#2525</a>)</li>
<li>Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li>Spanish (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2545">#2545</a>, previously <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2396">#2396</a>)</li>
</ul>
</li>
<li>
<p>Third-party plugins will take precedence over built-in plugins with the same name (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2591">#2591</a>)</p>
</li>
<li>
<p>Bugfix: Fix ability to load translations for some languages: core support (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2565">#2565</a>) and search plugin support with fallbacks (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2602">#2602</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent directory traversal in the dev server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2604">#2604</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent webserver warnings from being treated as a build failure in strict mode (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</p>
</li>
<li>
<p>Bugfix: Correctly print colorful messages in the terminal on Windows (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2606">#2606</a>)</p>
</li>
<li>
<p>Bugfix: Python version 3.10 was displayed incorrectly in <code>--version</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</p>
</li>
</ul>
<p>Other small improvements; see <a href="https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3">commit log</a>.</p>
<h2>1.2.2</h2>
<p>MkDocs 1.2.2 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a> -- make sure you've seen the "major" release notes as well.</p>
<ul>
<li>
<p>Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2464">#2464</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Revert livereload file watching to use polling observer (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2477">#2477</a>)</p>
<p>This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts.</p>
<p>This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage.</p>
</li>
<li>
<p>Revert from 1.2: Remove the requirement of a <code>site_url</code> config and the restriction on <code>use_directory_urls</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2490">#2490</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in <code>mkdocs serve</code> server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2507">#2507</a>)</p>
<p>Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before.</p>
</li>
<li>
<p>Bugfix: Fix <code>gh_deploy</code> with config-file in the current directory (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2481">#2481</a>)</p>
</li>
<li>
<p>Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2179">#2179</a>)</p>
</li>
<li>
<p>Allow "mkdocs.yaml" as the file name when '--config' is not passed (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2478">#2478</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/commit/d167eab473c1b772f0d5f999d580c8bf3ef9b59f"><code>d167eab</code></a> Release 1.2.3 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2614">#2614</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/5629b09f1a04fdfbbf0704b502c231ec255257ad"><code>5629b09</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2621">#2621</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/2c4679b00a4484caa13eef06318652c09e147524"><code>2c4679b</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2620">#2620</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/9262cc576dede2203edb57db26e8c17115f42035"><code>9262cc5</code></a> Fix the code to abbreviate Python's version (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/83458500608d41af04c07c6cbb20eb6b5072f571"><code>8345850</code></a> Add hint about <code>-f/--config-file</code> in configuration documentation (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2616">#2616</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/815af480d64cc8232bfbd3f722db63752956a149"><code>815af48</code></a> Added translation for Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6563439956409ca691b5df0fb8fccfc91b5a4056"><code>6563439</code></a> Update contact instructions: announce chat, preference for issues (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2610">#2610</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6b72eef74852d105988e83e0c50fa3c901cc53c1"><code>6b72eef</code></a> We can again announce support of zh_CN locale (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2609">#2609</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/b18ae296593cbc35c6c329a294c3c3c21687ec58"><code>b18ae29</code></a> Drop <code>assert_mock_called_once</code> compat method from tests (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2611">#2611</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/7a27572d0e41f0e78239f93693b12b9236eb9905"><code>7a27572</code></a> Isolate strict warning counter to just the ongoing build (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.0.4...1.2.3">compare view</a></li>
</ul>
</details>
<br />

![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.0.4&new-version=1.2.3)

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • `@dependabot use these assi
    [message truncated]

view this post on Zulip Github Notifications (FHIRcast) (Mar 29 2022 at 21:51):

dependabot[bot] edited PR #373 from dependabot/pip/mkdocs-1.2.3 to master:

Bumps mkdocs from 1.0.4 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
<blockquote>
<h2>1.2.3</h2>
<p>MkDocs 1.2.3 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a>.</p>
<p><em>Aside</em>: MkDocs has a new <a href="https://gitter.im/mkdocs/community">chat room</a> on Gitter/Matrix. <a href="https://github.com/mkdocs/mkdocs#support">More details</a>.</p>
<p>Improvements:</p>
<ul>
<li>
<p>Built-in themes now also support these languages:</p>
<ul>
<li>Simplified Chinese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2497">#2497</a>)</li>
<li>Japanese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2525">#2525</a>)</li>
<li>Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li>Spanish (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2545">#2545</a>, previously <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2396">#2396</a>)</li>
</ul>
</li>
<li>
<p>Third-party plugins will take precedence over built-in plugins with the same name (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2591">#2591</a>)</p>
</li>
<li>
<p>Bugfix: Fix ability to load translations for some languages: core support (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2565">#2565</a>) and search plugin support with fallbacks (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2602">#2602</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent directory traversal in the dev server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2604">#2604</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent webserver warnings from being treated as a build failure in strict mode (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</p>
</li>
<li>
<p>Bugfix: Correctly print colorful messages in the terminal on Windows (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2606">#2606</a>)</p>
</li>
<li>
<p>Bugfix: Python version 3.10 was displayed incorrectly in <code>--version</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</p>
</li>
</ul>
<p>Other small improvements; see <a href="https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3">commit log</a>.</p>
<h2>1.2.2</h2>
<p>MkDocs 1.2.2 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a> -- make sure you've seen the "major" release notes as well.</p>
<ul>
<li>
<p>Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2464">#2464</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Revert livereload file watching to use polling observer (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2477">#2477</a>)</p>
<p>This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts.</p>
<p>This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage.</p>
</li>
<li>
<p>Revert from 1.2: Remove the requirement of a <code>site_url</code> config and the restriction on <code>use_directory_urls</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2490">#2490</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in <code>mkdocs serve</code> server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2507">#2507</a>)</p>
<p>Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before.</p>
</li>
<li>
<p>Bugfix: Fix <code>gh_deploy</code> with config-file in the current directory (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2481">#2481</a>)</p>
</li>
<li>
<p>Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2179">#2179</a>)</p>
</li>
<li>
<p>Allow "mkdocs.yaml" as the file name when '--config' is not passed (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2478">#2478</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/commit/d167eab473c1b772f0d5f999d580c8bf3ef9b59f"><code>d167eab</code></a> Release 1.2.3 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2614">#2614</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/5629b09f1a04fdfbbf0704b502c231ec255257ad"><code>5629b09</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2621">#2621</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/2c4679b00a4484caa13eef06318652c09e147524"><code>2c4679b</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2620">#2620</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/9262cc576dede2203edb57db26e8c17115f42035"><code>9262cc5</code></a> Fix the code to abbreviate Python's version (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/83458500608d41af04c07c6cbb20eb6b5072f571"><code>8345850</code></a> Add hint about <code>-f/--config-file</code> in configuration documentation (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2616">#2616</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/815af480d64cc8232bfbd3f722db63752956a149"><code>815af48</code></a> Added translation for Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6563439956409ca691b5df0fb8fccfc91b5a4056"><code>6563439</code></a> Update contact instructions: announce chat, preference for issues (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2610">#2610</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6b72eef74852d105988e83e0c50fa3c901cc53c1"><code>6b72eef</code></a> We can again announce support of zh_CN locale (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2609">#2609</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/b18ae296593cbc35c6c329a294c3c3c21687ec58"><code>b18ae29</code></a> Drop <code>assert_mock_called_once</code> compat method from tests (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2611">#2611</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/7a27572d0e41f0e78239f93693b12b9236eb9905"><code>7a27572</code></a> Isolate strict warning counter to just the ongoing build (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.0.4...1.2.3">compare view</a></li>
</ul>
</details>
<br />

![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.0.4&new-version=1.2.3)

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo f
[message truncated]

view this post on Zulip Github Notifications (FHIRcast) (Mar 31 2022 at 15:33):

dependabot[bot] edited PR #373 from dependabot/pip/mkdocs-1.2.3 to master:

[//]: # (dependabot-start)
:warning:Dependabot is rebasing this PR :warning:

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


[//]: # (dependabot-end)

Bumps mkdocs from 1.0.4 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
<blockquote>
<h2>1.2.3</h2>
<p>MkDocs 1.2.3 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a>.</p>
<p><em>Aside</em>: MkDocs has a new <a href="https://gitter.im/mkdocs/community">chat room</a> on Gitter/Matrix. <a href="https://github.com/mkdocs/mkdocs#support">More details</a>.</p>
<p>Improvements:</p>
<ul>
<li>
<p>Built-in themes now also support these languages:</p>
<ul>
<li>Simplified Chinese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2497">#2497</a>)</li>
<li>Japanese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2525">#2525</a>)</li>
<li>Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li>Spanish (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2545">#2545</a>, previously <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2396">#2396</a>)</li>
</ul>
</li>
<li>
<p>Third-party plugins will take precedence over built-in plugins with the same name (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2591">#2591</a>)</p>
</li>
<li>
<p>Bugfix: Fix ability to load translations for some languages: core support (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2565">#2565</a>) and search plugin support with fallbacks (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2602">#2602</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent directory traversal in the dev server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2604">#2604</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent webserver warnings from being treated as a build failure in strict mode (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</p>
</li>
<li>
<p>Bugfix: Correctly print colorful messages in the terminal on Windows (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2606">#2606</a>)</p>
</li>
<li>
<p>Bugfix: Python version 3.10 was displayed incorrectly in <code>--version</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</p>
</li>
</ul>
<p>Other small improvements; see <a href="https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3">commit log</a>.</p>
<h2>1.2.2</h2>
<p>MkDocs 1.2.2 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a> -- make sure you've seen the "major" release notes as well.</p>
<ul>
<li>
<p>Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2464">#2464</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Revert livereload file watching to use polling observer (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2477">#2477</a>)</p>
<p>This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts.</p>
<p>This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage.</p>
</li>
<li>
<p>Revert from 1.2: Remove the requirement of a <code>site_url</code> config and the restriction on <code>use_directory_urls</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2490">#2490</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in <code>mkdocs serve</code> server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2507">#2507</a>)</p>
<p>Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before.</p>
</li>
<li>
<p>Bugfix: Fix <code>gh_deploy</code> with config-file in the current directory (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2481">#2481</a>)</p>
</li>
<li>
<p>Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2179">#2179</a>)</p>
</li>
<li>
<p>Allow "mkdocs.yaml" as the file name when '--config' is not passed (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2478">#2478</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/commit/d167eab473c1b772f0d5f999d580c8bf3ef9b59f"><code>d167eab</code></a> Release 1.2.3 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2614">#2614</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/5629b09f1a04fdfbbf0704b502c231ec255257ad"><code>5629b09</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2621">#2621</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/2c4679b00a4484caa13eef06318652c09e147524"><code>2c4679b</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2620">#2620</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/9262cc576dede2203edb57db26e8c17115f42035"><code>9262cc5</code></a> Fix the code to abbreviate Python's version (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/83458500608d41af04c07c6cbb20eb6b5072f571"><code>8345850</code></a> Add hint about <code>-f/--config-file</code> in configuration documentation (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2616">#2616</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/815af480d64cc8232bfbd3f722db63752956a149"><code>815af48</code></a> Added translation for Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6563439956409ca691b5df0fb8fccfc91b5a4056"><code>6563439</code></a> Update contact instructions: announce chat, preference for issues (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2610">#2610</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6b72eef74852d105988e83e0c50fa3c901cc53c1"><code>6b72eef</code></a> We can again announce support of zh_CN locale (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2609">#2609</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/b18ae296593cbc35c6c329a294c3c3c21687ec58"><code>b18ae29</code></a> Drop <code>assert_mock_called_once</code> compat method from tests (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2611">#2611</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/7a27572d0e41f0e78239f93693b12b9236eb9905"><code>7a27572</code></a> Isolate strict warning counter to just the ongoing build (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.0.4...1.2.3">compare view</a></li>
</ul>
</details>
<br />

![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.0.4&new-version=1.2.3)

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • `@dependabot use these assi
    [message truncated]

view this post on Zulip Github Notifications (FHIRcast) (Mar 31 2022 at 15:43):

dependabot[bot] edited PR #373 from dependabot/pip/mkdocs-1.2.3 to master:

Bumps mkdocs from 1.0.4 to 1.2.3.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mkdocs/mkdocs/releases">mkdocs's releases</a>.</em></p>
<blockquote>
<h2>1.2.3</h2>
<p>MkDocs 1.2.3 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a>.</p>
<p><em>Aside</em>: MkDocs has a new <a href="https://gitter.im/mkdocs/community">chat room</a> on Gitter/Matrix. <a href="https://github.com/mkdocs/mkdocs#support">More details</a>.</p>
<p>Improvements:</p>
<ul>
<li>
<p>Built-in themes now also support these languages:</p>
<ul>
<li>Simplified Chinese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2497">#2497</a>)</li>
<li>Japanese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2525">#2525</a>)</li>
<li>Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li>Spanish (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2545">#2545</a>, previously <a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2396">#2396</a>)</li>
</ul>
</li>
<li>
<p>Third-party plugins will take precedence over built-in plugins with the same name (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2591">#2591</a>)</p>
</li>
<li>
<p>Bugfix: Fix ability to load translations for some languages: core support (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2565">#2565</a>) and search plugin support with fallbacks (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2602">#2602</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent directory traversal in the dev server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2604">#2604</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Prevent webserver warnings from being treated as a build failure in strict mode (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</p>
</li>
<li>
<p>Bugfix: Correctly print colorful messages in the terminal on Windows (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2606">#2606</a>)</p>
</li>
<li>
<p>Bugfix: Python version 3.10 was displayed incorrectly in <code>--version</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</p>
</li>
</ul>
<p>Other small improvements; see <a href="https://github.com/mkdocs/mkdocs/compare/1.2.2...1.2.3">commit log</a>.</p>
<h2>1.2.2</h2>
<p>MkDocs 1.2.2 is a bugfix release for <a href="https://www.mkdocs.org/about/release-notes/#version-12-2021-06-04">MkDocs 1.2</a> -- make sure you've seen the "major" release notes as well.</p>
<ul>
<li>
<p>Bugfix (regression in 1.2): Fix serving files/paths with Unicode characters (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2464">#2464</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Revert livereload file watching to use polling observer (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2477">#2477</a>)</p>
<p>This had to be done to reasonably support usages that span virtual filesystems such as non-native Docker and network mounts.</p>
<p>This goes back to the polling approach, very similar to that was always used prior, meaning most of the same downsides with latency and CPU usage.</p>
</li>
<li>
<p>Revert from 1.2: Remove the requirement of a <code>site_url</code> config and the restriction on <code>use_directory_urls</code> (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2490">#2490</a>)</p>
</li>
<li>
<p>Bugfix (regression in 1.2): Don't require trailing slash in the URL when serving a directory index in <code>mkdocs serve</code> server (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2507">#2507</a>)</p>
<p>Instead of showing a 404 error, detect if it's a directory and redirect to a path with a trailing slash added, like before.</p>
</li>
<li>
<p>Bugfix: Fix <code>gh_deploy</code> with config-file in the current directory (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2481">#2481</a>)</p>
</li>
<li>
<p>Bugfix: Fix reversed breadcrumbs in "readthedocs" theme (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2179">#2179</a>)</p>
</li>
<li>
<p>Allow "mkdocs.yaml" as the file name when '--config' is not passed (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2478">#2478</a>)</p>
</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/mkdocs/mkdocs/commit/d167eab473c1b772f0d5f999d580c8bf3ef9b59f"><code>d167eab</code></a> Release 1.2.3 (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2614">#2614</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/5629b09f1a04fdfbbf0704b502c231ec255257ad"><code>5629b09</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2621">#2621</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/2c4679b00a4484caa13eef06318652c09e147524"><code>2c4679b</code></a> Re-format translation files to pass a lint check (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2620">#2620</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/9262cc576dede2203edb57db26e8c17115f42035"><code>9262cc5</code></a> Fix the code to abbreviate Python's version (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2618">#2618</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/83458500608d41af04c07c6cbb20eb6b5072f571"><code>8345850</code></a> Add hint about <code>-f/--config-file</code> in configuration documentation (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2616">#2616</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/815af480d64cc8232bfbd3f722db63752956a149"><code>815af48</code></a> Added translation for Brazilian Portuguese (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2535">#2535</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6563439956409ca691b5df0fb8fccfc91b5a4056"><code>6563439</code></a> Update contact instructions: announce chat, preference for issues (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2610">#2610</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/6b72eef74852d105988e83e0c50fa3c901cc53c1"><code>6b72eef</code></a> We can again announce support of zh_CN locale (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2609">#2609</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/b18ae296593cbc35c6c329a294c3c3c21687ec58"><code>b18ae29</code></a> Drop <code>assert_mock_called_once</code> compat method from tests (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2611">#2611</a>)</li>
<li><a href="https://github.com/mkdocs/mkdocs/commit/7a27572d0e41f0e78239f93693b12b9236eb9905"><code>7a27572</code></a> Isolate strict warning counter to just the ongoing build (<a href="https://github-redirect.dependabot.com/mkdocs/mkdocs/issues/2607">#2607</a>)</li>
<li>Additional commits viewable in <a href="https://github.com/mkdocs/mkdocs/compare/1.0.4...1.2.3">compare view</a></li>
</ul>
</details>
<br />

![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=mkdocs&package-manager=pip&previous-version=1.0.4&new-version=1.2.3)

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo f
[message truncated]


Last updated: Apr 12 2022 at 19:14 UTC