From 6f46a5df15a4b21873b136a7b306a42cad8f1e7a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 19:39:35 +0000 Subject: [PATCH 1/2] build: bump pygltflib from 1.16.4 to 1.16.5 Bumps [pygltflib](https://gitlab.com/dodgyville/pygltflib) from 1.16.4 to 1.16.5. - [Changelog](https://gitlab.com/dodgyville/pygltflib/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/dodgyville/pygltflib/compare/v1.16.4...v1.16.5) --- updated-dependencies: - dependency-name: pygltflib dependency-version: 1.16.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 06941d55bf..83ab97f67d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,7 +68,7 @@ tests = [ "numpy==2.2.6", "Pint==0.24.4", "protobuf==5.29.3", - "pygltflib==1.16.4", + "pygltflib==1.16.5", "pytest==8.4.1", "pytest-cov==6.2.1", "pytest-pyvista==0.2.0", @@ -109,7 +109,7 @@ doc = [ "pdf2image==1.17.0", "Pint==0.24.4", "protobuf==5.29.3", - "pygltflib==1.16.4", + "pygltflib==1.16.5", "pyvista[jupyter]==0.45.3", "quarto-cli==1.7.32", "requests==2.32.4", From 2c81d73014fc4e7acbc20219f8e15d1899bfa8ad Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 28 Jul 2025 19:41:01 +0000 Subject: [PATCH 2/2] chore: adding changelog file 2139.dependencies.md [dependabot-skip] --- doc/changelog.d/2139.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/2139.dependencies.md diff --git a/doc/changelog.d/2139.dependencies.md b/doc/changelog.d/2139.dependencies.md new file mode 100644 index 0000000000..ba413712ba --- /dev/null +++ b/doc/changelog.d/2139.dependencies.md @@ -0,0 +1 @@ +Bump pygltflib from 1.16.4 to 1.16.5 \ No newline at end of file