Skip to content

Commit d04fc37

Browse files
committed
dependencies updated
Signed-off-by: Simoh23999 <[email protected]>
1 parent 42e3a53 commit d04fc37

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,22 +82,22 @@ xml-validation = ["lxml"]
8282

8383
[tool.poetry.group.dev.dependencies]
8484
ddt = "1.7.2"
85-
coverage = "7.6.1"
86-
flake8 = { version="7.1.2", python=">=3.9.1" }
85+
coverage = "7.8.0"
86+
flake8 = { version="7.2.0", python=">=3.9.1" }
8787
flake8-annotations = { version="3.1.1", python=">=3.9.1" }
8888
flake8-bugbear = { version="24.12.12", python=">=3.9.1" }
8989
flake8-copyright-validator = "0.0.1"
90-
flake8-isort = "6.1.1"
90+
flake8-isort = "6.1.2"
9191
flake8-quotes = "3.4.0"
9292
flake8-use-fstring = "1.4"
9393
pep8-naming = "0.14.1"
94-
isort = "5.13.2"
95-
autopep8 = "2.3.1"
96-
mypy = "1.14.1"
94+
isort = "6.0.1"
95+
autopep8 = "2.3.2"
96+
mypy = "1.15.0"
9797
tomli = { version = "2.2.1", python = "<3.11" }
9898
tox = "4.25.0"
9999
xmldiff = "2.7.0"
100-
bandit = "1.7.10"
100+
bandit = "1.8.3"
101101

102102
[tool.semantic_release]
103103
# see https://python-semantic-release.readthedocs.io/en/latest/configuration.html

0 commit comments

Comments
 (0)