diff --git a/doc/source/changelog/67.miscellaneous.md b/doc/source/changelog/67.miscellaneous.md new file mode 100644 index 0000000..69e45f3 --- /dev/null +++ b/doc/source/changelog/67.miscellaneous.md @@ -0,0 +1 @@ +Build: bump hypothesis from 6.141.1 to 6.142.1 diff --git a/pyproject.toml b/pyproject.toml index ab2ab5f..02b060c 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.141.1", + "hypothesis==6.142.1", "pyfakefs==5.10.0", "pytest==8.4.2", "pytest-cov==7.0.0",