diff --git a/pyproject.toml b/pyproject.toml index eef96e29..d8370341 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -98,7 +98,7 @@ pep8-naming = "0.15.1" isort = "6.1.0" autopep8 = "2.3.2" mypy = "1.18.2" -tomli = { version = "2.2.1", python = "<3.11" } +tomli = { version = "2.3.0", python = "<3.11" } tox = "4.30.3" xmldiff = "2.7.0" bandit = "1.8.6"