Skip to content

Commit

Permalink
chore(deps-dev): update flake8 requirement from ^4.0 to >=4,<8
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...7.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 17, 2024
1 parent 05233ce commit d09fbfb
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 @@ -48,7 +48,7 @@ pytest-cov = ">=4,<6"


[tool.poetry.group.test-flake8.dependencies]
flake8 = "^4.0"
flake8 = ">=4,<8"
flake8-bugbear = ">=22.3,<24.0"
flake8-docstrings = "^1.6"
flake8-typing-imports = "^1.12"
Expand Down

0 comments on commit d09fbfb

Please sign in to comment.