Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps pygit2 from 1.18.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

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.

Bumps [pygit2](https://github.com/libgit2/pygit2) from 1.18.0 to 1.18.2.
- [Changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md)
- [Commits](libgit2/pygit2@v1.18.0...v1.18.2)

---
updated-dependencies:
- dependency-name: pygit2
  dependency-version: 1.18.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Oct 6, 2025
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 python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants