Skip to content

Commit 28089e9

Browse files
Update flake8 requirement from ^4.0.1 to ^5.0.4 (#74)
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Release notes](https://github.com/pycqa/flake8/releases) - [Commits](PyCQA/flake8@4.0.1...5.0.4) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 682d815 commit 28089e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ pydantic = "^1.9.0"
2323
black = "^22.1"
2424
isort = "^5.9.3"
2525
mypy = "^0.961"
26-
flake8 = "^4.0.1"
26+
flake8 = "^5.0.4"
2727
pytest = "^7.0.0"
2828
pytest-asyncio = "^0.18.0"
2929
pytest-mock = "^3.6.1"

0 commit comments

Comments
 (0)