Skip to content

Commit

Permalink
chore(deps): update flake8 requirement
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@5.0.4...7.1.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Jun 25, 2024
1 parent 362db9b commit 79c5686
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 @@ -41,7 +41,7 @@ tests = [
]
lint = [
"pylint>=2.15.9,<3.2.0",
"flake8>=5.0.4,<7.1.0",
"flake8>=5.0.4,<7.2.0",
"pydocstyle>=6.1.1,<6.4.0",
"black>=23.3,<24.5",
"flake8-black~=0.3.6",
Expand Down

0 comments on commit 79c5686

Please sign in to comment.