Skip to content

Commit fb7f37d

Browse files
chore(deps-dev): update flake8 requirement from 7.1.1 to 7.1.2
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](PyCQA/flake8@7.1.1...7.1.2) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2a4ed3 commit fb7f37d

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
@@ -84,7 +84,7 @@ xml-validation = ["lxml"]
8484
[tool.poetry.group.dev.dependencies]
8585
ddt = "1.7.2"
8686
coverage = "7.6.1"
87-
flake8 = { version="7.1.1", python=">=3.8.1" }
87+
flake8 = { version="7.1.2", python=">=3.8.1" }
8888
flake8-annotations = { version="3.1.1", python=">=3.8.1" }
8989
flake8-bugbear = { version="24.12.12", python=">=3.8.1" }
9090
flake8-copyright-validator = "0.0.1"

0 commit comments

Comments
 (0)