diff --git a/doc/source/changelog/890.dependencies.md b/doc/source/changelog/890.dependencies.md new file mode 100644 index 0000000000..a5a0ff1dd4 --- /dev/null +++ b/doc/source/changelog/890.dependencies.md @@ -0,0 +1 @@ +Bump safety from 3.6.2 to 3.7.0 diff --git a/pyproject.toml b/pyproject.toml index 535bf918ae..af2472cbf0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,7 +89,7 @@ scripts.pystk-migration-assistant = "ansys.stk.core.tools.api_migration_assistan [dependency-groups] vulnerabilities = [ "bandit[toml]==1.8.6", - "safety==3.6.2", + "safety==3.7.0", "typer==0.20.0", ] tests = [