Add libcairo2-dev to CI workflow for svglib 1.6.0 compatibility#2304
Merged
soxoj merged 2 commits intodependabot/pip/svglib-1.6.0from Mar 22, 2026
Merged
Add libcairo2-dev to CI workflow for svglib 1.6.0 compatibility#2304soxoj merged 2 commits intodependabot/pip/svglib-1.6.0from
soxoj merged 2 commits intodependabot/pip/svglib-1.6.0from
Conversation
Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/3ecab70e-d4a3-4e74-9245-bffc58d6d0a3
Copilot
AI
changed the title
[WIP] Bump svglib from 1.5.1 to 1.6.0
Add libcairo2-dev to CI workflow for svglib 1.6.0 compatibility
Mar 22, 2026
soxoj
approved these changes
Mar 22, 2026
soxoj
added a commit
that referenced
this pull request
Mar 22, 2026
* Bump svglib from 1.5.1 to 1.6.0 Bumps [svglib](https://github.com/deeplook/svglib) from 1.5.1 to 1.6.0. - [Changelog](https://github.com/deeplook/svglib/blob/main/CHANGELOG.rst) - [Commits](https://github.com/deeplook/svglib/commits) --- updated-dependencies: - dependency-name: svglib dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Add libcairo2-dev to CI workflow for svglib 1.6.0 compatibility (#2304) * Initial plan * Add libcairo2-dev system dependency install step to test workflow Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/3ecab70e-d4a3-4e74-9245-bffc58d6d0a3 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com>
soxoj
added a commit
that referenced
this pull request
Apr 7, 2026
* Bump svglib from 1.5.1 to 1.6.0 Bumps [svglib](https://github.com/deeplook/svglib) from 1.5.1 to 1.6.0. - [Changelog](https://github.com/deeplook/svglib/blob/main/CHANGELOG.rst) - [Commits](https://github.com/deeplook/svglib/commits) --- updated-dependencies: - dependency-name: svglib dependency-version: 1.6.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Add libcairo2-dev to CI workflow for svglib 1.6.0 compatibility (#2304) * Initial plan * Add libcairo2-dev system dependency install step to test workflow Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> Agent-Logs-Url: https://github.com/soxoj/maigret/sessions/3ecab70e-d4a3-4e74-9245-bffc58d6d0a3 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: soxoj <31013580+soxoj@users.noreply.github.com>
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.
svglib1.6.0 introduces a dependency oncairo, which requires thelibcairo2-devsystem package to be present. Without it, CI fails at the dependency install stage.Changes
.github/workflows/python-package.yml: Added an "Install system dependencies" step before the Python/poetry install that runssudo apt-get update && sudo apt-get install -y libcairo2-dev⌨️ Start Copilot coding agent tasks without leaving your editor — available in VS Code, Visual Studio, JetBrains IDEs and Eclipse.