File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818
1919 steps :
2020 - name : Check out repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@v6
2222
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v5
24+ uses : actions/setup-python@v6
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727
3838 # Only upload once per matrix run to avoid duplicate/conflicting reports.
3939 # ubuntu + the lowest supported Python version is the canonical run.
4040 if : matrix.os == 'ubuntu-latest' && matrix.python-version == '3.9'
41- uses : codecov/codecov-action@v4
41+ uses : codecov/codecov-action@v7
4242 with :
4343 file : ./coverage.xml
4444 fail_ci_if_error : false
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ dependencies = [
2828 " numpy>=1.23,<3" ,
2929 " scipy>=1.9,<2" ,
3030 " statsmodels>=0.13,<1" ,
31- " rich>=13.0,<15 " ,
31+ " rich>=13.0,<16 " ,
3232]
3333
3434[project .optional-dependencies ]
You can’t perform that action at this time.
0 commit comments