From 2ed7d3a2d6ae10a5fcc84e1969646bb8745e3d65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 04:36:42 +0000 Subject: [PATCH 1/2] build: bump hypothesis from 6.140.4 to 6.141.1 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.140.4 to 6.141.1. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.140.4...hypothesis-python-6.141.1) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.141.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f3109aa..ab2ab5f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ scripts.save-ansys-path = "ansys.tools.common.path.save:cli" tests = [ "grpcio==1.71.2", "grpcio-health-checking==1.71.2", - "hypothesis==6.140.4", + "hypothesis==6.141.1", "pyfakefs==5.10.0", "pytest==8.4.2", "pytest-cov==7.0.0", From f11d7ce3da56d3f6d30186c282e03bbb810619ee Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 21 Oct 2025 04:37:11 +0000 Subject: [PATCH 2/2] chore: adding changelog file 66.miscellaneous.md [dependabot-skip] --- doc/source/changelog/66.miscellaneous.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/66.miscellaneous.md diff --git a/doc/source/changelog/66.miscellaneous.md b/doc/source/changelog/66.miscellaneous.md new file mode 100644 index 0000000..285cb7b --- /dev/null +++ b/doc/source/changelog/66.miscellaneous.md @@ -0,0 +1 @@ +Build: bump hypothesis from 6.140.4 to 6.141.1