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.79.0 to 1.86.0 in /requirements #118

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps deltachat from 1.79.0 to 1.86.0.

Changelog

Sourced from deltachat's changelog.

1.86.0

API-Changes

  • python: added optional closed parameter to Account constructor #3394
  • python: added optional passphrase parameter to Account.export_all() and Account.import_all() #3394
  • python: added Account.open() #3394
  • python: added Chat.is_single() #3394
  • python: added Chat.is_mailinglist() #3394
  • python: added Chat.is_broadcast() #3394
  • python: added Chat.is_multiuser() #3394
  • python: added Chat.is_self_talk() #3394
  • python: added Chat.is_device_talk() #3394
  • python: added Chat.is_pinned() #3394
  • python: added Chat.pin() #3394
  • python: added Chat.unpin() #3394
  • python: added Chat.archive() #3394
  • python: added Chat.unarchive() #3394
  • python: added Message.get_summarytext() #3394
  • python: added optional closed parameter to ACFactory.get_unconfigured_account() (pytest plugin) #3394
  • python: added optional passphrase parameter to ACFactory.get_pseudo_configured_account() (pytest plugin) #3394

Changes

  • clean up series of webxdc info messages; DC_EVENT_MSGS_CHANGED is emitted on changes of existing info messages #3395
  • update provider database #3399
  • refactorings #3375 #3403 #3398 #3404

Fixes

  • do not reset our database if imported backup cannot be decrypted #3397
  • node: remove npx from build script, this broke flathub build #3396

1.85.0

Changes

  • refactorings #3373 #3345 #3380 #3382
  • node: move split2 to devDependencies
  • python: build Python 3.10 wheels #3392
  • update Rust dependencies

Fixes

  • delete outgoing MDNs found in the Sent folder on Gmail #3372
  • fix searching one-to-one chats #3377
  • do not add legacy info-messages on resending webxdc #3389

1.84.0

Changes

... (truncated)

Commits


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)