Update cffi dep to 1.15.0

pull/483/head
Ben Busby 3 years ago
parent 771bf34ce9
commit 782d4e160e
No known key found for this signature in database
GPG Key ID: 339B7B7EB5333D14

@ -12,6 +12,6 @@ jobs:
with:
python-version: '3.x'
- name: Install dependencies
run: pip install -r requirements.txt
run: pip install --upgrade pip && pip install -r requirements.txt
- name: Run tests
run: ./run test

@ -2,7 +2,7 @@ attrs==19.3.0
beautifulsoup4==4.10.0
cachelib==0.4.1
certifi==2020.4.5.1
cffi==1.13.2
cffi==1.15.0
chardet==3.0.4
click==8.0.3
cryptography==3.3.2

Loading…
Cancel
Save