Bump pygit2 from 1.14.1 to 1.15.1 in /requirements
Bumps pygit2 from 1.14.1 to 1.15.1.
Changelog
Sourced from pygit2's changelog.
1.15.1 (2024-07-07)
New
Repository.revert(...)#1297New optional
depthargument in submodulesadd()andupdate()methods #1296Now
Submodule.urlreturnsNonewhen the submodule does not have a url #1294Fix use after free bug in error reporting #1299
Fix
Submodule.head_idwhen the submodule is not in the current HEAD tree #1300Fix
Submodule.open()when subclassingRepository#1295Fix error in the test suite when running with address sanitizer #1304 #1301
Annotations and documentation fixes #1293
1.15.0 (2024-05-18)
Many deprecated features have been removed, see below
Upgrade to libgit2 v1.8.1
New
push_optionsoptional argument inRepository.push(...)#1282New support comparison of
Oidwith text stringFix
CheckoutNotify.IGNORED#1288Use default error handler when decoding/encoding paths #537
Remove setuptools runtime dependency #1281
Coding style with ruff #1280
... (truncated)
Commits
7077d21Update sponsors list8427c85Release 0.15.1511ccd9CI: update cibuildwheele104528Update changelog5b27deeDo not access freed memory in test_push_options()a9c7cceFix Submodule.head_id if submodule isn't in superproject HEAD tree7bea492Don't decref PyBytesObject before formatting an error with it584bda3Add Repository.revert()1a8442dMerge remote-tracking branch 'jorio/submodule-fetch-depth'2538735Merge remote-tracking branch 'jorio/submodule-open-from-repo-subclass'- Additional commits viewable in compare view
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 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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
AttributeError: module 'pygit2' has no attribute 'GIT_OBJ_BLOB'
Superseded by #22760.