diff --git a/doc/source/changelog/105.miscellaneous.md b/doc/source/changelog/105.miscellaneous.md new file mode 100644 index 00000000..f7b90d95 --- /dev/null +++ b/doc/source/changelog/105.miscellaneous.md @@ -0,0 +1 @@ +Build: bump hypothesis from 6.147.0 to 6.148.0 diff --git a/pyproject.toml b/pyproject.toml index 82a4f655..e9f89a00 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.147.0", + "hypothesis==6.148.0", "pyfakefs==5.10.2", "pytest==9.0.1", "pytest-cov==7.0.0",