From 1209a1f8facb23106223f907842e35423b5f4e5c Mon Sep 17 00:00:00 2001 From: Duc Trung Le Date: Wed, 23 Oct 2024 11:02:14 +0200 Subject: [PATCH] Bump empack --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 51c4ec8..6275187 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "empack>=4.0.2,<5", + "empack>=4.0.2,<6", "traitlets", "jupyterlite-core>=0.1,<0.5", "pyyaml",