diff --git a/pyproject.toml b/pyproject.toml index bd4ac1cd..5e228108 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ tests = [ "PyGithub==2.9.1", "appdirs==1.4.4", "requests==2.33.1", - "PySide6==6.11.0", + "PySide6==6.11.1", "ansys-tools-common==0.5.0", "pytest==8.3.5", "pytest-cov==7.1.0", @@ -58,7 +58,7 @@ freeze = [ "PyGithub==2.9.1", "appdirs==1.4.4", "requests==2.33.1", - "PySide6==6.11.0", + "PySide6==6.11.1", "ansys-tools-common==0.5.0", ]