File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1111 - uses : psf/black@stable
1212 with :
1313 options : " --check --verbose"
14- version : " 23.3.0 "
14+ version : " 23.12.1 "
1515
1616 isort :
1717 runs-on : ubuntu-22.04
Original file line number Diff line number Diff line change @@ -25,12 +25,12 @@ jobs:
2525 coverage json
2626 coverage html
2727 - name : Archive code coverage html report
28- uses : actions/upload-artifact@v3
28+ uses : actions/upload-artifact@v4
2929 with :
3030 name : code-coverage-report
3131 path : htmlcov
3232 - name : Get Cover
33- uses : orgoro/coverage@v3
33+ uses : orgoro/coverage@v3.1
3434 with :
3535 coverageFile : coverage.xml
3636 token : ${{ secrets.GITHUB_TOKEN }}
4040 echo "total=$TOTAL" >> $GITHUB_ENV
4141 echo "### Total coverage: ${TOTAL}%" >> $GITHUB_STEP_SUMMARY
4242 - name : Make badge
43- uses : schneegans/dynamic-badges-action@v1.6 .0
43+ uses : schneegans/dynamic-badges-action@v1.7 .0
4444 with :
4545 # GIST_TOKEN is a GitHub personal access token with scope "gist".
4646 auth : ${{ secrets.GIST_TOKEN }}
Original file line number Diff line number Diff line change @@ -22,12 +22,12 @@ install_requires =
2222where =src
2323
2424[options.extras_require]
25- dev = black ==23.10 .1
26- flake8 ==6.1 .0
25+ dev = black ==23.12 .1
26+ flake8 ==7.0 .0
2727 pytest ==7.4.3
2828 coverage ==7.3.2
29- mypy ==1.6.1
30- isort ==5.12.0
29+ mypy ==1.8.0
30+ isort ==5.13.2
3131
3232[options.entry_points]
3333console_scripts =
You can’t perform that action at this time.
0 commit comments