From df6c97b5370fd86eeb74c54ce4c53bb0183b9c89 Mon Sep 17 00:00:00 2001 From: Gyeongjae Choi Date: Mon, 4 Mar 2024 18:45:45 +0900 Subject: [PATCH] Update pyodide and package versions in CI (#56) --- .github/workflows/main.yml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bb7bf71..ee406b9 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - pyodide-version: [0.24.1] + pyodide-version: [0.25.0] test-config: [ {runner: selenium, runtime: chrome, runtime-version: latest}, ] diff --git a/pyproject.toml b/pyproject.toml index 7673193..27ee5d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ build-backend = "setuptools.build_meta" [project.optional-dependencies] test = [ - "pytest-pyodide==0.52.2", + "pytest-pyodide==0.56.2", "pytest-cov", "build>=1.0", ]