Skip to content

fix(pypi): update dependency pygit2 to v1.20.0 - #435

Merged
renovate[bot] merged 1 commit into
mainfrom
renovatepygit2-1.x
Aug 12, 2026
Merged

fix(pypi): update dependency pygit2 to v1.20.0#435
renovate[bot] merged 1 commit into
mainfrom
renovatepygit2-1.x

Conversation

@renovate

@renovate renovate Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
pygit2 (changelog) ==1.19.3==1.20.0 age confidence

Release Notes

libgit2/pygit2 (pygit2)

v1.20.0

Compare Source

  • New RemoteCallbacks.custom_headers()
    #​1465

  • New rebase API: Repository.rebase_init(...), Repository.rebase_open(...),
    Rebase, and RebaseOperation
    #​1483

  • Fix Config.snapshot() for non-repository configs, allow PathLike in
    Config.__init__(), and improve config documentation
    #​1468

  • Fix UnicodeDecodeError with non-UTF-8 file paths in Repository.status(),
    DiffFile.path, index paths, checkout callbacks, and related APIs
    #​1451
    #​1469

  • Fix enums.CheckoutStrategy.CONFLICT_STYLE_ZDIFF3, which was mistakenly
    bound to the DIFF3 constant
    #​1483

  • Fix crashes and reference-lifetime bugs in custom refdb backends
    #​1471
    #​1474
    #​1475
    #​1476

  • Update wheels to libgit2 1.9.6 and OpenSSL 3.5.7

  • Add riscv64 wheels
    #​1463

Breaking changes:

  • Remove deprecated pygit2.legacyenums module and GIT_* constants,
    use pygit2.enums instead

  • Remove deprecated support for passing str to Repository.merge(...),
    pass a Commit, Oid, or Reference object instead

  • Repository.merge_file_from_index(...) now returns MergeFileResult by
    default; pass use_deprecated=True for the previous string return, now
    deprecated.

  • Remove deprecated Remote.ls_remotes(...), use Remote.list_heads(...)
    instead

  • Remove pygit2.to_bytes(...) and pygit2.to_str(...); they were undocumented
    accidental public APIs


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added bot-renovate Renovate dependency update renovate-type-python Python dependency update renovate-version-minor Minor version update labels Aug 12, 2026
@renovate
renovate Bot enabled auto-merge (squash) August 12, 2026 01:16
@renovate
renovate Bot merged commit 14ffec6 into main Aug 12, 2026
5 checks passed
@renovate
renovate Bot deleted the renovatepygit2-1.x branch August 12, 2026 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bot-renovate Renovate dependency update renovate-type-python Python dependency update renovate-version-minor Minor version update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants