requirements: bump electrum-ecc and electrum-aionostr

note: these sdists are now reproducibly built.
Ideally the person updating the pinned hash should be different from the one who uploaded the dep to PyPI and reproduce and verify the hash. This prevents hiding a backdoor in just the sdist uploaded to PyPI.

but people can try to reproduce the PyPI sdists at any time and ring alarm bells if they can't
This commit is contained in:
SomberNight
2025-02-04 16:52:03 +00:00
parent 246a7294da
commit 40842fad39
2 changed files with 6 additions and 6 deletions

View File

@@ -7,8 +7,8 @@ aiohttp_socks>=0.8.4
certifi
attrs>=20.1.0
jsonpatch
electrum_ecc
electrum_aionostr>=0.0.6
electrum_ecc>=0.0.4
electrum_aionostr>=0.0.7
# Note that we also need the dnspython[DNSSEC] extra which pulls in cryptography,
# but as that is not pure-python it cannot be listed in this file!