Skip to content

Commit

Permalink
build(deps-dev): update flake8 requirement from ^4.0.1 to ^6.1.0
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.1...6.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 26, 2023
1 parent 46dae9c commit faeab8d
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 @@ -15,7 +15,7 @@ connection-pool = "^0.0.3"
[tool.poetry.dev-dependencies]
black = "^22.1.0"
coverage = {extras = ["toml"], version = "^6.3.1"}
flake8 = "^4.0.1"
flake8 = "^6.1.0"
flake8-bugbear = "^22.1.11"
pytest = "^7.0"

Expand Down

0 comments on commit faeab8d

Please sign in to comment.