GustavoKatel / pushbullet-cli

Access Pushbullet from the command line
MIT License
282 stars 31 forks source link

Update keyring requirement from ~=23.2.1 to ~=23.3.0 #109

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Updates the requirements on keyring to permit the latest version.

Changelog

Sourced from keyring's changelog.

v23.3.0

  • #529: macOS backend is no longer viable if the API module cannot be loaded. Prevents "symbol not found" errors on macOS 11 (Big Sur) and later when a "universal2" binary is not used (available for Python 3.8.7 and later).

  • #547: Tests no longer attempt to run macOS backends even on macOS when the backend is non-viable.

  • #542: Change get_credential to return generic Credential.

v23.2.1

  • #530: In libsecret tests, use a session collection to allow tests to pass on Debian.

v23.2.0

  • #521: Add libsecret backend.

v23.1.0

  • #519: macOS backend APIs updated to newer, non-legacy APIs.

v23.0.1

  • #504: Better error with invalid parameter to init_keyring.
  • #505: Nicer documentation for headless Docker.

v23.0.0

  • Backends now all invoke set_properties_from_env on self in the initializer. Derived backends should be sure to invoke super().__init__().

v22.4.0

  • Use new entry points API from importlib_metadata 3.6.

v22.3.0

... (truncated)

Commits
  • a938a52 Update changelog to replace 23.2.2 not released.
  • fb73c82 Merge pull request #548 from jaraco/feature/macos-non-viable
  • 6dc4103 Add compatibility note for macOS.
  • a38c5ce Update changelog.
  • 62e32c3 Rename test to match preferred naming convention for macOS.
  • 1dfd2fa Only run macOS backend tests when the backend is viable. Fixes #529. Fixes #547.
  • eab42e4 Use presence of Security.SecItemAdd to detect viable macOS API. Ref #529.
  • 73f27cb An initial attempt to skip collection on macOS API module. Doesn't work becau...
  • 4e4ec97 Merge pull request #542 from wwuck/feature/patch-1
  • 296205d Update changelog and bump version.
  • Additional commits viewable in compare view


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)