DataDog / guarddog

:snake: :mag: GuardDog is a CLI tool to Identify malicious PyPI and npm packages
https://securitylabs.datadoghq.com/articles/guarddog-identify-malicious-pypi-packages/
Apache License 2.0
625 stars 44 forks source link

Bump pygit2 from 1.15.1 to 1.16.0 #469

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps pygit2 from 1.15.1 to 1.16.0.

Changelog

Sourced from pygit2's changelog.

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

Commits
  • 0c2af70 Release 1.16.0
  • bedf899 Update changelog
  • 30d49bf Fix certificate check callback
  • 923cfaa Update for Python 3.13
  • 6f06cba CI: update upload/download artifact
  • 9c79d3c Add support for Python 3.13 and drop 3.9
  • d8af938 Test Python 3.13
  • 12f6c35 * fixed discover_repository type annotation it return None incase no reposito...
  • 949b1c6 Review options
  • e19ea4d Expose MWINDOW_FILE_LIMIT options from libgit2
  • 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 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)