An open index of dependabot pull requests across open source projects.

Bump pygit2 from 1.17.0 to 1.18.2

Open
Number: #40
Type: Pull Request
State: Open
Author: dependabot[bot] dependabot[bot]
Association: None
Comments: 3
Created: September 05, 2025 at 09:35 AM UTC
(9 months ago)
Updated: September 06, 2025 at 03:07 AM UTC
(9 months ago)
Description:

Bumps pygit2 from 1.17.0 to 1.18.2.

Changelog

Sourced from pygit2's changelog.

1.18.2 (2025-08-16)

Deprecations:

  • Remote.ls_remotes(...) is deprecated, use Remote.list_heads(...):

    # Before
    for head in remote.ls_remotes():
        head['name']
        head['oid']
        head['loid']  # None when local is False
        head['local']
        head['symref_target']
    

... (truncated)

Commits
  • d88fa3d Release 1.18.2
  • 68c871b Make mypy happy
  • e894e1c Merge remote-tracking branch 'kbaikov/mypy-fixes9'
  • 97255cc Merge remote-tracking branch 'kbaikov/mypy-fixes8'
  • f09359f Don't build wheels for Python 3.14
  • d16378e Remote.ls_remotes returns backwards compatible value for loid
  • 2c9792a Deprecate Remote.ls_remotes in favor of Remote.list_heads
  • 5c8ad80 Update Changelog
  • c921ebc Merge remote-tracking branch 'ambv/move-options-to-cffi'
  • 7a7895f Halve the number of quotes in NotImplementedError messages
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)
Pull Request Statistics
Commits:
0
Files Changed:
0
Additions:
+0
Deletions:
-0
Package Dependencies
Package:
pygit2
Ecosystem:
pip
Version Change:
1.17.0 → 1.18.2
Update Type:
Minor
Technical Details
ID: 7012156
UUID: 3386912544
Node ID: PR_kwDOOgVuRs6nA6Cw
Host: GitHub
Repository: pythonpe/edit-python.pe