diff --git a/doc/changelog.d/276.miscellaneous.md b/doc/changelog.d/276.miscellaneous.md new file mode 100644 index 0000000..c64ca65 --- /dev/null +++ b/doc/changelog.d/276.miscellaneous.md @@ -0,0 +1 @@ +Chore: bump bandit from 1.9.1 to 1.9.2 diff --git a/pyproject.toml b/pyproject.toml index 227bda5..116ce07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ doc = [ "sphinx-jinja==2.0.2", ] vulnerabilities = [ - "bandit==1.9.1", + "bandit==1.9.2", "safety==3.7.0", ] tests = [