File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3131 - name : Install ${{ env.package }}
3232 run : |
3333 python -m pip install --upgrade pip
34- python -m pip install pytest pytest-cov pytest-pythonpath coverage
34+ python -m pip install pytest pytest-cov coverage
3535 pip install -r requirements.txt
3636 pip install .
3737 - name : Test ${{ env.package }} with pytest
5353 - name : Install ${{ env.package }}
5454 run : |
5555 python -m pip install --upgrade pip
56- python -m pip install pytest pytest-cov pytest-pythonpath
56+ python -m pip install pytest pytest-cov
5757 pip install -r requirements.txt
5858 pip install .
5959 - name : Make coverage badge for ${{ env.package }}
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies = [
4343 " ipaddress>=1.0.23" ,
4444 " json2html" ,
4545 " lazy_object_proxy>=1.9.0" ,
46- " markdown2>=2.4.0 " ,
46+ " markdown2>=2.5.4 " ,
4747 " netaddr" ,
4848 " netifaces" ,
4949 " packaging" ,
Original file line number Diff line number Diff line change 11[pytest]
2- python_paths = src
2+ pythonpath = src
Original file line number Diff line number Diff line change 11argcomplete >= 3.0.8
2- asciistuff >= 1.3.1
3- bitstring == 4.0.2
4- codext >= 1.15.4
2+ asciistuff >= 1.3.3
3+ codext >= 1.15.7
54coloredlogs
65colorful
76dateparser >= 1.1.8
87dicttoxml
9- fonttools >= 4.43.0 # SNYK-PYTHON-FONTTOOLS-6133203
8+ fonttools >= 4.43.0
109ipaddress >= 1.0.23
1110json2html
1211lazy_object_proxy >= 1.9.0
13- markdown2 >= 2.4.0
12+ markdown2 >= 2.5.4
1413netaddr
1514netifaces
1615packaging
1716patchy
1817pathlib2
1918pip >= 24.0
2019plyer >= 2.0.0
20+ pydyf >= 0.11.0
2121pygments >= 2.8.1
2222pyminizip
2323pynput
@@ -33,7 +33,7 @@ terminaltables
3333toml
3434tqdm
3535virtualenv >= 20.26.3
36- weasyprint >= 60.2
36+ weasyprint >= 65.1
3737xmltodict
3838# Snyk false alarms
3939pillow >= 10.2.0 # solved with asciistuff>=1.3.0
Original file line number Diff line number Diff line change 1- 1.30.26
1+ 1.30.27
You can’t perform that action at this time.
0 commit comments