chore(pip-prod)(deps): bump autopep8 from 2.0.4 to 2.1.0 #177

Merged
dependabot[bot] merged 1 commits from dependabot/pip/autopep8-2.1.0 into next 2024-03-19 13:38:36 +01:00
dependabot[bot] commented 2024-03-18 17:51:34 +01:00 (Migrated from github.com)

Bumps autopep8 from 2.0.4 to 2.1.0.

Release notes

Sourced from autopep8's releases.

v2.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/hhatto/autopep8/compare/v2.0.4...v2.1.0

Commits

Dependabot compatibility score

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 commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps [autopep8](https://github.com/hhatto/autopep8) from 2.0.4 to 2.1.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/hhatto/autopep8/releases">autopep8's releases</a>.</em></p> <blockquote> <h2>v2.1.0</h2> <h2>What's Changed</h2> <ul> <li>migrate to pyproject.toml by <a href="https://github.com/hhatto"><code>@​hhatto</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/705">hhatto/autopep8#705</a></li> <li>Revert &quot;Update MANIFEST.in&quot; by <a href="https://github.com/hhatto"><code>@​hhatto</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/710">hhatto/autopep8#710</a></li> <li>run with pypy3.10 by <a href="https://github.com/hhatto"><code>@​hhatto</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/711">hhatto/autopep8#711</a></li> <li>ISSUE_TEMPLATE: use &quot;console&quot; instead of non-existing &quot;shell&quot; syntax by <a href="https://github.com/emanuele6"><code>@​emanuele6</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/714">hhatto/autopep8#714</a></li> <li>add 3.12, drop 3.7 by <a href="https://github.com/hhatto"><code>@​hhatto</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/709">hhatto/autopep8#709</a></li> <li>tox: add python3.12 to test environments by <a href="https://github.com/mvo5"><code>@​mvo5</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/726">hhatto/autopep8#726</a></li> <li>async def function formatting by <a href="https://github.com/j-z10"><code>@​j-z10</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/728">hhatto/autopep8#728</a></li> <li>pyproject: support py3.12 via new version of pycodestyle by <a href="https://github.com/mvo5"><code>@​mvo5</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/730">hhatto/autopep8#730</a></li> <li>add: unit test for e501 with async def by <a href="https://github.com/hhatto"><code>@​hhatto</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/729">hhatto/autopep8#729</a></li> <li>Update python versions by <a href="https://github.com/hhatto"><code>@​hhatto</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/731">hhatto/autopep8#731</a></li> <li>add unit test for e501 not effected with f-string by <a href="https://github.com/hhatto"><code>@​hhatto</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/732">hhatto/autopep8#732</a></li> <li>add dependabot alearts for GitHub Actions by <a href="https://github.com/hhatto"><code>@​hhatto</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/733">hhatto/autopep8#733</a></li> <li>Bump actions/setup-python from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/737">hhatto/autopep8#737</a></li> <li>Bump actions/checkout from 3 to 4 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/736">hhatto/autopep8#736</a></li> <li>Bump github/codeql-action from 2 to 3 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/734">hhatto/autopep8#734</a></li> <li>update codecov action v4 by <a href="https://github.com/hhatto"><code>@​hhatto</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/738">hhatto/autopep8#738</a></li> <li>Avoid lib2to3 (second challenge) by <a href="https://github.com/hhatto"><code>@​hhatto</code></a> in <a href="https://redirect.github.com/hhatto/autopep8/pull/739">hhatto/autopep8#739</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/emanuele6"><code>@​emanuele6</code></a> made their first contribution in <a href="https://redirect.github.com/hhatto/autopep8/pull/714">hhatto/autopep8#714</a></li> <li><a href="https://github.com/mvo5"><code>@​mvo5</code></a> made their first contribution in <a href="https://redirect.github.com/hhatto/autopep8/pull/726">hhatto/autopep8#726</a></li> <li><a href="https://github.com/j-z10"><code>@​j-z10</code></a> made their first contribution in <a href="https://redirect.github.com/hhatto/autopep8/pull/728">hhatto/autopep8#728</a></li> <li><a href="https://github.com/dependabot"><code>@​dependabot</code></a> made their first contribution in <a href="https://redirect.github.com/hhatto/autopep8/pull/737">hhatto/autopep8#737</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/hhatto/autopep8/compare/v2.0.4...v2.1.0">https://github.com/hhatto/autopep8/compare/v2.0.4...v2.1.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/hhatto/autopep8/commit/0fa37c25a2a48abfbd18cdfac91985e21bdbf249"><code>0fa37c2</code></a> version 2.1.0</li> <li><a href="https://github.com/hhatto/autopep8/commit/d3ca0bdba0ac4eb51c158ce1f2e9dd7df656b651"><code>d3ca0bd</code></a> update: avoid lib2to3 in README</li> <li><a href="https://github.com/hhatto/autopep8/commit/7c7c95eec89f58b6aa8b3ce49114c983ee59b081"><code>7c7c95e</code></a> Merge pull request <a href="https://redirect.github.com/hhatto/autopep8/issues/739">#739</a> from hhatto/avoid-lib2to3</li> <li><a href="https://github.com/hhatto/autopep8/commit/bc214807f1ac31a7d6f2f5248d944cd963d5a52f"><code>bc21480</code></a> refactoring</li> <li><a href="https://github.com/hhatto/autopep8/commit/3c874e4e1bcf2cbefbcea435c8b54f14f53720ba"><code>3c874e4</code></a> update ignorefile</li> <li><a href="https://github.com/hhatto/autopep8/commit/2ef7c186cf1c5d0ff52e79a119c103f23f7843eb"><code>2ef7c18</code></a> add unit tests for e721</li> <li><a href="https://github.com/hhatto/autopep8/commit/5eed9cce4742fbdf8d8961cd11d47aa56a7cdf6d"><code>5eed9cc</code></a> impl: e721</li> <li><a href="https://github.com/hhatto/autopep8/commit/f785f8ad1ffb727adb8d4304843675565bdccf5d"><code>f785f8a</code></a> fix: detect encoding for utf-8 with bom</li> <li><a href="https://github.com/hhatto/autopep8/commit/a423a616102155d870cee2d9674ce9fdd9c8bf6b"><code>a423a61</code></a> strict lint</li> <li><a href="https://github.com/hhatto/autopep8/commit/a7ada1ff0272fd77206941cb6a7c4be9a53a995d"><code>a7ada1f</code></a> fix: e721</li> <li>Additional commits viewable in <a href="https://github.com/hhatto/autopep8/compare/v2.0.4...v2.1.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=autopep8&package-manager=pip&previous-version=2.0.4&new-version=2.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details>
luketainton (Migrated from github.com) reviewed 2024-03-18 17:51:34 +01:00
sonarqubecloud[bot] commented 2024-03-18 17:53:16 +01:00 (Migrated from github.com)

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
No data about Duplication

See analysis details on SonarCloud

## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=luketainton_roboluke-tasks&pullRequest=177) **Quality Gate passed** Issues ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=luketainton_roboluke-tasks&pullRequest=177&resolved=false&inNewCodePeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/component_measures?id=luketainton_roboluke-tasks&pullRequest=177&metric=new_accepted_issues&view=list) Measures ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=luketainton_roboluke-tasks&pullRequest=177&resolved=false&inNewCodePeriod=true) ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png '') No data about Coverage ![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png '') No data about Duplication [See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=luketainton_roboluke-tasks&pullRequest=177)
Sign in to join this conversation.
No description provided.