From 92050f525ce62dd3bb8db36a20091dc9f53a86d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:23:39 +0000 Subject: [PATCH] build(deps): Update diagrams requirement from >=0.24.0 to >=0.25.1 Updates the requirements on [diagrams](https://github.com/mingrammer/diagrams) to permit the latest version. - [Release notes](https://github.com/mingrammer/diagrams/releases) - [Changelog](https://github.com/mingrammer/diagrams/blob/master/CHANGELOG.md) - [Commits](https://github.com/mingrammer/diagrams/compare/v0.24.0...v0.25.1) --- updated-dependencies: - dependency-name: diagrams dependency-version: 0.25.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index cb76dbd..f714893 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ # The devcontainer post-create.sh handles all installations automatically. # Diagram generation - https://github.com/mingrammer/diagrams -diagrams>=0.24.0 +diagrams>=0.25.1 # Image processing (required by diagrams for PNG generation) matplotlib>=3.10.0