fix: Cryptodome moved SHA256

This commit is contained in:
Peter Oettig
2025-07-13 21:49:34 +02:00
committed by Peter Oettig
parent c685b1930a
commit 33b2d33475
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ argparse = "^1.4.0"
geojson = "^2.5.0"
reverse-geocode = "^1.4.1"
androguard = "^4.1.2"
pycryptodomex = "^3.9.0"
pycryptodomex = "3.23.0" # Pin version as they introduce breaking changes in minor versions
pydantic = "^1.9.0"
"ruamel.yaml" = ">=0.15.0"
certifi = ">=14.05.14"