Skip to content

Commit a900c82

Browse files
fix(deps-dev): update flake8 requirement from 5.0.4 to 6.0.0
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@5.0.4...6.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent de1deaa commit a900c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jsonschema2md = "0.4.0"
1212
PyYAML = "5.4.1"
1313
pre-commit = "2.20.0"
1414
# Please keep the following in-sync /w .pre-commit-config.yaml
15-
flake8 = "5.0.4"
15+
flake8 = "6.0.0"
1616
isort = "5.10.1"
1717
pylint = "2.15.8"
1818
black = "22.12.0"

0 commit comments

Comments
 (0)