Skip to content

Commit d007a89

Browse files
committed
change flake8 py version
Signed-off-by: Simoh23999 <[email protected]>
1 parent f7fa343 commit d007a89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,9 +82,9 @@ xml-validation = ["lxml"]
8282
[tool.poetry.group.dev.dependencies]
8383
ddt = "1.7.2"
8484
coverage = "7.6.1"
85-
flake8 = { version="7.1.2", python=">=3.8.1" }
86-
flake8-annotations = { version="3.1.1", python=">=3.8.1" }
87-
flake8-bugbear = { version="24.12.12", python=">=3.8.1" }
85+
flake8 = { version="7.1.2", python=">=3.10.1" }
86+
flake8-annotations = { version="3.1.1", python=">=3.10.1" }
87+
flake8-bugbear = { version="24.12.12", python=">=3.10.1" }
8888
flake8-copyright-validator = "0.0.1"
8989
flake8-isort = "6.1.1"
9090
flake8-quotes = "3.4.0"

0 commit comments

Comments
 (0)