Skip to content

Commit

Permalink
Merge #616
Browse files Browse the repository at this point in the history
616: build(deps): bump flake8 from 4.0.1 to 6.0.0 r=ChrisRBe a=dependabot[bot]

Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 6.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/PyCQA/flake8/commit/b9a7794c4f425ef8419081e6993f99419cc667ea"><code>b9a7794</code></a> Release 6.0.0</li>
<li><a href="https://github.com/PyCQA/flake8/commit/b5cac8790fb15c9a35d77df20b71083ee4035e1e"><code>b5cac87</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/flake8/issues/1748">#1748</a> from PyCQA/upgrade-pyflakes</li>
<li><a href="https://github.com/PyCQA/flake8/commit/489be4d30a37273e67683d14758e3a7912d46571"><code>489be4d</code></a> upgrade pyflakes to 3.0.0</li>
<li><a href="https://github.com/PyCQA/flake8/commit/8c06197cd5bc4719f780281c1efb33a3fc740d61"><code>8c06197</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/flake8/issues/1746">#1746</a> from PyCQA/bump-pycodestyle</li>
<li><a href="https://github.com/PyCQA/flake8/commit/047e6f8eb5111674b4dca4bf692651b716152ef5"><code>047e6f8</code></a> upgrade pycodestyle to 2.10</li>
<li><a href="https://github.com/PyCQA/flake8/commit/647996c743f9e77368ce46cc74abe98549dd4c3a"><code>647996c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/flake8/issues/1744">#1744</a> from PyCQA/pre-commit-ci-update-config</li>
<li><a href="https://github.com/PyCQA/flake8/commit/646ad203e0a81c184e0ff4ed5d3f451c4151343d"><code>646ad20</code></a> [pre-commit.ci] pre-commit autoupdate</li>
<li><a href="https://github.com/PyCQA/flake8/commit/b87034d22490583f99149f5d241750cc8f8e3a90"><code>b87034d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/flake8/issues/1741">#1741</a> from PyCQA/drop-py37</li>
<li><a href="https://github.com/PyCQA/flake8/commit/aa002ee4ed7fcb4c6ffdec29b4dc122244638c64"><code>aa002ee</code></a> require python 3.8.1+</li>
<li><a href="https://github.com/PyCQA/flake8/commit/16c371d41cd742f975171826de0ad5d707162c1d"><code>16c371d</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/pycqa/flake8/issues/1739">#1739</a> from PyCQA/remove-optparse</li>
<li>Additional commits viewable in <a href="https://github.com/pycqa/flake8/compare/4.0.1...6.0.0">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=flake8&package-manager=pip&previous-version=4.0.1&new-version=6.0.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` 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>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
bors[bot] and dependabot[bot] authored Dec 2, 2022
2 parents 24e7456 + b2deba3 commit 069efed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ verify_ssl = true
black = "==22.10.0"
codacy-coverage = "==1.3.11"
coverage = "==6.5.0"
flake8 = "==4.0.1"
flake8 = "==6.0.0"
pre-commit = "==2.19.0"
pylint = "==2.13.8"
pytest = "==7.2.0"
Expand Down

0 comments on commit 069efed

Please sign in to comment.