Skip to content

Commit 743ba75

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

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
@@ -83,7 +83,7 @@ xml-validation = ["lxml"]
8383
[tool.poetry.group.dev.dependencies]
8484
ddt = "1.7.2"
8585
coverage = "7.6.0"
86-
flake8 = { version="7.1.0", python=">=3.8.1" }
86+
flake8 = { version="7.1.1", python=">=3.8.1" }
8787
flake8-annotations = { version="3.1.1", python=">=3.8.1" }
8888
flake8-bugbear = { version="24.4.26", python=">=3.8.1" }
8989
flake8-isort = "6.1.1"

0 commit comments

Comments
 (0)