diff --git a/pyproject.toml b/pyproject.toml index cd5b6b47..f923a849 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ pep8-naming = "0.14.1" isort = "5.13.2" autopep8 = "2.3.1" mypy = "1.12.0" -tomli = { version = "2.0.1", python = "<3.11" } +tomli = { version = "2.0.2", python = "<3.11" } tox = "4.23.0" xmldiff = "2.7.0" bandit = "1.7.10"