diff --git a/doc/source/changelog/1027.dependencies.md b/doc/source/changelog/1027.dependencies.md new file mode 100644 index 0000000000..ca6cb6032b --- /dev/null +++ b/doc/source/changelog/1027.dependencies.md @@ -0,0 +1 @@ +Bump typer from 0.26.4 to 0.26.5 diff --git a/pyproject.toml b/pyproject.toml index 0bc3dd519e..24b24f3214 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -90,7 +90,7 @@ scripts.pystk-migration-assistant = "ansys.stk.core.tools.api_migration_assistan vulnerabilities = [ "bandit[toml]==1.9.4", "safety==3.8.1", - "typer==0.26.4", + "typer==0.26.5", ] tests = [ "numpy==2.2.6",