build(deps): bump fastecdsa from 1.7.5 to 2.3.2 (#669)

Bumps [fastecdsa](https://github.com/AntonKueltz/fastecdsa) from 1.7.5 to 2.3.2.
- [Release notes](https://github.com/AntonKueltz/fastecdsa/releases)
- [Changelog](https://github.com/AntonKueltz/fastecdsa/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AntonKueltz/fastecdsa/compare/v1.7.5...v2.3.2)

---
updated-dependencies:
- dependency-name: fastecdsa
  dependency-version: 2.3.2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-06-09 12:44:45 -06:00
committed by GitHub
parent 22d93b39ae
commit c83fc1582d

View File

@ -30,7 +30,7 @@ dependencies = [
"rpcudp>=3.0.0",
"trio-typing>=0.0.4",
"trio>=0.26.0",
"fastecdsa==1.7.5; sys_platform != 'win32'",
"fastecdsa==2.3.2; sys_platform != 'win32'",
]
classifiers = [
"Development Status :: 4 - Beta",