Skip to content

Commit 855ad3f

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 dc4bba8 commit 855ad3f

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
@@ -80,7 +80,7 @@ chardet = "^5.1"
8080
# pin to exact versions, if the tool/lib/plugin is process-relevant
8181
coverage = "7.6.1"
8282
ddt = "1.7.2"
83-
flake8 = { version = "7.1.1", python = ">=3.8.1" }
83+
flake8 = { version = "7.1.2", python = ">=3.8.1" }
8484
flake8-annotations = { version = "3.1.1", python = ">=3.8.1" }
8585
flake8-bugbear = { version = "24.12.12", python = ">=3.8.1" }
8686
flake8-copyright-validator = "^0.0.1"

0 commit comments

Comments
 (0)