Skip to content

Commit

Permalink
Bump flake8 from 6.1.0 to 7.0.0 (#73)
Browse files Browse the repository at this point in the history
Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/PyCQA/flake8/commit/88a4f9b2f48fc44b025a48fa6a8ac7cc89ef70e0"><code>88a4f9b</code></a>
Release 7.0.0</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/6f3a60dd460f473aa0017f3d6b3164106b0d2fdc"><code>6f3a60d</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/flake8/issues/1906">#1906</a>
from PyCQA/upgrade-pyflakes</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/cde8570df3bf4b647dfa65a97613fb325a9f1bbd"><code>cde8570</code></a>
upgrade pyflakes to 3.2.x</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/2ab9d76639c43f7462191e46c18afb31a15e9e36"><code>2ab9d76</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/flake8/issues/1903">#1903</a>
from PyCQA/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/e27611f1eadc16a5bd02125aa8a054c632d3b0c7"><code>e27611f</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/9d20be1d1f07513b82088860caa7130e2ac49618"><code>9d20be1</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/flake8/issues/1902">#1902</a>
from PyCQA/pre-commit-ci-update-config</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/06c1503842ee90a4cca5ed57908c0f27595a6f4d"><code>06c1503</code></a>
[pre-commit.ci] auto fixes from pre-commit.com hooks</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/b67ce03a4a9c9902fea163021a844f34287ee6bc"><code>b67ce03</code></a>
Fix bugbear lints</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/c8801c129ab3138c4f3db4841d76bb30ed8e3f8c"><code>c8801c1</code></a>
[pre-commit.ci] pre-commit autoupdate</li>
<li><a
href="https://github.com/PyCQA/flake8/commit/045f297f89a4d6b7f1bb6dc6e62f6eb506aec320"><code>045f297</code></a>
Merge pull request <a
href="https://redirect.github.com/pycqa/flake8/issues/1893">#1893</a>
from PyCQA/pre-commit-ci-update-config</li>
<li>Additional commits viewable in <a
href="https://github.com/pycqa/flake8/compare/6.1.0...7.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=6.1.0&new-version=7.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 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>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jan 9, 2024
1 parent e7c2ada commit 3aeb8ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion linter-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
bandit==1.7.6
black==23.12.1
flake8==6.1.0
flake8==7.0.0
isort==5.13.2
pydocstyle[toml]==6.3.0
djlint==1.34.1

0 comments on commit 3aeb8ca

Please sign in to comment.