diff --git a/poetry.lock b/poetry.lock index 9189c2a8..6f4d89cc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -236,13 +236,13 @@ aio = ["aiohttp (>=3.0)"] [[package]] name = "bandit" -version = "1.8.2" +version = "1.8.3" description = "Security oriented static analyser for python code." optional = false python-versions = ">=3.9" files = [ - {file = "bandit-1.8.2-py3-none-any.whl", hash = "sha256:df6146ad73dd30e8cbda4e29689ddda48364e36ff655dbfc86998401fcf1721f"}, - {file = "bandit-1.8.2.tar.gz", hash = "sha256:e00ad5a6bc676c0954669fe13818024d66b70e42cf5adb971480cf3b671e835f"}, + {file = "bandit-1.8.3-py3-none-any.whl", hash = "sha256:28f04dc0d258e1dd0f99dee8eefa13d1cb5e3fde1a5ab0c523971f97b289bcd8"}, + {file = "bandit-1.8.3.tar.gz", hash = "sha256:f5847beb654d309422985c36644649924e0ea4425c76dec2e89110b87506193a"}, ] [package.dependencies] @@ -4136,4 +4136,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "03195257f5063a78ed467e7dd711cb57a2d7db7f4b19b66e644a8c285fc1e40c" +content-hash = "04bcc29c963b6241e75fe9bb5337471401819c4119ddbedee8b72e2f070a7cb8" diff --git a/pyproject.toml b/pyproject.toml index ea74a0d2..ba19e2fe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ pytest = "==8.3.4" pytest-cov = "==6.0.0" black = "==25.1.0" ruff = "==0.9.6" -bandit = "==1.8.2" +bandit = "==1.8.3" build = "==1.2.2.post1" wheel = "==0.45.1" litellm = "==1.61.6"