Skip to content

Commit

Permalink
Merge pull request #141 from JanMalte/master
Browse files Browse the repository at this point in the history
fix(deps): confirm flake8 v7 support
  • Loading branch information
rocioar authored Jan 8, 2024
2 parents 9cdb9e8 + 6be575d commit 4f7df85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry.dependencies]
astroid = "^2.15.2"
python = "^3.7.2"
flake8 = ">=3.8.4,<7"
flake8 = ">=3.8.4,<8"

[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
Expand Down

0 comments on commit 4f7df85

Please sign in to comment.