borgmatic-collective / docker-borgmatic

Borgmatic in Docker
GNU General Public License v3.0
314 stars 88 forks source link

Bump llfuse from 1.4.4 to 1.5.0 #250

Closed dependabot[bot] closed 10 months ago

dependabot[bot] commented 11 months ago

Bumps llfuse from 1.4.4 to 1.5.0.

Release notes

Sourced from llfuse's releases.

Release 1.5.0

Changes:

https://github.com/python-llfuse/python-llfuse/blob/release-1.5.0/Changes.rst#release-150-2023-08-08

Changelog

Sourced from llfuse's changelog.

Release 1.5.0 (2023-08-08)

  • Note: this is first pyfuse3 release supporting the Cython 3.0.0 release.
  • Cythonized using Cython 3.0.0 release.
  • Drop Python 3.5, 3.6, 3.7 support, see #69. Minimum requirement is Python 3.8 now.
  • Get rid of PyEval_InitThreads, #55.
  • CI: also test on python 3.12 / cython 3.0 release
  • Tell Cython that callbacks may raise exceptions, #90.
  • Misc. CI, testing, build related fixes/improvements.
Commits
  • e438084 bump version to 1.5.0
  • 6f4d118 exclude .pytest_cache
  • cf274f1 update CHANGES
  • 113f90d Merge pull request #91 from ThomasWaldmann/misc-updates
  • 0ae8029 pypi: do not upload signature
  • 54bf3f4 remove ci-test.sh, inline code in test.yml
  • 3cd07de Merge pull request #89 from ThomasWaldmann/cython3
  • 1e61b7f Tell Cython that callbacks may raise exceptions, fixes #90
  • 84ebfa1 CI: also test on python 3.12 / cython 3 release
  • ab87beb Merge pull request #87 from ThomasWaldmann/llfuse150
  • 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 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)