From 6ff8d4edcd2488a0120c344fea55ff55d8ddbf0b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:53:45 +0000 Subject: [PATCH 1/2] build: bump typer from 0.26.4 to 0.26.5 Bumps [typer](https://github.com/fastapi/typer) from 0.26.4 to 0.26.5. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.26.4...0.26.5) --- updated-dependencies: - dependency-name: typer dependency-version: 0.26.5 dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ddb0df5814..7772f3e65b 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.0", - "typer==0.26.4", + "typer==0.26.5", ] tests = [ "numpy==2.2.6", From e4a0dbe93785d37cb9e525a0a975a73c56892902 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 8 Jun 2026 17:55:04 +0000 Subject: [PATCH 2/2] chore: adding changelog file 1027.dependencies.md [dependabot-skip] --- doc/source/changelog/1027.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/1027.dependencies.md 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