From 6f3309f4ae61f0f1b1e29339af97c7eef01b374a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 17:05:15 +0000 Subject: [PATCH 1/2] build: bump beartype from 0.22.4 to 0.22.5 Bumps [beartype](https://github.com/beartype/beartype) from 0.22.4 to 0.22.5. - [Release notes](https://github.com/beartype/beartype/releases) - [Changelog](https://github.com/beartype/beartype/blob/main/doc/RELEASE.rst) - [Commits](https://github.com/beartype/beartype/compare/v0.22.4...v0.22.5) --- updated-dependencies: - dependency-name: beartype dependency-version: 0.22.5 dependency-type: direct:production 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 c966afa7d0..c7a2d1987a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -99,7 +99,7 @@ general-all = [ "ansys-platform-instancemanagement==1.1.2", "ansys-tools-path==0.7.3", "ansys-tools-visualization-interface==0.12.1", - "beartype==0.22.4", + "beartype==0.22.5", "docker==7.1.0", "geomdl==5.4.0", "grpcio==1.75.0", From 086f465acd1854641cd4d8ae312e5a922e6c0bac Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 4 Nov 2025 17:06:44 +0000 Subject: [PATCH 2/2] chore: adding changelog file 2355.dependencies.md [dependabot-skip] --- doc/changelog.d/2355.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/2355.dependencies.md diff --git a/doc/changelog.d/2355.dependencies.md b/doc/changelog.d/2355.dependencies.md new file mode 100644 index 0000000000..98cd8db145 --- /dev/null +++ b/doc/changelog.d/2355.dependencies.md @@ -0,0 +1 @@ +Bump beartype from 0.22.4 to 0.22.5