Skip to content

Commit 52ed378

Browse files
dependabot[bot]ariebovenberg
authored andcommitted
Bump flake8 from 6.1.0 to 7.0.0
Bumps [flake8](https://github.com/pycqa/flake8) from 6.1.0 to 7.0.0. - [Commits](PyCQA/flake8@6.1.0...7.0.0) --- updated-dependencies: - dependency-name: flake8 dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97a18bc commit 52ed378

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

poetry.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ mypy = "^1.0.0"
4040

4141
[tool.poetry.group.linting.dependencies]
4242
black = "^23.1"
43-
flake8 = "^6.0.0"
43+
flake8 = ">=6,<8"
4444
isort = "^5.7.0"
4545
slotscheck = "^0.17.0"
4646

0 commit comments

Comments
 (0)