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