From 0dd66da82dc0173ad384b115441858c87e0cf02d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:16:26 +0000 Subject: [PATCH 1/2] build: bump beartype from 0.22.2 to 0.22.3 Bumps [beartype](https://github.com/beartype/beartype) from 0.22.2 to 0.22.3. - [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.2...v0.22.3) --- updated-dependencies: - dependency-name: beartype dependency-version: 0.22.3 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 c4a8dee2f3..60b4ad6d51 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.2", + "beartype==0.22.3", "docker==7.1.0", "geomdl==5.4.0", "grpcio==1.75.0", From 7a2925154b3591328c19b4e473be303d27833f0e Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Mon, 27 Oct 2025 18:18:03 +0000 Subject: [PATCH 2/2] chore: adding changelog file 2344.dependencies.md [dependabot-skip] --- doc/changelog.d/2344.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/2344.dependencies.md diff --git a/doc/changelog.d/2344.dependencies.md b/doc/changelog.d/2344.dependencies.md new file mode 100644 index 0000000000..6b0744fcae --- /dev/null +++ b/doc/changelog.d/2344.dependencies.md @@ -0,0 +1 @@ +Bump beartype from 0.22.2 to 0.22.3