Skip to content

build(deps): update pygit2 requirement from <1.6.0,>=1.2.1 to >=1.2.1,<1.11.0 - #78

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pygit2-gte-1.2.1-and-lt-1.11.0
Closed

build(deps): update pygit2 requirement from <1.6.0,>=1.2.1 to >=1.2.1,<1.11.0#78
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/pip/pygit2-gte-1.2.1-and-lt-1.11.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 25, 2022

Copy link
Copy Markdown

Updates the requirements on pygit2 to permit the latest version.

Changelog

Sourced from pygit2's changelog.

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>_

1.9.2 (2022-05-24)

  • New Repository.create_commit_string(...) and Repository.create_commit_with_signature(...) [#1142](https://github.com/libgit2/pygit2/issues/1142) <https://github.com/libgit2/pygit2/pull/1142>_

  • Linux and macOS wheels updated to libgit2 v1.4.3

  • Remove redundant line [#1139](https://github.com/libgit2/pygit2/issues/1139) <https://github.com/libgit2/pygit2/pull/1139>_

1.9.1 (2022-03-22)

  • Type hints: added to C code and Branches/References [#1121](https://github.com/libgit2/pygit2/issues/1121) <https://github.com/libgit2/pygit2/pull/1121>_ [#1132](https://github.com/libgit2/pygit2/issues/1132) <https://github.com/libgit2/pygit2/pull/1132>_

  • New Signature supports str() and repr() [#1135](https://github.com/libgit2/pygit2/issues/1135) <https://github.com/libgit2/pygit2/pull/1135>_

  • Fix ODB backend's read in big endian architectures [#1130](https://github.com/libgit2/pygit2/issues/1130) <https://github.com/libgit2/pygit2/pull/1130>_

  • Fix install with poetry [#1129](https://github.com/libgit2/pygit2/issues/1129) <https://github.com/libgit2/pygit2/pull/1129>_ [#1128](https://github.com/libgit2/pygit2/issues/1128) <https://github.com/libgit2/pygit2/issues/1128>_

  • Wheels: update to libgit2 v1.4.2

  • Tests: fix testing parse_diff [#1131](https://github.com/libgit2/pygit2/issues/1131) <https://github.com/libgit2/pygit2/pull/1131>_

  • CI: various fixes after migration to libgit2 v1.4

... (truncated)

Commits
  • 7ee0ef2 Release 1.10.0
  • c9c7474 Fix build warnings
  • fce010d status: add untracked_files and ignored kwargs
  • 73f9efd AppVeyor use libgit 1.5.0
  • 0d09ddf Fix tests in AppVeyor
  • 91c2195 Bump libgit2 version requirement
  • 3f0eb7d Steal documentation strings from libgit2
  • 4e1be50 Port the GIT_OPT_GET_OWNER_VALIDATION option to Python
  • 14b1df8 Support libgit2 1.5
  • cb10c2e Fix building the docs
  • 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 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 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)

Updates the requirements on [pygit2](https://github.com/libgit2/pygit2) to permit the latest version.
- [Release notes](https://github.com/libgit2/pygit2/releases)
- [Changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst)
- [Commits](libgit2/pygit2@v1.2.1...v1.10.0)

---
updated-dependencies:
- dependency-name: pygit2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 25, 2022
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

Merging #78 (1492815) into master (04655f8) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master      #78   +/-   ##
=======================================
  Coverage   50.94%   50.94%           
=======================================
  Files         123      123           
  Lines        7718     7718           
  Branches     1042     1042           
=======================================
  Hits         3932     3932           
  Misses       3632     3632           
  Partials      154      154           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 04655f8...1492815. Read the comment docs.

@dependabot @github

dependabot Bot commented on behalf of github Nov 10, 2022

Copy link
Copy Markdown
Author

Superseded by #83.

@dependabot dependabot Bot closed this Nov 10, 2022
@dependabot
dependabot Bot deleted the dependabot/pip/pygit2-gte-1.2.1-and-lt-1.11.0 branch November 10, 2022 04:03
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant