Skip to content

Commit 7807c3a

Browse files
build(deps): upgrade dependencies and bump setup-python action to v7
Update streamlit, plotly, pydantic-settings, tornado, and dev dependencies (pytest, hypothesis, mypy, ruff, playwright, and others) to their latest compatible versions, and bump actions/setup-python from v6 to v7 across all CI jobs.
1 parent 3254392 commit 7807c3a

3 files changed

Lines changed: 1098 additions & 1084 deletions

File tree

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ref: ${{ github.head_ref }}
3737

3838
- name: Set up Python ${{ env.PYTHON_VERSION }}
39-
uses: actions/setup-python@v6
39+
uses: actions/setup-python@v7
4040
with:
4141
python-version: ${{ env.PYTHON_VERSION }}
4242

@@ -91,7 +91,7 @@ jobs:
9191
uses: actions/checkout@v6
9292

9393
- name: Set up Python ${{ env.PYTHON_VERSION }}
94-
uses: actions/setup-python@v6
94+
uses: actions/setup-python@v7
9595
with:
9696
python-version: ${{ env.PYTHON_VERSION }}
9797

@@ -152,7 +152,7 @@ jobs:
152152
uses: actions/checkout@v6
153153

154154
- name: Set up Python ${{ env.PYTHON_VERSION }}
155-
uses: actions/setup-python@v6
155+
uses: actions/setup-python@v7
156156
with:
157157
python-version: ${{ env.PYTHON_VERSION }}
158158

@@ -211,7 +211,7 @@ jobs:
211211
uses: actions/checkout@v6
212212

213213
- name: Set up Python ${{ env.PYTHON_VERSION }}
214-
uses: actions/setup-python@v6
214+
uses: actions/setup-python@v7
215215
with:
216216
python-version: ${{ env.PYTHON_VERSION }}
217217

@@ -252,7 +252,7 @@ jobs:
252252
uses: actions/checkout@v6
253253

254254
- name: Set up Python ${{ env.PYTHON_VERSION }}
255-
uses: actions/setup-python@v6
255+
uses: actions/setup-python@v7
256256
with:
257257
python-version: ${{ env.PYTHON_VERSION }}
258258

@@ -312,7 +312,7 @@ jobs:
312312
uses: actions/checkout@v6
313313

314314
- name: Set up Python ${{ env.PYTHON_VERSION }}
315-
uses: actions/setup-python@v6
315+
uses: actions/setup-python@v7
316316
with:
317317
python-version: ${{ env.PYTHON_VERSION }}
318318

@@ -365,7 +365,7 @@ jobs:
365365
uses: actions/checkout@v6
366366

367367
- name: Set up Python ${{ env.PYTHON_VERSION }}
368-
uses: actions/setup-python@v6
368+
uses: actions/setup-python@v7
369369
with:
370370
python-version: ${{ env.PYTHON_VERSION }}
371371

@@ -472,7 +472,7 @@ jobs:
472472
uses: actions/checkout@v6
473473

474474
- name: Set up Python ${{ env.PYTHON_VERSION }}
475-
uses: actions/setup-python@v6
475+
uses: actions/setup-python@v7
476476
with:
477477
python-version: ${{ env.PYTHON_VERSION }}
478478

0 commit comments

Comments
 (0)