blackbox
blackbox copied to clipboard
Bump pytelegrambotapi from 3.7.7 to 4.16.1
Bumps pytelegrambotapi from 3.7.7 to 4.16.1.
Release notes
Sourced from pytelegrambotapi's releases.
4.15.2 - Bugfix and deprecation stubs
What's Changed
- Fix methods delete_messages and forward_messages.
- Fix link_preview_options passing for Telebot
- Added deprecation stubs for Message fields in InaccessibleMessage
4.14.1 - Minor fixes
What's Changed
- Fix protect_content hint
- Sending InputFile fix
- Fix ExceptionHandler handle() method as async for async telebot
- Update the available content_types in README
4.7.1 - Bugfixes and minor improvements
What's Changed
- Support ContinueHandling to continue with other handlers after handler is found
- Logging improvements: colored logs etc.
- Added some frequent parameters to classes
- Starlette ASGI example
- Fixed bug with searching a new handler after the execution of handler
- Fixed difference between request_timeout and timeout
- More bug fixes
4.6.1 - Run webhooks from bot, middleware and documentation improvements, fixes
What's Changed
- run_webhooks() function for both versions
- Passing data to handler through middlewares
- Typehints for set_state improved
- Some built-in custom filters were improved
- Fixed timeouterror for async
- Significant documentation improvements
- Extended exception handler behaviour
- update_sensitive field for async
- Session improvements for async
- ... and more
Main Contributor
4.5.1 - Minor updates and bugfixes
What's Changed
- Added sync i18n class based middleware
- Bugfix in answer_web_app_query
- Mistake in ChatAdministratorRights
- Markdown & Html functions added (Beta version, still in progress)eternnoir/pyTelegramBotAPI#1524
- Polling exception logging updated
- Fixed proxy for asynctelebot
4.4.1 - Service updates and improvements
Changelog(short version):
... (truncated)
Commits
- See full diff 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 show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency -
@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)