Skip to content

Commit

Permalink
Merge pull request #426 from mint-choc-chip-skyblade/dependabot/pip/m…
Browse files Browse the repository at this point in the history
…ain/all-dependencies-405717738f

Bump the all-dependencies group across 1 directory with 5 updates
  • Loading branch information
CovenEsme authored Nov 20, 2024
2 parents eaed84f + 3a69878 commit 13e3430
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 13e3430

Please sign in to comment.