diff --git a/doc/source/changelog/60.dependencies.md b/doc/source/changelog/60.dependencies.md new file mode 100644 index 00000000..a8302f8c --- /dev/null +++ b/doc/source/changelog/60.dependencies.md @@ -0,0 +1 @@ +Build: bump hypothesis from 6.135.10 to 6.140.3 diff --git a/pyproject.toml b/pyproject.toml index 6e365fb9..7bf633ab 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.135.10", + "hypothesis==6.140.3", "pyfakefs==5.9.3", "pytest==8.4.2", "pytest-cov==7.0.0",