Skip to content

Commit 9628a47

Browse files
authored
Merge branch 'main' into iss_652
2 parents bdae258 + 99bcdd2 commit 9628a47

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,8 +82,8 @@ xml-validation = ["lxml"]
8282

8383
[tool.poetry.group.dev.dependencies]
8484
ddt = "1.7.2"
85-
coverage = "7.6.0"
86-
flake8 = { version="7.1.0", python=">=3.8.1" }
85+
coverage = "7.6.1"
86+
flake8 = { version="7.1.1", python=">=3.8.1" }
8787
flake8-annotations = { version="3.1.1", python=">=3.8.1" }
8888
flake8-bugbear = { version="24.4.26", python=">=3.8.1" }
8989
flake8-isort = "6.1.1"
@@ -93,7 +93,7 @@ pep8-naming = "0.14.1"
9393
isort = "5.13.2"
9494
autopep8 = "2.3.1"
9595
mypy = "1.11.1"
96-
tox = "4.16.0"
96+
tox = "4.17.1"
9797
xmldiff = "2.7.0"
9898
bandit = "1.7.9"
9999

0 commit comments

Comments
 (0)