From 9812a9e24ed954f5e4af7c89297b8bbcd0338012 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jun 2026 18:09:20 +0000 Subject: [PATCH 1/2] build(deps-dev): bump basedpyright in the dependencies group Bumps the dependencies group with 1 update: [basedpyright](https://github.com/detachhead/basedpyright). Updates `basedpyright` from 1.38.0 to 1.39.6 - [Release notes](https://github.com/detachhead/basedpyright/releases) - [Commits](https://github.com/detachhead/basedpyright/compare/v1.38.0...v1.39.6) --- updated-dependencies: - dependency-name: basedpyright dependency-version: 1.39.6 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 69a6ce79a60..c17c725b583 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ docs = [ "seaborn>=0.13.2" ] ci_types = [ - "basedpyright==1.38.0", + "basedpyright==1.39.6", "ansys-fluent-visualization", "h5py", "pytest", From a3a08852213ab24eeecbc1717cf3b429052e3f03 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 4 Jun 2026 18:09:53 +0000 Subject: [PATCH 2/2] chore: adding changelog file 5170.dependencies.md [dependabot-skip] --- doc/changelog.d/5170.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/5170.dependencies.md diff --git a/doc/changelog.d/5170.dependencies.md b/doc/changelog.d/5170.dependencies.md new file mode 100644 index 00000000000..28929a19374 --- /dev/null +++ b/doc/changelog.d/5170.dependencies.md @@ -0,0 +1 @@ +Bump basedpyright from 1.38.0 to 1.39.6 in the dependencies group