diff --git a/doc/changelog.d/234.dependencies.md b/doc/changelog.d/234.dependencies.md new file mode 100644 index 0000000..ef6ec63 --- /dev/null +++ b/doc/changelog.d/234.dependencies.md @@ -0,0 +1 @@ +chore: bump bandit from 1.8.3 to 1.8.6 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4648087..2146e51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ doc = [ "sphinx-jinja==2.0.2", ] vulnerabilities = [ - "bandit==1.8.3", + "bandit==1.8.6", "safety==3.3.0", ] tests = [