diff --git a/pyproject.toml b/pyproject.toml index c41e3408..aacb3dad 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.1.0", python = "<3.11" } +tomli = { version = "2.2.1", python = "<3.11" } tox = "4.23.2" xmldiff = "2.7.0" bandit = "1.7.10"