Skip to content

Commit 59b284b

Browse files
Update flake8 requirement from ^5.0.4 to >=5.0.4,<8.0.0 (#762)
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:development ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 963e995 commit 59b284b

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
@@ -53,7 +53,7 @@ pytest = "^8.0.2"
5353
ipdb = "^0.13.9"
5454
black = ">=24.2,<26.0"
5555
isort = ">=5.9.3,<8.0.0"
56-
flake8 = "^5.0.4"
56+
flake8 = ">=5.0.4,<8.0.0"
5757
bandit = "^1.7.4"
5858
coverage = "^7.1"
5959
pytest-cov = ">=5,<8"

0 commit comments

Comments
 (0)