File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44# Cryptography for AES-GCM decryption (matching Kotlin implementation)
55# License: Apache 2.0 / BSD
6- cryptography >= 46.0.3
6+ cryptography >= 46.0.7
77
88# Windows DPAPI support for secure key storage
99# License: PSF (Python Software Foundation)
@@ -13,15 +13,15 @@ pywin32>=311; sys_platform == 'win32'
1313# PySide6 for GUI (Qt6 bindings from Qt Company)
1414# License: LGPL v3 (commercial-friendly, no GPL contamination)
1515# WebEngine is included in the main package since 6.2+
16- PySide6 >= 6.8 .0
16+ PySide6 >= 6.11 .0
1717
1818# Utility for downloading map assets
1919# License: Apache 2.0
20- requests >= 2.32.5
20+ requests >= 2.33.1
2121
2222# Optional: Alternative GUI framework (uncomment if you prefer Tkinter - built-in with Python)
2323# No additional requirements needed for Tkinter
2424
2525# Development dependencies (optional)
26- # pytest>=9.0.2
27- # black>=25.12.0
26+ # pytest>=9.0.3
27+ # black>=26.3.1
You can’t perform that action at this time.
0 commit comments