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 7879805 commit eaa3fdeCopy full SHA for eaa3fde
pyproject.toml
@@ -48,7 +48,7 @@ Flask = {version = ">=2", python = ">=3.8"}
48
[tool.poetry.group.dev.dependencies]
49
mock = "5.1.0"
50
pre-commit = {version = "3.6.0", python = ">=3.8"}
51
-flake8 = {version = "6.1.0", python = ">=3.8.1"}
+flake8 = {version = "7.0.0", python = ">=3.8.1"}
52
flake8-pyproject = {version = "1.2.3", python = ">=3.8.1"}
53
flake8-bugbear = {version = "23.3.23", python = ">=3.8.1"}
54
liccheck = "0.9.2"
0 commit comments