fix(deps): update dependency pygit2 to v1.18.0 #1064
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
==1.16.0
->==1.18.0
==1.15.0
->==1.18.0
Release Notes
libgit2/pygit2 (pygit2)
v1.18.0
Compare Source
Upgrade Linux Glibc wheels to
manylinux_2_28
Add
RemoteCallbacks.push_transfer_progress(...)
callback#1345
New
bool(oid)
#1347
Now
Repository.merge(...)
accepts a commit or reference object#1348
New
threads
optional argument inRemote.push(...)
#1352
New
proxy
optional argument inclone_repository(...)
#1354
New optional arguments
context_lines
andinterhunk_lines
inBlob.diff(...)
; andnow
Repository.diff(...)
honors these two arguments when the objects diffed are blobs.#1360
Now
Tree.diff_to_workdir(...)
accepts keyword arguments, not just positional.Fix when a reference name has non UTF-8 chars
#1329
Fix condition check in
Repository.remotes.rename(...)
#1342
Add codespell workflow, fix a number of typos
#1344
Documentation and typing
#1343
#1347
#1356
CI: Use ARM runner for tests and wheels
#1346
Build and CI updates
#1363
#1365
Deprecations:
Repository.merge(...)
is deprecated,instead pass an oid object (or a commit, or a reference)
#1349
Breaking changes:
flag
has been renamed toflags
inBlob.diff(...)
andBlob.diff_to_buffer(...)
v1.17.0
Compare Source
Upgrade to libgit2 1.9
Add
certificate_check
callback toRemote.ls_remotes(...)
#1326
Fix build with GCC 14
#1324
Release wheels for PyPy
#1336
#1339
CI: update tests for macOS to use OpenSSL 3
#1335
Documentation: fix typo in
Repository.status(...)
docstring#1327
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.