File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9292 COLOR : ' yes'
9393 - run : python -m coverage xml
9494 - name : Upload coverage
95- uses : codecov/codecov-action@v4
95+ uses : codecov/codecov-action@v5
9696 with :
9797 fail_ci_if_error : true
9898 token : ${{ secrets.CODECOV_TOKEN }}
Original file line number Diff line number Diff line change 11-r ../../requirements.txt
22
33### Sphinx deps
4- sphinx == 8.1 .0
4+ sphinx == 8.2 .0
55sphinx-autofixture == 0.4.0
66sphinx_rtd_theme == 3.0.1
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ flake8-annotations-complexity==0.0.8
99flake8-bandit == 4.1.1
1010flake8-bugbear == 24.8.19
1111flake8-builtins == 2.5.0
12- flake8-comprehensions == 3.15 .0
12+ flake8-comprehensions == 3.16 .0
1313flake8-copyright == 0.2.4
1414flake8-import-order == 0.18.2
1515flake8-pytest-style == 2.0.0
Original file line number Diff line number Diff line change 11atpublic == 5.0
22attrs == 24.2.0
33coverage == 7.6.1
4- pytest == 8.3.3
4+ pytest == 8.3.4
55pytest-asyncio == 0.24.0
66pytest-cov == 5.0.0
77pytest-mock == 3.14.0
You can’t perform that action at this time.
0 commit comments