From 5e4f52f7420cd61e15ca3fda4822c2fd7811ce51 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Jul 2025 11:40:47 +0000 Subject: [PATCH] chore(deps): update micropip requirement from ~=0.8.0 to >=0.8,<0.10 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...v0.9.0) --- updated-dependencies: - dependency-name: micropip dependency-version: 0.9.0 dependency-type: direct:production ... 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..6da4c55 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.10", "webtypy~=0.1.7", "python-slugify~=8.0.4", "pyodide-py==0.27.7",