From f478af4a46678f88a50c5d1691bcd9c002bd7454 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:49:14 +0000 Subject: [PATCH] chore(deps): update micropip requirement from ~=0.6.0 to ~=0.7.2 Updates the requirements on [micropip](https://github.com/pyodide/micropip) to permit the latest version. - [Changelog](https://github.com/pyodide/micropip/blob/main/CHANGELOG.md) - [Commits](https://github.com/pyodide/micropip/compare/v0.6.0...v0.7.2) --- updated-dependencies: - dependency-name: micropip 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 40e2ed52..f4cb188e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires-python = ">=3.12" dependencies = [ "ruff~=0.7.0", "webtypy~=0.1.7", - "micropip~=0.6.0", + "micropip~=0.7.2", "pyodide-py==0.26.4", "promplate-pyodide~=0.0.3.5", "pre-commit~=4.0.0",