Skip to content

Commit 56ee543

Browse files
committed
Release with updated deps
1 parent 2034005 commit 56ee543

3 files changed

Lines changed: 7 additions & 4 deletions

File tree

CHANGELOG.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Music Caster Changelog
22

3+
5.25.3
4+
- [Fix] Security
5+
- [Fix] URL processing
6+
37
5.25.2
48
- [Fix] URL processing
59

requirements.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ pgi; sys_platform == 'linux'
1414
testresources; sys_platform == 'linux'
1515
ujson~=5.5
1616
mutagen~=1.45
17-
Pillow~=11.3.0
17+
Pillow~=12.2.0
1818
PyChromecast~=14.0
19-
zeroconf~=0.146
19+
zeroconf~=0.149
2020
pynput~=1.4.5
2121
pypng~=0.0.20
2222
# use zip for faster install than git
@@ -30,7 +30,6 @@ pyqrcode~=1.2.1
3030
pystray~=0.19.1
3131
requests~=2.28
3232
urllib3~=2.5
33-
FreeSimpleGUI
3433
waitress~=3.0
3534
wavinfo~=4.0
3635
scrapetube

src/meta.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = latest_version = '5.25.2'
1+
VERSION = latest_version = '5.25.3'
22
UPDATE_MESSAGE = """
33
[NEW] Support "System Audio" in CLI
44
[MSG] Language translators wanted

0 commit comments

Comments
 (0)