Skip to content

FIX: use correct DOT brace grouping syntax#328

Merged
redeboer merged 8 commits intomainfrom
dependabot/lock-ee618ff2a0
Feb 17, 2026
Merged

FIX: use correct DOT brace grouping syntax#328
redeboer merged 8 commits intomainfrom
dependabot/lock-ee618ff2a0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 6, 2026

  • When generating DOT language with rank tags, the nodes are now separated correctly by a semi-column. For instance:

    - { rank=same 0, 1, 2 }
    + { rank=same; 0 1 2 }
  • Remove %pip install statements from notebooks.

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>
@dependabot dependabot bot added the ⬆️ Lock This PR upgrades the lock files label Feb 6, 2026
@redeboer redeboer self-requested a review February 6, 2026 14:53
@redeboer redeboer changed the title Bump the "lock" group with 1 updates across multiple ecosystems ENH: upgrade pydot Feb 6, 2026
@redeboer redeboer changed the title ENH: upgrade pydot MAINT: upgrade pydot Feb 6, 2026
@redeboer redeboer marked this pull request as draft February 6, 2026 14:58
pre-commit-ci bot and others added 6 commits February 17, 2026 10:57
* 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>
@redeboer redeboer added the ⚙️ Enhancement Improvements and optimizations of existing features label Feb 17, 2026
@redeboer redeboer changed the title MAINT: upgrade pydot FIX: use correct DOT brace grouping syntax Feb 17, 2026
@redeboer redeboer added the 🐛 Bug Something isn't working label Feb 17, 2026
@redeboer redeboer marked this pull request as ready for review February 17, 2026 10:42
@redeboer redeboer removed the ⚙️ Enhancement Improvements and optimizations of existing features label Feb 17, 2026
@redeboer redeboer merged commit c36d2f8 into main Feb 17, 2026
44 checks passed
@redeboer redeboer deleted the dependabot/lock-ee618ff2a0 branch February 17, 2026 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🐛 Bug Something isn't working ⬆️ Lock This PR upgrades the lock files

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants