Skip to content

Commit 6b7ed78

Browse files
chore(deps-dev): update flake8 requirement from 6.1.0 to 7.0.0 (#528)
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](PyCQA/flake8@6.1.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9a58e7e commit 6b7ed78

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
@@ -82,7 +82,7 @@ xml-validation = ["lxml"]
8282
[tool.poetry.group.dev.dependencies]
8383
ddt = "1.7.1"
8484
coverage = "7.4.0"
85-
flake8 = { version="6.1.0", python=">=3.8.1" }
85+
flake8 = { version="7.0.0", python=">=3.8.1" }
8686
flake8-annotations = { version="3.0.1", python=">=3.8.1" }
8787
flake8-bugbear = { version="23.12.2", python=">=3.8.1" }
8888
flake8-isort = "6.1.1"

0 commit comments

Comments
 (0)