Skip to content

Commit ee5133e

Browse files
chore(deps): update flake8 requirement from <8,>=5.0.4 to >=7.3.0,<8
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](PyCQA/flake8@5.0.4...7.3.0) --- updated-dependencies: - dependency-name: flake8 dependency-version: 7.3.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7e3b2dd commit ee5133e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements/tools.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mypy<=1.19.1;
22
# while flake8 5.x have issues with Python 3.12, flake8 6.x requires Python >= 3.8.1,
33
# so 5.x should be kept in order to stay compatible with Python 3.7/3.8
4-
flake8>=5.0.4,<8
4+
flake8>=7.3.0,<8
55
# Don't change this version without running CI builds;
66
# The latest version may not be available for older Python runtime
77
black==24.3.0;

0 commit comments

Comments
 (0)