diff --git a/doc/source/changelog/52.dependencies.md b/doc/source/changelog/52.dependencies.md new file mode 100644 index 0000000..bd49771 --- /dev/null +++ b/doc/source/changelog/52.dependencies.md @@ -0,0 +1 @@ +Build: bump grpcio-health-checking from 1.71.2 to 1.75.1 diff --git a/pyproject.toml b/pyproject.toml index acabd70..15bf068 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ scripts.save-ansys-path = "ansys.tools.common.path.save:cli" [dependency-groups] tests = [ "grpcio==1.71.2", - "grpcio-health-checking==1.71.2", + "grpcio-health-checking==1.75.1", "hypothesis==6.135.10", "pyfakefs==5.9.3", "pytest==8.4.2", @@ -64,7 +64,7 @@ tests = [ doc = [ "ansys-sphinx-theme[autoapi]==1.6.3", "grpcio==1.71.2", - "grpcio-health-checking==1.71.2", + "grpcio-health-checking==1.75.1", "sphinx-click==4.4.0", "sphinx-copybutton==0.5.2", "sphinx-gallery==0.19.0",