GeekTG / Friendly-Telegram

Best Telegram userbot with inline buttons support
https://ftg.geektg.ml
GNU Affero General Public License v3.0
83 stars 60 forks source link

Bump aiogram from 2.21 to 2.22.1 #90

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps aiogram from 2.21 to 2.22.1.

Release notes

Sourced from aiogram's releases.

Hotfix

  • Fixed LifetimeControllerMiddleware:
...  venv\lib\site-packages\aiogram\dispatcher\middlewares.py", line 121, in skip_actions
f"pre_process_{item}",
NameError: name 'item' is not defined

A revolution in how people express themselves in messaging

  • Added full support of Bot API 6.2
  • Fixed filtering skip_patterns (#868)
  • Fixed RedisStorage2.get_states_list method (#857)
  • Added global default value of protect content property (#917)
  • Command filter now can be sets with BotCommand object (#935)
  • Added constructor for ChatAdministratorRights (#964)
  • Fixed FSM Storage reset_bucket method (#970, #971)
  • Improved issue and pull request templates and labels automation (#947, #962, #939)
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)
dependabot[bot] commented 2 years ago

Superseded by #91.