diff --git a/dev_requirements.txt b/dev_requirements.txt index ae6f73a..9cbf635 100644 --- a/dev_requirements.txt +++ b/dev_requirements.txt @@ -4,6 +4,6 @@ build twine sphinx sphinx-rtd-theme -Pyside6==6.8.2.1 +Pyside6==6.9.0 qt-material mss diff --git a/pyproject.toml b/pyproject.toml index 8bd423b..389a605 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,7 @@ license-files = ["LICENSE"] dependencies = [ "je_open_cv", "pillow", - "Pyside6==6.8.3", + "Pyside6==6.9.0", "pyobjc-core;platform_system=='Darwin'", "pyobjc;platform_system=='Darwin'", "python-Xlib;platform_system=='Linux'",