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 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",