diff --git a/doc/changelog.d/235.dependencies.md b/doc/changelog.d/235.dependencies.md new file mode 100644 index 0000000..cca9f6a --- /dev/null +++ b/doc/changelog.d/235.dependencies.md @@ -0,0 +1 @@ +chore: bump safety from 3.3.0 to 3.6.0 \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 4648087..7da5b32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ doc = [ ] vulnerabilities = [ "bandit==1.8.3", - "safety==3.3.0", + "safety==3.6.0", ] tests = [ "pytest==8.3.5",