From aeb61f2b51a155e9c7672fb4e66e4e91f271911e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 04:33:12 +0000 Subject: [PATCH 1/2] build: bump hypothesis from 6.142.4 to 6.142.5 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.142.4 to 6.142.5. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.142.4...hypothesis-python-6.142.5) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.142.5 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 fdac5a48..a932b288 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ scripts.save-ansys-path = "ansys.tools.common.path.save:cli" tests = [ "grpcio==1.76.0", "grpcio-health-checking==1.76.0", - "hypothesis==6.142.4", + "hypothesis==6.142.5", "pyfakefs==5.10.1", "pytest==8.4.2", "pytest-cov==7.0.0", From 7823ccfa0c3b9884c512a31e0c6d1fd64df5b778 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Thu, 6 Nov 2025 04:33:32 +0000 Subject: [PATCH 2/2] chore: adding changelog file 91.miscellaneous.md [dependabot-skip] --- doc/source/changelog/91.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/91.miscellaneous.md diff --git a/doc/source/changelog/91.miscellaneous.md b/doc/source/changelog/91.miscellaneous.md new file mode 100644 index 00000000..401aa7cf --- /dev/null +++ b/doc/source/changelog/91.miscellaneous.md @@ -0,0 +1 @@ +Build: bump hypothesis from 6.142.4 to 6.142.5