Update pytelegrambotapi requirement from ~=4.5.1 to ~=4.6.1 #23

Closed
dependabot[bot] wants to merge 1 commits from dependabot/pip/pytelegrambotapi-approx-eq-4.6.1 into main
dependabot[bot] commented 2022-07-27 21:47:59 +00:00 (Migrated from github.com)

Updates the requirements on pytelegrambotapi to permit the latest version.

Release notes

Sourced from pytelegrambotapi's releases.

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

Commits
  • 914c5fd Merge pull request #1649 from Badiboy/master
  • 8aa3d05 Bump version to 4.6.1
  • c145b7e Merge pull request #1644 from coder2020official/test_branch
  • 6303ecc Little fix
  • fc01ec5 Added .ext file to documentation
  • 51b2ec7 Removed unecessary methods from documentation(to_json, de_json, to_dict)
  • 3d7f334 Updated all docstrings for types(visual)
  • a61508c Merge pull request #1643 from robz-tirtlib/patch-1
  • 9d9e76e small fix
  • b0e0625 Completed docstrings for all files except types.py
  • 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)
Updates the requirements on [pytelegrambotapi](https://github.com/eternnoir/pyTelegramBotAPI) to permit the latest version. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/eternnoir/pyTelegramBotAPI/releases">pytelegrambotapi's releases</a>.</em></p> <blockquote> <h2>4.6.1 - Run webhooks from bot, middleware and documentation improvements, fixes</h2> <h2>What's Changed</h2> <ul> <li>run_webhooks() function for both versions</li> <li>Passing data to handler through middlewares</li> <li>Typehints for set_state improved</li> <li>Some built-in custom filters were improved</li> <li>Fixed timeouterror for async</li> <li>Significant documentation improvements</li> <li>Extended exception handler behaviour</li> <li>update_sensitive field for async</li> <li>Session improvements for async</li> <li>... and more</li> </ul> <h2>Main Contributor</h2> <ul> <li><a href="https://github.com/coder2020official"><code>@​coder2020official</code></a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/eternnoir/pyTelegramBotAPI/commit/914c5fdf0cd2d87bbeae8d7eb22d77a933e96c12"><code>914c5fd</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eternnoir/pyTelegramBotAPI/issues/1649">#1649</a> from Badiboy/master</li> <li><a href="https://github.com/eternnoir/pyTelegramBotAPI/commit/8aa3d052cc258db9870fb402a676d1fb1f1c6974"><code>8aa3d05</code></a> Bump version to 4.6.1</li> <li><a href="https://github.com/eternnoir/pyTelegramBotAPI/commit/c145b7ef8faf90fd2565d23ce5ab7428c1c0c7ed"><code>c145b7e</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eternnoir/pyTelegramBotAPI/issues/1644">#1644</a> from coder2020official/test_branch</li> <li><a href="https://github.com/eternnoir/pyTelegramBotAPI/commit/6303ecc7c64d2955f9b78e0609c2e7d42c126a72"><code>6303ecc</code></a> Little fix</li> <li><a href="https://github.com/eternnoir/pyTelegramBotAPI/commit/fc01ec50fc72f56ab4aab38694e9eb418976f3c3"><code>fc01ec5</code></a> Added .ext file to documentation</li> <li><a href="https://github.com/eternnoir/pyTelegramBotAPI/commit/51b2ec701d22ba94bb3fab37fb6286cdf6c5cdc1"><code>51b2ec7</code></a> Removed unecessary methods from documentation(to_json, de_json, to_dict)</li> <li><a href="https://github.com/eternnoir/pyTelegramBotAPI/commit/3d7f334d794daeb8c23f41841c26a84bd79705e9"><code>3d7f334</code></a> Updated all docstrings for types(visual)</li> <li><a href="https://github.com/eternnoir/pyTelegramBotAPI/commit/a61508ca0ca2573277bec97e4abe5f03680ceb53"><code>a61508c</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/eternnoir/pyTelegramBotAPI/issues/1643">#1643</a> from robz-tirtlib/patch-1</li> <li><a href="https://github.com/eternnoir/pyTelegramBotAPI/commit/9d9e76e724e05908cc793f0b3338f7e043fafb43"><code>9d9e76e</code></a> small fix</li> <li><a href="https://github.com/eternnoir/pyTelegramBotAPI/commit/b0e06253ffc368877cd7c46ef0d3b7257b827fa9"><code>b0e0625</code></a> Completed docstrings for all files except types.py</li> <li>Additional commits viewable in <a href="https://github.com/eternnoir/pyTelegramBotAPI/compare/4.5.1...4.6.1">compare view</a></li> </ul> </details> <br /> 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details>
dependabot[bot] commented 2022-08-15 21:39:53 +00:00 (Migrated from github.com)

Superseded by #27.

Superseded by #27.

Pull request closed

Sign in to join this conversation.
No description provided.