Skip to content

Commit

Permalink
chore(deps-dev): 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@4.0.0...6.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 1, 2023
1 parent 9dde96b commit c91fdb6
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 @@ -42,7 +42,7 @@ test = [
"pytest-mock >=3.0.0,<4.0.0",
"black ==23.7.0",
"mypy >=1.0.0",
"flake8 >=4.0.0,<5.0.0",
"flake8 >=4.0.0,<7.0.0",
"isort >=5.0.0,<7.0.0",
"ruff ==0.0.285",
"types-requests >=2.20.0,<3.0.0",
Expand Down

0 comments on commit c91fdb6

Please sign in to comment.