From b9d38d4a3e75b899c41d1670bebe15dcf1f8f0ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Nov 2025 17:07:43 +0000 Subject: [PATCH 1/2] build: bump libcst from 1.8.5 to 1.8.6 Bumps [libcst](https://github.com/Instagram/LibCST) from 1.8.5 to 1.8.6. - [Release notes](https://github.com/Instagram/LibCST/releases) - [Changelog](https://github.com/Instagram/LibCST/blob/main/CHANGELOG.md) - [Commits](https://github.com/Instagram/LibCST/compare/v1.8.5...v1.8.6) --- updated-dependencies: - dependency-name: libcst dependency-version: 1.8.6 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 08e559f1f4..a420639141 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -108,7 +108,7 @@ doc = [ "jupyter-server==2.17.0", "jupyterlab==4.4.10", "jupytext==1.18.1", - "libcst==1.8.5", + "libcst==1.8.6", "matplotlib==3.10.7", "myst-parser==4.0.1", "nbconvert==7.16.6", From 5dcec8806209e7a43a1642f960edc625aa5d605d Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 11 Nov 2025 17:09:58 +0000 Subject: [PATCH 2/2] chore: adding changelog file 888.dependencies.md [dependabot-skip] --- doc/source/changelog/888.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/888.dependencies.md diff --git a/doc/source/changelog/888.dependencies.md b/doc/source/changelog/888.dependencies.md new file mode 100644 index 0000000000..e98fa789ba --- /dev/null +++ b/doc/source/changelog/888.dependencies.md @@ -0,0 +1 @@ +Bump libcst from 1.8.5 to 1.8.6