diff --git a/pyproject.toml b/pyproject.toml index f69a867..cd66a60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dev = [ "black==23.11.0", "isort==5.12.0", "flake8==6.1.0", - "bandit==1.7.5", + "bandit==1.9.2", "safety==3.5.2", "pre-commit==4.2.0" ] diff --git a/requirements-dev.txt b/requirements-dev.txt index 099e6d8..832d76d 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,6 +1,6 @@ # Development and testing dependencies autoflake==2.2.1 -bandit==1.7.5 +bandit==1.9.2 beautifulsoup4==4.13.4 black==24.4.2 coverage==7.6.1