From 0518a4bf6e15dff50aefe93516f696cba606091f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Jan 2026 11:17:42 +0000 Subject: [PATCH] chore(deps-dev): update micropip requirement from ~=0.8.0 to >=0.8,<0.12 Updates the requirements on [micropip](https://github.com/pyodide/micropip) to permit the latest version. - [Release notes](https://github.com/pyodide/micropip/releases) - [Changelog](https://github.com/pyodide/micropip/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyodide/micropip/compare/v0.8.0...0.11.0) --- updated-dependencies: - dependency-name: micropip dependency-version: 0.11.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fdfaf9d..7cf3e33 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,7 @@ dev = [ "isort>=6.0", "ruff>=0.9", "watchfiles>=1.0", - "micropip~=0.8.0", + "micropip>=0.8,<0.12", "webtypy~=0.1.7", "python-slugify~=8.0.4", "pyodide-py==0.27.7",