Skip to content

Commit

Permalink
Bump the all-dependencies group across 1 directory with 5 updates
Browse files Browse the repository at this point in the history
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](scikit-build/cmake-python-distributions@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](psf/black@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](pyinstaller/pyinstaller@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](python-pillow/Pillow@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 11, 2024
1 parent eaed84f commit 3a69878
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -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/[email protected] ; 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

0 comments on commit 3a69878

Please sign in to comment.