Skip to content

Commit

Permalink
Bump black from 21.5b1 to 21.5b2 (#600)
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 21.5b1 to 21.5b2.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/psf/black/releases">black's releases</a>.</em></p>
<blockquote>
<h2>21.5b2</h2>
<h3><em>Black</em></h3>
<ul>
<li>A space is no longer inserted into empty docstrings (<a href="https://github-redirect.dependabot.com/psf/black/issues/2249">#2249</a>)</li>
<li>Fix handling of .gitignore files containing non-ASCII characters on Windows (<a href="https://github-redirect.dependabot.com/psf/black/issues/2229">#2229</a>)</li>
<li>Respect <code>.gitignore</code> files in all levels, not only <code>root/.gitignore</code> file (apply
<code>.gitignore</code> rules like <code>git</code> does) (<a href="https://github-redirect.dependabot.com/psf/black/issues/2225">#2225</a>)</li>
<li>Restored compatibility with Click 8.0 on Python 3.6 when LANG=C used (<a href="https://github-redirect.dependabot.com/psf/black/issues/2227">#2227</a>)</li>
<li>Add extra uvloop install + import support if in python env (<a href="https://github-redirect.dependabot.com/psf/black/issues/2258">#2258</a>)</li>
<li>Fix --experimental-string-processing crash when matching parens are not found (<a href="https://github-redirect.dependabot.com/psf/black/issues/2283">#2283</a>)</li>
<li>Make sure to split lines that start with a string operator (<a href="https://github-redirect.dependabot.com/psf/black/issues/2286">#2286</a>)</li>
<li>Fix regular expression that black uses to identify f-expressions (<a href="https://github-redirect.dependabot.com/psf/black/issues/2287">#2287</a>)</li>
</ul>
<h3><em>Blackd</em></h3>
<ul>
<li>Add a lower bound for the <code>aiohttp-cors</code> dependency. Only 0.4.0 or higher is
supported. (<a href="https://github-redirect.dependabot.com/psf/black/issues/2231">#2231</a>)</li>
</ul>
<h3><em>Packaging</em></h3>
<ul>
<li>Release self-contained x86_64 MacOS binaries as part of the GitHub release pipeline
(<a href="https://github-redirect.dependabot.com/psf/black/issues/2198">#2198</a>)</li>
<li>Always build binaries with the latest available Python (<a href="https://github-redirect.dependabot.com/psf/black/issues/2260">#2260</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add discussion of magic comments to FAQ page (<a href="https://github-redirect.dependabot.com/psf/black/issues/2272">#2272</a>)</li>
<li><code>--experimental-string-processing</code> will be enabled by default in the future (<a href="https://github-redirect.dependabot.com/psf/black/issues/2273">#2273</a>)</li>
<li>Fix typos discovered by codespell (<a href="https://github-redirect.dependabot.com/psf/black/issues/2228">#2228</a>)</li>
<li>Fix Vim plugin installation instructions. (<a href="https://github-redirect.dependabot.com/psf/black/issues/2235">#2235</a>)</li>
<li>Add new Frequently Asked Questions page (<a href="https://github-redirect.dependabot.com/psf/black/issues/2247">#2247</a>)</li>
<li>Fix encoding + symlink issues preventing proper build on Windows (<a href="https://github-redirect.dependabot.com/psf/black/issues/2262">#2262</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/psf/black/blob/main/CHANGES.md">black's changelog</a>.</em></p>
<blockquote>
<h2>21.5b2</h2>
<h3><em>Black</em></h3>
<ul>
<li>A space is no longer inserted into empty docstrings (<a href="https://github-redirect.dependabot.com/psf/black/issues/2249">#2249</a>)</li>
<li>Fix handling of .gitignore files containing non-ASCII characters on Windows (<a href="https://github-redirect.dependabot.com/psf/black/issues/2229">#2229</a>)</li>
<li>Respect <code>.gitignore</code> files in all levels, not only <code>root/.gitignore</code> file (apply
<code>.gitignore</code> rules like <code>git</code> does) (<a href="https://github-redirect.dependabot.com/psf/black/issues/2225">#2225</a>)</li>
<li>Restored compatibility with Click 8.0 on Python 3.6 when LANG=C used (<a href="https://github-redirect.dependabot.com/psf/black/issues/2227">#2227</a>)</li>
<li>Add extra uvloop install + import support if in python env (<a href="https://github-redirect.dependabot.com/psf/black/issues/2258">#2258</a>)</li>
<li>Fix --experimental-string-processing crash when matching parens are not found (<a href="https://github-redirect.dependabot.com/psf/black/issues/2283">#2283</a>)</li>
<li>Make sure to split lines that start with a string operator (<a href="https://github-redirect.dependabot.com/psf/black/issues/2286">#2286</a>)</li>
<li>Fix regular expression that black uses to identify f-expressions (<a href="https://github-redirect.dependabot.com/psf/black/issues/2287">#2287</a>)</li>
</ul>
<h3><em>Blackd</em></h3>
<ul>
<li>Add a lower bound for the <code>aiohttp-cors</code> dependency. Only 0.4.0 or higher is
supported. (<a href="https://github-redirect.dependabot.com/psf/black/issues/2231">#2231</a>)</li>
</ul>
<h3>Integrations</h3>
<ul>
<li>The official Black action now supports choosing what version to use, and supports the
major 3 OSes. (<a href="https://github-redirect.dependabot.com/psf/black/issues/1940">#1940</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Release self-contained x86_64 MacOS binaries as part of the GitHub release pipeline
(<a href="https://github-redirect.dependabot.com/psf/black/issues/2198">#2198</a>)</li>
<li>Always build binaries with the latest available Python (<a href="https://github-redirect.dependabot.com/psf/black/issues/2260">#2260</a>)</li>
</ul>
<h3>Documentation</h3>
<ul>
<li>Add discussion of magic comments to FAQ page (<a href="https://github-redirect.dependabot.com/psf/black/issues/2272">#2272</a>)</li>
<li><code>--experimental-string-processing</code> will be enabled by default in the future (<a href="https://github-redirect.dependabot.com/psf/black/issues/2273">#2273</a>)</li>
<li>Fix typos discovered by codespell (<a href="https://github-redirect.dependabot.com/psf/black/issues/2228">#2228</a>)</li>
<li>Fix Vim plugin installation instructions. (<a href="https://github-redirect.dependabot.com/psf/black/issues/2235">#2235</a>)</li>
<li>Add new Frequently Asked Questions page (<a href="https://github-redirect.dependabot.com/psf/black/issues/2247">#2247</a>)</li>
<li>Fix encoding + symlink issues preventing proper build on Windows (<a href="https://github-redirect.dependabot.com/psf/black/issues/2262">#2262</a>)</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li>See full diff in <a href="https://github.com/psf/black/commits">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=black&package-manager=pip&previous-version=21.5b1&new-version=21.5b2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
  • Loading branch information
dependabot[bot] committed Jun 1, 2021
1 parent a89e857 commit fb4f67a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/lint.txt
@@ -1,5 +1,5 @@
mypy==0.812; implementation_name=="cpython"
flake8==3.9.2
flake8-pyi==20.10.0; python_version >= "3.6"
black==21.5b1; python_version >= "3.6"
black==21.5b2; python_version >= "3.6"
isort==5.8.0

0 comments on commit fb4f67a

Please sign in to comment.