Skip to content

Bump pygit2 from 1.9.2 to 1.10.1

HIFIS Bot requested to merge dependabot-pip-pygit2-1.10.1 into main

Bumps pygit2 from 1.9.2 to 1.10.1.

Changelog

Sourced from pygit2's changelog.

1.10.1 (2022-08-28)

  • Fix segfault in Signature repr [#1155](https://github.com/libgit2/pygit2/issues/1155) <https://github.com/libgit2/pygit2/pull/1155>_

  • Linux and macOS wheels for Python 3.11 [#1154](https://github.com/libgit2/pygit2/issues/1154) <https://github.com/libgit2/pygit2/pull/1154>_

1.10.0 (2022-07-24)

  • Upgrade to libgit2 1.5

  • Add support for GIT_OPT_GET_OWNER_VALIDATION and GIT_OPT_SET_OWNER_VALIDATION [#1150](https://github.com/libgit2/pygit2/issues/1150) <https://github.com/libgit2/pygit2/pull/1150>_

  • New untracked_files and ignored optional arguments for Repository.status(...) [#1151](https://github.com/libgit2/pygit2/issues/1151) <https://github.com/libgit2/pygit2/pull/1151>_

Commits
  • 01d50aa Release 1.10.1
  • efa451d Signature._encoding returns utf-8 for NULL
  • fbad877 Merge remote-tracking branch 'JacobSwanson/signature-repr-fix'
  • 3631a6d Fix Signature encoding
  • 0ebbda2 bump cibuildwheel to 2.9.0 to build Python 3.11 wheels, also test on CI
  • 5c22045 Fix Repository.status doc string
  • b52d922 Fix docstring
  • 7ee0ef2 Release 1.10.0
  • c9c7474 Fix build warnings
  • fce010d status: add untracked_files and ignored kwargs
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts

Merge request reports