saleor / requests-hardened

A library that overrides the default behaviors of the requests library, and adds new security features.
https://pypi.org/project/requests-hardened
BSD 3-Clause "New" or "Revised" License
8 stars 0 forks source link

Bump cffi to fix tests workflow on Windows when using PyPy #19

Closed wcislo-saleor closed 7 months ago

wcislo-saleor commented 7 months ago

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 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.