diff --git a/pyproject.toml b/pyproject.toml index 35f5061..b893f6b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ documentation = [ ] lint = [ "bandit==1.8.6; python_version <= '3.11'", - "bandit==1.9.2; python_version > '3.11'", + "bandit==1.9.3; python_version > '3.11'", "black==25.11.0; python_version <= '3.11'", "black==25.12.0; python_version > '3.11'", "flake8==7.3.0",