Skip to content

Commit 8d082ba

Browse files
chore(deps): update flake8 requirement in /compose/backend (#1153)
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](PyCQA/flake8@3.8.0...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1ec30b commit 8d082ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compose/backend/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343

4444
[project.optional-dependencies]
4545
dev = [
46-
"flake8~=3.8",
46+
"flake8~=7.3",
4747
"pip-chill~=1.0",
4848
"wheel~=0.36",
4949
"pytest~=8.4"

0 commit comments

Comments
 (0)