Skip to content

Commit 67ed74f

Browse files
authored
Bump dev dependencies (#4972)
1 parent 3abd481 commit 67ed74f

6 files changed

Lines changed: 860 additions & 698 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
- name: "Install uv"
116116
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
117117
with:
118-
version: "0.9.5"
118+
version: "0.11.7"
119119

120120
- name: "Install Chrome"
121121
uses: browser-actions/setup-chrome@4f8e94349a351df0f048634f25fec36c3c91eded # v2.1.1
@@ -184,7 +184,7 @@ jobs:
184184
- name: "Install uv"
185185
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
186186
with:
187-
version: "0.7.12"
187+
version: "0.11.7"
188188

189189
- name: "Install coverage"
190190
# Install the same version of coverage as in the lock file.

.github/workflows/downstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: "Install uv"
2929
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
3030
with:
31-
version: "0.9.5"
31+
version: "0.11.7"
3232

3333
- name: "Run downstream tests"
3434
run: uvx nox -s downstream_${{ matrix.downstream }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: "Install uv"
2525
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
2626
with:
27-
version: "0.9.5"
27+
version: "0.11.7"
2828

2929
- name: "Lint code"
3030
run: uvx nox -s lint

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repos:
2323
additional_dependencies: [flake8-2020]
2424

2525
- repo: https://github.com/astral-sh/uv-pre-commit
26-
rev: 0.9.10
26+
rev: 0.11.7
2727
hooks:
2828
- id: uv-lock
2929

noxfile.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ def emscripten(session: nox.Session, runner: str) -> None:
274274
dist_dir = Path(os.environ["PYODIDE_ROOT"]) / "dist"
275275
else:
276276
# we don't have a build tree
277-
pyodide_version = "0.28.1"
277+
pyodide_version = "0.29.3"
278278

279279
pyodide_artifacts_path = Path(session.cache_dir) / f"pyodide-{pyodide_version}"
280280
if not pyodide_artifacts_path.exists():

0 commit comments

Comments
 (0)