openwallet-foundation / acapy

ACA-Py is a foundation for building decentralized identity applications and services running in non-mobile environments.
https://aca-py.org
Apache License 2.0
419 stars 512 forks source link

:arrow_up: Update lock file #3296

Closed ff137 closed 1 month ago

ff137 commented 1 month ago

Includes many new patch releases. Some noteworthy ones appear to be:

ff137 commented 1 month ago

Looks like the dependency upgrades has unearthed a buggy unit test:

FAILED acapy_agent/protocols/issue_credential/v2_0/tests/test_routes.py::TestV20CredRoutes::test_credential_exchange_send_bound_offer_linked_data_error - TypeError: argument of type 'LinkedDataProofException' is not iterable

Taking a look

ff137 commented 1 month ago

aiohttp probably had a minor change to their exception handling. We were passing a LinkedDataProofException object as the "reason" for the HTTPBadRequest. Which now results in a TypeError. This is fixed by converting the exception to a string

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
100.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud