Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update pygit2 requirement from <1.8.0,>=1.2.1 to >=1.2.1,<1.11.0 #500

Merged
merged 1 commit into from Sep 13, 2022

Conversation

dependabot[bot]
Copy link
Contributor

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

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


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>
@codecov
Copy link

codecov bot commented Jul 25, 2022

Codecov Report

Merging #500 (0f2d826) into master (d44a338) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #500   +/-   ##
=======================================
  Coverage   50.95%   50.95%           
=======================================
  Files         123      123           
  Lines        7784     7784           
  Branches     1212     1212           
=======================================
  Hits         3966     3966           
  Misses       3665     3665           
  Partials      153      153           

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 d44a338...0f2d826. Read the comment docs.

@simbuerg simbuerg merged commit 73dfd4f into master Sep 13, 2022
@simbuerg simbuerg deleted the dependabot/pip/pygit2-gte-1.2.1-and-lt-1.11.0 branch September 13, 2022 05:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant