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.12.2 to 1.13.3 #11466

Merged
merged 1 commit into from
Nov 23, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 22, 2023

Bumps pygit2 from 1.12.2 to 1.13.3.

Changelog

Sourced from pygit2's changelog.

1.13.3 (2023-11-21)

  • New API for filters in Python [#1237](https://github.com/libgit2/pygit2/issues/1237) <https://github.com/libgit2/pygit2/pull/1237>_ [#1244](https://github.com/libgit2/pygit2/issues/1244) <https://github.com/libgit2/pygit2/pull/1244>_

  • Shallow repositories: New depth optional argument for clone_repository(...) and Remote.fetch(...) [#1245](https://github.com/libgit2/pygit2/issues/1245) <https://github.com/libgit2/pygit2/pull/1245>_ [#1246](https://github.com/libgit2/pygit2/issues/1246) <https://github.com/libgit2/pygit2/pull/1246>_

  • New submodule init(...), update(...) and reload(...) functions [#1248](https://github.com/libgit2/pygit2/issues/1248) <https://github.com/libgit2/pygit2/pull/1248>_

  • Release GIL in Walker.__next__ [#1249](https://github.com/libgit2/pygit2/issues/1249) <https://github.com/libgit2/pygit2/pull/1249>_

  • Type hints for submodule functions in Repository [#1247](https://github.com/libgit2/pygit2/issues/1247) <https://github.com/libgit2/pygit2/pull/1247>_

1.13.2 (2023-10-30)

  • Support Python 3.12

  • Documentation updates [#1242](https://github.com/libgit2/pygit2/issues/1242) <https://github.com/libgit2/pygit2/pull/1242>_

1.13.1 (2023-09-24)

  • Fix crash in reference rename [#1233](https://github.com/libgit2/pygit2/issues/1233) <https://github.com/libgit2/pygit2/issues/1233>_

1.13.0 (2023-09-07)

  • Upgrade to libgit2 v1.7.1

  • Don't distribute wheels for pypy, only universal wheels for macOS

  • New Repository.remotes.create_anonymous(url) [#1229](https://github.com/libgit2/pygit2/issues/1229) <https://github.com/libgit2/pygit2/pull/1229>_

  • docs: update links to pypi, pygit2.org [#1228](https://github.com/libgit2/pygit2/issues/1228) <https://github.com/libgit2/pygit2/pull/1228>_

... (truncated)

Commits
  • daa1d48 Release 1.13.3
  • 6e34900 Merge remote-tracking branch 'jorio/walker-release-gil'
  • c528770 Update Changelog and documentation
  • 5ec275c Fix "Unexpected indentation error" in docs build
  • 2d7516a Fix tests without network
  • 3307e64 Release GIL in Walker.next
  • ae19aff Add submodule status
  • ca6e9ee Add Submodule.reload
  • ce84a11 Add submodule caching
  • 82238f1 Add Submodule.init and Submodule.update
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

@dependabot dependabot bot added backend dependencies Pull requests that update a dependency file engineering labels Nov 22, 2023
@dependabot dependabot bot force-pushed the dependabot/pip/pygit2-1.13.3 branch 17 times, most recently from 457de30 to 6a921be Compare November 23, 2023 13:28
@jhonatan-lopes
Copy link
Contributor

@dependabot rebase

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

---
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.13.3 branch from 6a921be to 541b5df Compare November 23, 2023 13:39
@jhonatan-lopes jhonatan-lopes mentioned this pull request Nov 23, 2023
@jhonatan-lopes jhonatan-lopes merged commit 4851f92 into main Nov 23, 2023
6 checks passed
@jhonatan-lopes jhonatan-lopes deleted the dependabot/pip/pygit2-1.13.3 branch November 23, 2023 13:49
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant