Skip to content

Commit

Permalink
chore(deps-dev): update flake8 requirement (#19)
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...7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 28, 2024
1 parent 523408a commit 7d5ffc2
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 @@ -55,7 +55,7 @@ test = [
"black ==23.12.0",
"mypy >=1.0.0,<2.0.0",
"types-tree-sitter",
"flake8 >=6.0.0,<7.0.0",
"flake8 >=6.0.0,<8.0.0",
"ruff >=0.0.275,<0.2.0",
"isort >=5.0.0,<6.0.0",
"nltk >=3.0.0,<4.0.0",
Expand Down

0 comments on commit 7d5ffc2

Please sign in to comment.