simplebot-org / simplebot

Extensible Delta Chat bot written in Python3
Mozilla Public License 2.0
34 stars 9 forks source link

Bump deltachat from 1.89.0 to 1.92.0 in /requirements #122

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 2 years ago

Bumps deltachat from 1.89.0 to 1.92.0.

Changelog

Sourced from deltachat's changelog.

1.92.0

API-Changes

  • add dc_chat_get_mailinglist_addr() #3520

1.91.0

Added

  • python bindings: extra method to get an account running

Changes

Fixes

  • mark "group image changed" as system message on receiver side #3517

1.90.0

Changes

  • handle drafts from mailto links in scanned QR #3492
  • do not overflow ratelimiter leaky bucket #3496
  • (AEAP) Add device message after you changed your address #3505
  • (AEAP) Revert #3491, instead only replace contacts in verified groups #3510
  • improve python bindings and tests #3502 #3503

Fixes

  • don't squash text parts of NDN into attachments #3497
  • do not treat non-failed DSNs as NDNs #3506
Commits
  • 88be304 prepare 1.92 (#3525)
  • 40fb02a Revert "add mailinglistAddr to getJson"
  • 5a4b12c add mailinglistAddr to getJson
  • bf5edfa add ffi to get mailinglist post address (#3520)
  • 64dd2f4 Prepare release 1.91.0
  • 52736f2 changelog entry: python method to get an account running
  • 6451578 apparently lint likes long lines more than me
  • 52a8ec4 move account initialization to separate function
  • d72cf3f mimeparser: set is_system_message for "group image changed" messages
  • 5920c5c Update scripts README
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #125.