From b06498dd36d242c385fd6f47787d8b78d9fa5801 Mon Sep 17 00:00:00 2001 From: AndresOrtegaGuerrero Date: Mon, 6 Jan 2025 15:19:17 +0000 Subject: [PATCH] updating weaswidget to avoid bug in 0.1.19 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 541e62a..6542f36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ dependencies = [ "pre-commit", "euphonic", "kaleido", - "weas-widget==0.1.19", + "weas-widget==0.1.20", ] [tool.ruff.lint]