From ab5a78e2fdfdbaeea0f1ee0597a00b3f2b9ebd42 Mon Sep 17 00:00:00 2001 From: wyzula-jan Date: Thu, 21 Aug 2025 18:14:02 +0200 Subject: [PATCH] build(bec_qthemes): version 1.0 dependency --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7c765887..ccaa9294 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ dependencies = [ "bec_ipython_client~=3.52", # needed for jupyter console "bec_lib~=3.52", - "bec_qthemes~=0.7, >=0.7", + "bec_qthemes~=1.0", "black~=25.0", # needed for bw-generate-cli "isort~=5.13, >=5.13.2", # needed for bw-generate-cli "pydantic~=2.0",