diff --git a/requirements.txt b/requirements.txt index b2f6b1f8..f3a96119 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,16 +1,16 @@ -cmake~=3.30.0; sys_platform == 'darwin' and platform_machine != 'x86_64' and platform_machine != 'x86_32' # Needed to get nlzss11 v1.7 +cmake~=3.31.0; sys_platform == 'darwin' and platform_machine != 'x86_64' and platform_machine != 'x86_32' # Needed to get nlzss11 v1.7 nlzss11 @ git+https://github.com/CovenEsme/nlzss11@1.7 ; sys_platform == 'darwin' and platform_machine != 'x86_64' and platform_machine != 'x86_32' # Allows for compression of larger SSHD files nlzss11~=1.7; sys_platform != 'darwin' or platform_machine == 'x86_64' or platform_machine == 'x86_32' PyYAML~=6.0.1 lz4~=4.3.2 -PySide6~=6.7.0 +PySide6~=6.8.0 pyqtdarktheme @ git+https://github.com/CovenEsme/PyQtDarkTheme/@v2.2.0 # Includes support for python 3.12 typing_extensions~=4.12.0 pyclip~=0.7.0 # dev stuff -black~=24.8.0 +black~=24.10.0 pytest~=8.3.1 -PyInstaller~=6.10.0 -Pillow~=10.4.0 +PyInstaller~=6.11.1 +Pillow~=11.0.0 appdirs~=1.4.4