Bump pygit2 from 1.17.0 to 1.18.2
Type: Pull Request
State: Open
Association: None
Comments: 3
(9 months ago)
(9 months ago)
Bumps pygit2 from 1.17.0 to 1.18.2.
Changelog
Sourced from pygit2's changelog.
1.18.2 (2025-08-16)
Add support for almost all global options #1409
Now it's possible to set
Submodule.url = url#1395New
RemoteCallbacks.push_negotiation(...)#1396New optional boolean argument
connectinRemote.ls_remotes(...)#1396New
Remote.list_heads(...)returns a list ofRemoteHeadobjects #1397 #1410Documentation fixes #1388
Typing improvements #1387 #1389 #1390 #1391 #1392 #1393 #1394 #1398 #1399 #1400 #1402 #1403 #1406 #1407 #1408
Deprecations:
Remote.ls_remotes(...)is deprecated, useRemote.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
d88fa3dRelease 1.18.268c871bMake mypy happye894e1cMerge remote-tracking branch 'kbaikov/mypy-fixes9'97255ccMerge remote-tracking branch 'kbaikov/mypy-fixes8'f09359fDon't build wheels for Python 3.14d16378eRemote.ls_remotes returns backwards compatible value for loid2c9792aDeprecate Remote.ls_remotes in favor of Remote.list_heads5c8ad80Update Changelogc921ebcMerge remote-tracking branch 'ambv/move-options-to-cffi'7a7895fHalve the number of quotes in NotImplementedError messages- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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
0
0
+0
-0
Package Dependencies
Technical Details
| ID: | 7012156 |
| UUID: | 3386912544 |
| Node ID: | PR_kwDOOgVuRs6nA6Cw |
| Host: | GitHub |
| Repository: | pythonpe/edit-python.pe |