diff --git a/doc/source/changelog/98.miscellaneous.md b/doc/source/changelog/98.miscellaneous.md new file mode 100644 index 00000000..dbe5ec47 --- /dev/null +++ b/doc/source/changelog/98.miscellaneous.md @@ -0,0 +1 @@ +Build: bump hypothesis from 6.143.0 to 6.146.0 diff --git a/pyproject.toml b/pyproject.toml index db0824a1..69bd78e0 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.143.0", + "hypothesis==6.146.0", "pyfakefs==5.10.1", "pytest==8.4.2", "pytest-cov==7.0.0",