Skip to content

Commit

Permalink
Update flake8 requirement from <6.1,>=6.0 to >=6.0,<6.2
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.
- [Commits](PyCQA/flake8@6.0.0...6.1.0)

---
updated-dependencies:
- dependency-name: flake8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 8, 2023
1 parent d5641f7 commit fe0c7dc
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 @@ -58,7 +58,7 @@ doc = [
test = [
"coverage>=4.5.3,<7.3",
"coveralls>=3.0.0,<3.3.2",
"flake8>=6.0,<6.1",
"flake8>=6.0,<6.2",
"flake8-black>=0.3.4,<0.4",
"flake8-bugbear>=23.5,<23.10",
"pytest>=7.1.2,<7.4.4",
Expand Down

0 comments on commit fe0c7dc

Please sign in to comment.