From 3a6987888c6a76ddeb2c7b79571731dacba5c176 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:08:19 +0000 Subject: [PATCH] Bump the all-dependencies group across 1 directory with 5 updates Updates the requirements on [cmake](https://github.com/scikit-build/cmake-python-distributions), [pyside6](https://pyside.org), [black](https://github.com/psf/black), [pyinstaller](https://github.com/pyinstaller/pyinstaller) and [pillow](https://github.com/python-pillow/Pillow) to permit the latest version. Updates `cmake` to 3.31.0.1 - [Release notes](https://github.com/scikit-build/cmake-python-distributions/releases) - [Changelog](https://github.com/scikit-build/cmake-python-distributions/blob/main/HISTORY.rst) - [Commits](https://github.com/scikit-build/cmake-python-distributions/compare/3.30.0...3.31.0.1) Updates `pyside6` to 6.8.0.2 Updates `black` to 24.10.0 - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](https://github.com/psf/black/compare/24.8.0...24.10.0) Updates `pyinstaller` to 6.11.1 - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.10.0...v6.11.1) Updates `pillow` to 11.0.0 - [Release notes](https://github.com/python-pillow/Pillow/releases) - [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst) - [Commits](https://github.com/python-pillow/Pillow/compare/10.4.0...11.0.0) --- updated-dependencies: - dependency-name: cmake dependency-type: direct:production dependency-group: all-dependencies - dependency-name: pyside6 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: black dependency-type: direct:production dependency-group: all-dependencies - dependency-name: pyinstaller dependency-type: direct:production dependency-group: all-dependencies - dependency-name: pillow dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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