Skip to content

Commit f29a09d

Browse files
authored
Update package versions in requirements.txt
1 parent 7422438 commit f29a09d

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

scripts/MapDatabaseTools/requirements.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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

0 commit comments

Comments
 (0)