Skip to content

Bump svglib from 1.5.1 to 1.6.0#2205

Merged
soxoj merged 2 commits intomainfrom
dependabot/pip/svglib-1.6.0
Mar 22, 2026
Merged

Bump svglib from 1.5.1 to 1.6.0#2205
soxoj merged 2 commits intomainfrom
dependabot/pip/svglib-1.6.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Sep 26, 2025

Bumps svglib from 1.5.1 to 1.6.0.

Changelog

Sourced from svglib's changelog.

1.6.0 (2025-09-25)

  • Replace setup.py with pyproject.toml, rework GitHub workflows (#405).
  • Drop support for Python 3.8.
  • Modernize codebase, added type annotations, expanded docstrings, etc.
  • Add a Makefile.
  • Add publishing workflows.
  • Remove dunder constants and use importlib.metadata to get the version number.
Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file minor python Pull requests that update python code labels Sep 26, 2025
@soxoj
Copy link
Copy Markdown
Owner

soxoj commented Mar 22, 2026

@dependabot rebase

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>
@dependabot dependabot bot force-pushed the dependabot/pip/svglib-1.6.0 branch from 3290467 to 7f9ecf8 Compare March 22, 2026 11:24
@soxoj
Copy link
Copy Markdown
Owner

soxoj commented Mar 22, 2026

@copilot it seems cairo is missing. Update the test workflows, add sudo apt-get update && sudo apt-get install -y libcairo2-dev`

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 22, 2026

@soxoj I've opened a new pull request, #2304, to work on those changes. Once the pull request is ready, I'll request review from you.

* 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>
@soxoj soxoj merged commit e84e394 into main Mar 22, 2026
4 checks passed
@soxoj soxoj deleted the dependabot/pip/svglib-1.6.0 branch March 22, 2026 20:06
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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file minor python Pull requests that update python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants