diff --git a/pyproject.toml b/pyproject.toml index 84dbd1d4..6efcf02a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ tests = [ "PyGithub==2.9.0", "appdirs==1.4.4", "requests==2.33.1", - "PySide6==6.10.2", + "PySide6==6.11.0", "ansys-tools-common==0.5.0", "pytest==8.3.5", "pytest-cov==7.1.0", @@ -58,7 +58,7 @@ freeze = [ "PyGithub==2.9.0", "appdirs==1.4.4", "requests==2.33.1", - "PySide6==6.10.2", + "PySide6==6.11.0", "ansys-tools-common==0.5.0", ]