Skip to content

Commit

Permalink
build: Update flake8 requirement from ^6.1.0 to >=6.1,<8.0 (#14)
Browse files Browse the repository at this point in the history
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to
permit the latest version.
<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 />


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 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>

> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jake VanCampen <[email protected]>
  • Loading branch information
dependabot[bot] and jakevc authored Apr 18, 2024
1 parent 2150613 commit 92a7df9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ msrest = "^0.7.1"

[tool.poetry.group.dev.dependencies]
black = ">=23.9.1,<25.0.0"
flake8 = "^6.1.0"
flake8 = ">=6.1,<8.0"
coverage = "^7.3.1"
pytest = ">=7.4.2,<9.0.0"
snakemake = {git = "https://github.com/snakemake/snakemake.git"}
Expand Down

0 comments on commit 92a7df9

Please sign in to comment.