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.
2 parents bdae258 + 99bcdd2 commit 9628a47Copy full SHA for 9628a47
pyproject.toml
@@ -82,8 +82,8 @@ xml-validation = ["lxml"]
82
83
[tool.poetry.group.dev.dependencies]
84
ddt = "1.7.2"
85
-coverage = "7.6.0"
86
-flake8 = { version="7.1.0", python=">=3.8.1" }
+coverage = "7.6.1"
+flake8 = { version="7.1.1", python=">=3.8.1" }
87
flake8-annotations = { version="3.1.1", python=">=3.8.1" }
88
flake8-bugbear = { version="24.4.26", python=">=3.8.1" }
89
flake8-isort = "6.1.1"
@@ -93,7 +93,7 @@ pep8-naming = "0.14.1"
93
isort = "5.13.2"
94
autopep8 = "2.3.1"
95
mypy = "1.11.1"
96
-tox = "4.16.0"
+tox = "4.17.1"
97
xmldiff = "2.7.0"
98
bandit = "1.7.9"
99
0 commit comments