Skip to content

Commit 3117270

Browse files
authored
Merge pull request #35 from anddone-kit/dependabot/pip/flake8-gte-5.0.4
Update flake8 requirement from >= 4.0.0 to >=5.0.4
2 parents 7e8f740 + 8aacac4 commit 3117270

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)