File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -82,22 +82,22 @@ xml-validation = ["lxml"]
8282
8383[tool .poetry .group .dev .dependencies ]
8484ddt = " 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" }
8787flake8-annotations = { version =" 3.1.1" , python =" >=3.9.1" }
8888flake8-bugbear = { version =" 24.12.12" , python =" >=3.9.1" }
8989flake8-copyright-validator = " 0.0.1"
90- flake8-isort = " 6.1.1 "
90+ flake8-isort = " 6.1.2 "
9191flake8-quotes = " 3.4.0"
9292flake8-use-fstring = " 1.4"
9393pep8-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 "
9797tomli = { version = " 2.2.1" , python = " <3.11" }
9898tox = " 4.25.0"
9999xmldiff = " 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
You can’t perform that action at this time.
0 commit comments