Skip to content

Commit

Permalink
Update dependencies for Win and Mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
phw committed Nov 5, 2024
1 parent cbbf53d commit 1f241f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions requirements-macos-11.0.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
discid==1.2.0
Markdown==3.5.1
Markdown==3.7
mutagen==1.47.0
PyJWT==2.8.0
pyobjc-core==10.1
pyobjc-framework-Cocoa==10.1
PyJWT==2.9.0
pyobjc-core==10.3.1
pyobjc-framework-Cocoa==10.3.1
PyQt6==6.7.1
PyQt6-Qt6==6.7.2
python-dateutil==2.8.2
PyYAML==6.0.1
charset-normalizer==3.3.2
PyQt6-Qt6==6.7.3
python-dateutil==2.9.0.post0
PyYAML==6.0.2
charset-normalizer==3.4.0
14 changes: 7 additions & 7 deletions requirements-win.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
discid==1.2.0
Markdown==3.5.1
Markdown==3.7
mutagen==1.47.0
PyJWT==2.8.0
PyJWT==2.9.0
PyQt6==6.7.1
PyQt6-Qt6==6.7.2
python-dateutil==2.8.2
pywin32==306
PyYAML==6.0.1
charset-normalizer==3.3.2
PyQt6-Qt6==6.7.3
python-dateutil==2.9.0.post0
pywin32==308
PyYAML==6.0.2
charset-normalizer==3.4.0

0 comments on commit 1f241f9

Please sign in to comment.