We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fa343 commit d007a89Copy full SHA for d007a89
pyproject.toml
@@ -82,9 +82,9 @@ xml-validation = ["lxml"]
82
[tool.poetry.group.dev.dependencies]
83
ddt = "1.7.2"
84
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" }
+flake8 = { version="7.1.2", python=">=3.10.1" }
+flake8-annotations = { version="3.1.1", python=">=3.10.1" }
+flake8-bugbear = { version="24.12.12", python=">=3.10.1" }
88
flake8-copyright-validator = "0.0.1"
89
flake8-isort = "6.1.1"
90
flake8-quotes = "3.4.0"
0 commit comments