Skip to content

Commit b3fc1a0

Browse files
Update flake8 requirement from <7.0,>=6.0 to >=6.0,<8.0
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](PyCQA/flake8@6.0.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 38f41e5 commit b3fc1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements-dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
bandit[toml] >=1.0, <2.0
99
black >=23.0, <24.0
10-
flake8 >=6.0, <7.0
10+
flake8 >=6.0, <8.0
1111
flake8-bandit >=4.0, <5.0
1212
flake8-bugbear >=23.0, <24.0
1313
flake8-builtins >=2.0, <3.0

0 commit comments

Comments
 (0)