Update cffi dep to 1.15.0
parent
771bf34ce9
commit
782d4e160e
|
@ -12,6 +12,6 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: pip install -r requirements.txt
|
run: pip install --upgrade pip && pip install -r requirements.txt
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: ./run test
|
run: ./run test
|
||||||
|
|
|
@ -2,7 +2,7 @@ attrs==19.3.0
|
||||||
beautifulsoup4==4.10.0
|
beautifulsoup4==4.10.0
|
||||||
cachelib==0.4.1
|
cachelib==0.4.1
|
||||||
certifi==2020.4.5.1
|
certifi==2020.4.5.1
|
||||||
cffi==1.13.2
|
cffi==1.15.0
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
click==8.0.3
|
click==8.0.3
|
||||||
cryptography==3.3.2
|
cryptography==3.3.2
|
||||||
|
|
Loading…
Reference in New Issue