Closed wcislo-saleor closed 7 months ago
Fixes issue when installing cffi on windows-latest using PyPy (https://github.com/saleor/requests-hardened/actions/runs/8554053433).
cffi
Dependency chain: cffi <- cryptography <- trustme.
cryptography
trustme
There is no newer version of trustme available (that would depend on newer cryptography that would depend on newer cffi) so I had to resort to bumping cffi dependency manually in a file that is generated automatically.
Fixes issue when installing
cffi
on windows-latest using PyPy (https://github.com/saleor/requests-hardened/actions/runs/8554053433).Dependency chain:
cffi
<-cryptography
<-trustme
.There is no newer version of
trustme
available (that would depend on newercryptography
that would depend on newercffi
) so I had to resort to bumpingcffi
dependency manually in a file that is generated automatically.