-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build(deps): bump flake8 from 4.0.1 to 6.0.0 #616
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
Merge conflict. |
d129bc8
to
b2deba3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
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>
Bumps [flake8](https://github.com/pycqa/flake8) from 4.0.1 to 6.0.0. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](PyCQA/flake8@4.0.1...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
b2deba3
to
5ec3379
Compare
Canceled. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bors merge
Build succeeded: |
Bumps flake8 from 4.0.1 to 6.0.0.
Commits
b9a7794
Release 6.0.0b5cac87
Merge pull request #1748 from PyCQA/upgrade-pyflakes489be4d
upgrade pyflakes to 3.0.08c06197
Merge pull request #1746 from PyCQA/bump-pycodestyle047e6f8
upgrade pycodestyle to 2.10647996c
Merge pull request #1744 from PyCQA/pre-commit-ci-update-config646ad20
[pre-commit.ci] pre-commit autoupdateb87034d
Merge pull request #1741 from PyCQA/drop-py37aa002ee
require python 3.8.1+16c371d
Merge pull request #1739 from PyCQA/remove-optparseDependabot 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 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)