From 936bd998b95a9dbfd89ce6bb5821c32bae2434d2 Mon Sep 17 00:00:00 2001 From: ewuerger Date: Tue, 29 Oct 2024 13:53:27 +0100 Subject: [PATCH] ci: Use stable version for context diagrams --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ff17435..0427775 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ classifiers = [ ] dependencies = [ "capellambse>=0.6.6,<0.7", - "capellambse_context_diagrams@git+https://github.com/DSD-DBS/capellambse-context-diagrams.git@feat-cache-collection", + "capellambse_context_diagrams>=0.5.0,<0.6", "click", "PyYAML", "polarion-rest-api-client==1.2.1",