Skip to content

Update pygit2 requirement from <1.14.0,>=1.10 to >=1.10,<1.18.0 #909

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

Open
wants to merge 2 commits into
base: vara-dev
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 4, 2025

Updates the requirements on pygit2 to permit the latest version.

Changelog

Sourced from pygit2's changelog.

1.17.0 (2025-01-08)

  • Upgrade to libgit2 1.9

  • Add certificate_check callback to Remote.ls_remotes(...) #1326

  • Fix build with GCC 14 #1324

  • Release wheels for PyPy #1336 #1339

  • CI: update tests for macOS to use OpenSSL 3 #1335

  • Documentation: fix typo in Repository.status(...) docstring #1327

1.16.0 (2024-10-11)

  • Add support for Python 3.13

  • Drop support for Python 3.9

  • New Repository.hashfile(...) #1298

  • New Option.GET_MWINDOW_FILE_LIMIT and Option.SET_MWINDOW_FILE_LIMIT #1312

  • Fix overriding certificate_check(...) callback via argument to RemoteCallbacks(...) #1321

  • Add py.typed #1310

  • Fix discover_repository(...) annotation #1313

1.15.1 (2024-07-07)

  • New Repository.revert(...) #1297

  • New optional depth argument in submodules add() and update() methods #1296

... (truncated)

Commits
  • a011e26 Release 1.17.0
  • f362f1d CI: cibuildwheel 3 will require Python 3.11+
  • ae9514c Explicitly build PyPy wheels - cibuildwheel 2.21.3 -> 2.22.0 (#1339)
  • 7154c1b Update pyproject.toml - do not skip pp3
  • c229dfd Downgrade OpenSSL back to 3.2.3
  • a1e7ca4 Update changelog
  • 0fcb6da workflows/tests: update macos job
  • d8a673c CI tests: clarify jobs
  • bbecec0 CI wheels fix macOS
  • 7f143e1 Fix tests with Python 3.13
  • Additional commits viewable in compare view

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

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 4, 2025
Updates the requirements on [pygit2](https://github.com/libgit2/pygit2) to permit the latest version.
- [Changelog](https://github.com/libgit2/pygit2/blob/master/CHANGELOG.md)
- [Commits](libgit2/pygit2@v1.10.0...v1.17.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/pygit2-gte-1.10-and-lt-1.18.0 branch from 83623fa to fef8d66 Compare March 6, 2025 13:57
@vulder vulder requested review from vulder and boehmseb April 14, 2025 20:23
Copy link

codecov bot commented Apr 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.54%. Comparing base (8a9c871) to head (4e608dd).

Additional details and impacted files
@@             Coverage Diff              @@
##           vara-dev     #909      +/-   ##
============================================
- Coverage     66.55%   66.54%   -0.01%     
============================================
  Files           357      357              
  Lines         28705    28705              
============================================
- Hits          19104    19103       -1     
- Misses         9601     9602       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@boehmseb
Copy link
Member

Pygit2 1.16 drops support for python 3.9, so we need to wait with the upgrade until we drop 3.9 as well.

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.

2 participants