Skip to content

Commit 4ac3622

Browse files
committed
Update flake8 to 7.0.0
1 parent b0035e8 commit 4ac3622

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ include = ["*/py.typed", "*.pyi"]
2222
"Changes" = "https://github.com/srittau/python-asserts/blob/main/CHANGELOG.md"
2323

2424
[tool.poetry.dependencies]
25-
python = ">=3.8"
25+
python = ">=3.8.1"
2626

2727
[tool.poetry.group.dev.dependencies]
28-
black = { version = "^23.1.0", python = ">=3.8" }
29-
flake8 = { version = "^6.0.0", python = ">=3.8.1" }
28+
black = { version = "^23.1.0" }
29+
flake8 = { version = "^7.0.0" }
3030
mypy = "~1.5.1"
3131
poethepoet = "^0.25.0"
3232

0 commit comments

Comments
 (0)