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

Bump pygit2 from 1.11.1 to 1.12.2 #10790

Merged
merged 3 commits into from
Sep 6, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 26, 2023

Bumps pygit2 from 1.11.1 to 1.12.2.

Changelog

Sourced from pygit2's changelog.

1.12.2 (2023-06-25)

  • Update wheels to bundle libssh2 1.11.0 and OpenSSL 3.0.9

  • Remove obsolete Remote.save() [#1219](https://github.com/libgit2/pygit2/issues/1219) <https://github.com/libgit2/pygit2/issues/1219>_

1.12.1 (2023-05-07)

  • Fix segfault in signature when encoding is incorrect [#1210](https://github.com/libgit2/pygit2/issues/1210) <https://github.com/libgit2/pygit2/pull/1210>_

  • Typing improvements [#1212](https://github.com/libgit2/pygit2/issues/1212) <https://github.com/libgit2/pygit2/pull/1212>_ [#1214](https://github.com/libgit2/pygit2/issues/1214) <https://github.com/libgit2/pygit2/pull/1214>_

  • Update wheels to libgit2 v1.6.4

1.12.0 (2023-04-01)

  • Upgrade to libgit2 v1.6.3

  • Update Linux wheels to bundle OpenSSL 3.0.8

  • Downgrade Linux wheels to manylinux2014

  • New ConflictCollection.__contains__ [#1181](https://github.com/libgit2/pygit2/issues/1181) <https://github.com/libgit2/pygit2/pull/1181>_

  • New Repository.references.iterator(...) [#1191](https://github.com/libgit2/pygit2/issues/1191) <https://github.com/libgit2/pygit2/pull/1191>_

  • New favor, flags and file_flags optional arguments for Repository.merge(...) [#1192](https://github.com/libgit2/pygit2/issues/1192) <https://github.com/libgit2/pygit2/pull/1192>_

  • New keep_all and paths optional arguments for Repository.stash(...) [#1202](https://github.com/libgit2/pygit2/issues/1202) <https://github.com/libgit2/pygit2/pull/1202>_

  • New Respository.state() [#1204](https://github.com/libgit2/pygit2/issues/1204) <https://github.com/libgit2/pygit2/pull/1204>_

  • Improve Repository.write_archive(...) performance [#1183](https://github.com/libgit2/pygit2/issues/1183) <https://github.com/libgit2/pygit2/pull/1183>_

... (truncated)

Commits

Dependabot compatibility score

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 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added backend dependencies Pull requests that update a dependency file engineering labels Jun 26, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/pygit2-1.12.2 branch 4 times, most recently from c1b625a to 8bdfce6 Compare June 28, 2023 21:44
@dependabot dependabot bot force-pushed the dependabot/pip/pygit2-1.12.2 branch 6 times, most recently from 414ec8c to 411a3c3 Compare July 7, 2023 03:08
@danielfmiranda danielfmiranda added the pip Used for dependabot PR's having to do with pip/python label Jul 7, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/pygit2-1.12.2 branch 11 times, most recently from 1ffd131 to 8de83b5 Compare July 13, 2023 09:46
@dependabot dependabot bot force-pushed the dependabot/pip/pygit2-1.12.2 branch 3 times, most recently from 4abfe67 to 4a86b19 Compare July 20, 2023 19:45
@jhonatan-lopes jhonatan-lopes mentioned this pull request Sep 4, 2023
@jhonatan-lopes
Copy link
Contributor

@dependabot recreate

Bumps [pygit2](https://github.com/libgit2/pygit2) from 1.11.1 to 1.12.2.
- [Changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst)
- [Commits](libgit2/pygit2@v1.11.1...v1.12.2)

---
updated-dependencies:
- dependency-name: pygit2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/pip/pygit2-1.12.2 branch from c35eeb4 to 42e8a2c Compare September 4, 2023 21:34
@jhonatan-lopes jhonatan-lopes merged commit c0a7da1 into main Sep 6, 2023
@jhonatan-lopes jhonatan-lopes deleted the dependabot/pip/pygit2-1.12.2 branch September 6, 2023 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend dependencies Pull requests that update a dependency file engineering pip Used for dependabot PR's having to do with pip/python run visual regression tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants