diff --git a/doc/source/changelog/68.miscellaneous.md b/doc/source/changelog/68.miscellaneous.md new file mode 100644 index 0000000..f04fa12 --- /dev/null +++ b/doc/source/changelog/68.miscellaneous.md @@ -0,0 +1 @@ +Build: bump the grpc-deps group with 2 updates diff --git a/pyproject.toml b/pyproject.toml index 02b060c..842ff2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,8 +53,8 @@ scripts.save-ansys-path = "ansys.tools.common.path.save:cli" [dependency-groups] tests = [ - "grpcio==1.71.2", - "grpcio-health-checking==1.71.2", + "grpcio==1.76.0", + "grpcio-health-checking==1.76.0", "hypothesis==6.142.1", "pyfakefs==5.10.0", "pytest==8.4.2", @@ -63,8 +63,8 @@ tests = [ doc = [ "ansys-sphinx-theme[autoapi]==1.6.3", - "grpcio==1.71.2", - "grpcio-health-checking==1.71.2", + "grpcio==1.76.0", + "grpcio-health-checking==1.76.0", "sphinx-click==6.1.0", "sphinx-copybutton==0.5.2", "sphinx-gallery==0.19.0",