From 86adddb3129745ae3715d6b9e2fec6ae6fbebe54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 09:54:22 +0000 Subject: [PATCH] build(deps): update bec-qthemes requirement Updates the requirements on [bec-qthemes](https://github.com/bec-project/bec_qthemes) to permit the latest version. - [Release notes](https://github.com/bec-project/bec_qthemes/releases) - [Changelog](https://github.com/bec-project/bec_qthemes/blob/main/CHANGELOG.md) - [Commits](https://github.com/bec-project/bec_qthemes/compare/v0.7.0...v1.3.3) --- updated-dependencies: - dependency-name: bec-qthemes dependency-version: 1.3.3 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 a55d4824a..e47723838 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ classifiers = [ dependencies = [ "bec_ipython_client~=3.70", # needed for jupyter console "bec_lib~=3.70", - "bec_qthemes~=1.0, >=1.1.2", + "bec_qthemes~=1.0, >=1.3.3", "black~=25.0", # needed for bw-generate-cli "isort~=5.13, >=5.13.2", # needed for bw-generate-cli "ophyd_devices~=1.29, >=1.29.1",