diff --git a/pyproject.toml b/pyproject.toml index e5e51a5b..227a0fde 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -95,7 +95,7 @@ pep8-naming = "0.14.1" isort = "5.13.2" autopep8 = "2.3.1" mypy = "1.13.0" -tomli = { version = "2.0.2", python = "<3.11" } +tomli = { version = "2.1.0", python = "<3.11" } tox = "4.23.2" xmldiff = "2.7.0" bandit = "1.7.10"