FIX: use correct DOT brace grouping syntax#328
Merged
Conversation
Bumps the lock group with 1 update: [pydot](https://github.com/pydot/pydot). Updates `pydot` from 1.4.2 to 4.0.1 - [Changelog](https://github.com/pydot/pydot/blob/main/ChangeLog) - [Commits](pydot/pydot@v1.4.2...v4.0.1) --- updated-dependencies: - dependency-name: pydot dependency-version: 4.0.1 dependency-type: direct:development update-type: version-update:semver-major dependency-group: lock ... Signed-off-by: dependabot[bot] <support@github.com>
pydot
* MAINT: upgrade lock files updates: - [github.com/ComPWA/policy: 0.8.2 → 0.8.3](ComPWA/policy@0.8.2...0.8.3) - [github.com/astral-sh/ruff-pre-commit: v0.15.0 → v0.15.1](astral-sh/ruff-pre-commit@v0.15.0...v0.15.1) - [github.com/python-jsonschema/check-jsonschema: 0.36.1 → 0.36.2](python-jsonschema/check-jsonschema@0.36.1...0.36.2) - [github.com/astral-sh/uv-pre-commit: 0.10.0 → 0.10.3](astral-sh/uv-pre-commit@0.10.0...0.10.3) * MAINT: address Ruff issues * MAINT: upgrade lock files * DX: remove `%pip install` cells and apply Prettier formatting * MAINT: sort alphabetically --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Remco de Boer <29308176+redeboer@users.noreply.github.com>
pydot
redeboer
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
When generating DOT language with
ranktags, the nodes are now separated correctly by a semi-column. For instance:Remove
%pip installstatements from notebooks.