Skip to content

Commit c411be2

Browse files
Update flake8 requirement from >= 4.0.0 to >=5.0.4
Updates the requirements on [flake8](https://github.com/pycqa/flake8) to permit the latest version. - [Commits](PyCQA/flake8@4.0.0...5.0.4) --- updated-dependencies: - dependency-name: flake8 dependency-version: 5.0.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5fd8ff5 commit c411be2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ typing-extensions = ">=4.13.2"
2121
pytest = ">=8.3.5"
2222
pytest-cov = ">=5.0.0"
2323
tox = ">= 3.9.0"
24-
flake8 = ">= 4.0.0"
24+
flake8 = ">=5.0.4"
2525
types-python-dateutil = ">= 2.8.19.14"
2626
mypy = ">= 1.5"
2727

0 commit comments

Comments
 (0)