From eead9b00d42e80067938be7c88e5a2638b080cf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 08:26:17 +0000 Subject: [PATCH 1/2] build: bump hypothesis from 6.148.0 to 6.148.2 Bumps [hypothesis](https://github.com/HypothesisWorks/hypothesis) from 6.148.0 to 6.148.2. - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.148.0...hypothesis-python-6.148.2) --- updated-dependencies: - dependency-name: hypothesis dependency-version: 6.148.2 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 9072742e..17d51b9e 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.148.0", + "hypothesis==6.148.2", "pyfakefs==5.10.2", "pytest==9.0.1", "pytest-cov==7.0.0", From cdb8455680edcc327e661be858011ab810feb6e6 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 25 Nov 2025 08:26:33 +0000 Subject: [PATCH 2/2] chore: adding changelog file 106.dependencies.md [dependabot-skip] --- doc/source/changelog/106.dependencies.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/source/changelog/106.dependencies.md diff --git a/doc/source/changelog/106.dependencies.md b/doc/source/changelog/106.dependencies.md new file mode 100644 index 00000000..80a4010b --- /dev/null +++ b/doc/source/changelog/106.dependencies.md @@ -0,0 +1 @@ +Build: bump hypothesis from 6.148.0 to 6.148.2