Skip to content

Commit

Permalink
Bump black from 22.3.0 to 22.10.0 (#73)
Browse files Browse the repository at this point in the history
Bumps [black](https://github.com/psf/black) from 22.3.0 to 22.10.0.
<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>22.10.0</h2>
<h3>Highlights</h3>
<ul>
<li>Runtime support for Python 3.6 has been removed. Formatting 3.6 code
will still be
supported until further notice.</li>
</ul>
<h3>Stable style</h3>
<ul>
<li>Fix a crash when <code># fmt: on</code> is used on a different block
level than <code># fmt: off</code>
(<a
href="https://github-redirect.dependabot.com/psf/black/issues/3281">#3281</a>)</li>
</ul>
<h3>Preview style</h3>
<ul>
<li>Fix a crash when formatting some dicts with parenthesis-wrapped long
string keys
(<a
href="https://github-redirect.dependabot.com/psf/black/issues/3262">#3262</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li><code>.ipynb_checkpoints</code> directories are now excluded by
default (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3293">#3293</a>)</li>
<li>Add <code>--skip-source-first-line</code> / <code>-x</code> option
to ignore the first line of source code
while formatting (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3299">#3299</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Executables made with PyInstaller will no longer crash when
formatting several files
at once on macOS. Native x86-64 executables for macOS are available once
again.
(<a
href="https://github-redirect.dependabot.com/psf/black/issues/3275">#3275</a>)</li>
<li>Hatchling is now used as the build backend. This will not have any
effect for users
who install Black with its wheels from PyPI. (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3233">#3233</a>)</li>
<li>Faster compiled wheels are now available for CPython 3.11 (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3276">#3276</a>)</li>
</ul>
<h3><em>Blackd</em></h3>
<ul>
<li>Windows style (CRLF) newlines will be preserved (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3257">#3257</a>).</li>
</ul>
<h3>Integrations</h3>
<ul>
<li>Vim plugin: add flag (<code>g:black_preview</code>) to
enable/disable the preview style (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3246">#3246</a>)</li>
<li>Update GitHub Action to support formatting of Jupyter Notebook files
via a <code>jupyter</code>
option (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3282">#3282</a>)</li>
<li>Update GitHub Action to support use of version specifiers (e.g.
<code>&lt;23</code>) for Black
version (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3265">#3265</a>)</li>
</ul>
<h2>22.8.0</h2>
<h3>Highlights</h3>
<ul>
<li>Python 3.11 is now supported, except for <em>blackd</em> as aiohttp
does not support 3.11 as of publishing (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3234">#3234</a>)</li>
<li>This is the last release that supports running <em>Black</em> on
Python 3.6 (formatting 3.6 code will continue to be supported until
further notice)</li>
<li>Reword the stability policy to say that we may, in rare cases, make
changes that affect code that was not previously formatted by
<em>Black</em> (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3155">#3155</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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>22.10.0</h2>
<h3>Highlights</h3>
<ul>
<li>Runtime support for Python 3.6 has been removed. Formatting 3.6 code
will still be
supported until further notice.</li>
</ul>
<h3>Stable style</h3>
<ul>
<li>Fix a crash when <code># fmt: on</code> is used on a different block
level than <code># fmt: off</code>
(<a
href="https://github-redirect.dependabot.com/psf/black/issues/3281">#3281</a>)</li>
</ul>
<h3>Preview style</h3>
<ul>
<li>Fix a crash when formatting some dicts with parenthesis-wrapped long
string keys
(<a
href="https://github-redirect.dependabot.com/psf/black/issues/3262">#3262</a>)</li>
</ul>
<h3>Configuration</h3>
<ul>
<li><code>.ipynb_checkpoints</code> directories are now excluded by
default (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3293">#3293</a>)</li>
<li>Add <code>--skip-source-first-line</code> / <code>-x</code> option
to ignore the first line of source code
while formatting (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3299">#3299</a>)</li>
</ul>
<h3>Packaging</h3>
<ul>
<li>Executables made with PyInstaller will no longer crash when
formatting several files
at once on macOS. Native x86-64 executables for macOS are available once
again.
(<a
href="https://github-redirect.dependabot.com/psf/black/issues/3275">#3275</a>)</li>
<li>Hatchling is now used as the build backend. This will not have any
effect for users
who install Black with its wheels from PyPI. (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3233">#3233</a>)</li>
<li>Faster compiled wheels are now available for CPython 3.11 (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3276">#3276</a>)</li>
</ul>
<h3><em>Blackd</em></h3>
<ul>
<li>Windows style (CRLF) newlines will be preserved (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3257">#3257</a>).</li>
</ul>
<h3>Integrations</h3>
<ul>
<li>Vim plugin: add flag (<code>g:black_preview</code>) to
enable/disable the preview style (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3246">#3246</a>)</li>
<li>Update GitHub Action to support formatting of Jupyter Notebook files
via a <code>jupyter</code>
option (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3282">#3282</a>)</li>
<li>Update GitHub Action to support use of version specifiers (e.g.
<code>&lt;23</code>) for Black
version (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3265">#3265</a>)</li>
</ul>
<h2>22.8.0</h2>
<h3>Highlights</h3>
<ul>
<li>Python 3.11 is now supported, except for <em>blackd</em> as aiohttp
does not support 3.11 as
of publishing (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3234">#3234</a>)</li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/psf/black/commit/27d20144a7517594e24a1649451177b2a11284be"><code>27d2014</code></a>
Prepare release 22.10.0 (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3311">#3311</a>)</li>
<li><a
href="https://github.com/psf/black/commit/4da0851809e024760d3861ff43309125de34157a"><code>4da0851</code></a>
Add option to skip the first line of source code (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3299">#3299</a>)</li>
<li><a
href="https://github.com/psf/black/commit/0359b85b5800dd77f8f1cfaa88ca8ab8215df685"><code>0359b85</code></a>
Preserve crlf line endings in blackd (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3257">#3257</a>)</li>
<li><a
href="https://github.com/psf/black/commit/27d7ea43eb127cc5189a724a7d194d94ba312861"><code>27d7ea4</code></a>
Bump docutils from 0.18.1 to 0.19 in /docs (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3161">#3161</a>)</li>
<li><a
href="https://github.com/psf/black/commit/1a20c4d4874f912822f6a42cb61816330a4f6508"><code>1a20c4d</code></a>
Bump sphinx from 5.2.1 to 5.2.3 in /docs (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3305">#3305</a>)</li>
<li><a
href="https://github.com/psf/black/commit/980997f215d25deb27e03ea704258f62199b8a5f"><code>980997f</code></a>
Bump furo from 2022.9.15 to 2022.9.29 in /docs (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3304">#3304</a>)</li>
<li><a
href="https://github.com/psf/black/commit/b1077aa14ee6afc90aac15549a1f5d0aff4fd524"><code>b1077aa</code></a>
Bump myst-parser from 0.18.0 to 0.18.1 in /docs (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3303">#3303</a>)</li>
<li><a
href="https://github.com/psf/black/commit/956bf3962edff284d05ad42576bac7e74ae8788d"><code>956bf39</code></a>
Add .ipynb_checkpoints to DEFAULT_EXCLUDES (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3293">#3293</a>)</li>
<li><a
href="https://github.com/psf/black/commit/141291a1d86d43158da89d0254b7c2cc79609679"><code>141291a</code></a>
Enable build isolation under CIWB (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3297">#3297</a>)</li>
<li><a
href="https://github.com/psf/black/commit/ddb99241b583f45e01df622c0d8f119aecd0188e"><code>ddb9924</code></a>
Bump pypa/cibuildwheel from 2.10.0 to 2.10.2 (<a
href="https://github-redirect.dependabot.com/psf/black/issues/3290">#3290</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/psf/black/compare/22.3.0...22.10.0">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=22.3.0&new-version=22.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

You can trigger a rebase of this PR by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jared <97905507+jlarue26@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and jlarue26 authored Nov 30, 2022
1 parent 6413b0d commit 9501480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dbt-core==1.3.0
dbt-tests-adapter==1.3.0
black==22.3.0
black==22.10.0
bumpversion
flake8
flaky
Expand Down

0 comments on commit 9501480

Please sign in to comment.