From 54c9e28b98964e5542206710da32f97d94fbb840 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 17:05:40 +0000 Subject: [PATCH 1/2] build: bump beartype from 0.22.3 to 0.22.4 Bumps [beartype](https://github.com/beartype/beartype) from 0.22.3 to 0.22.4. - [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.3...v0.22.4) --- updated-dependencies: - dependency-name: beartype dependency-version: 0.22.4 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 ed334e7f4a..2fac18e2a2 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.3", + "beartype==0.22.4", "docker==7.1.0", "geomdl==5.4.0", "grpcio==1.75.0", From 6c4d8aa16054139beb0bd8272d9f3f94eca57588 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Wed, 29 Oct 2025 17:07:10 +0000 Subject: [PATCH 2/2] chore: adding changelog file 2347.dependencies.md [dependabot-skip] --- doc/changelog.d/2347.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/2347.dependencies.md diff --git a/doc/changelog.d/2347.dependencies.md b/doc/changelog.d/2347.dependencies.md new file mode 100644 index 0000000000..3fdd29e6e3 --- /dev/null +++ b/doc/changelog.d/2347.dependencies.md @@ -0,0 +1 @@ +Bump beartype from 0.22.3 to 0.22.4