Skip to content

Commit c501a98

Browse files
authored
Merge branch 'main' into update-readme
2 parents c5468c1 + e279ca0 commit c501a98

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

@@ -38,7 +38,7 @@ jobs:
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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]

0 commit comments

Comments
 (0)