Skip to content

Commit

Permalink
Bump flake8 from 6.1.0 to 7.0.0 (#95)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Jun 13, 2024
1 parent f57d919 commit 70b9ba7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
18 changes: 9 additions & 9 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ optional = true
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
black = ">=22.12,<25.0"
flake8 = "^6.0.0"
flake8 = ">=6,<8"
isort = "^5.11.4"
mypy = ">=0.991,<1.11"
tox = "^4.1.1"
Expand Down

0 comments on commit 70b9ba7

Please sign in to comment.