Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python-telegram-bot requirement from ~=20.3 to ~=20.4 #14

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 1, 2023

Updates the requirements on python-telegram-bot to permit the latest version.

Release notes

Sourced from python-telegram-bot's releases.

v20.4

Version 20.4

Released 2023-07-09

This is the technical changelog for version 20.4. More elaborate release notes can be found in the news channel @​pythontelegrambotchannel.

Major Changes

New Features

  • Make Integration of APScheduler into JobQueue More Explicit (#3695)
  • Introduce BaseUpdateProcessor for Customized Concurrent Handling of Updates (#3654 closes #3509)

Minor Changes

Bug Fixes

  • Fix Wrong Warning Text in KeyboardButton.__eq__ (#3768)

Documentation Improvements

  • Explicitly set allowed_updates in Examples (#3741 by @​Trifase closes #3726)
  • Bump furo and sphinx (#3719)
  • Documentation Improvements (#3698, #3708 by @​revolter, #3767)
  • Add Quotes for Installation Instructions With Optional Dependencies (#3780)
  • Exclude Type Hints from Stability Policy (#3712)
  • Set httpx Logging Level to Warning in Examples (#3746 closes #3743)

Internal Changes

  • Drop a Legacy pre-commit.ci Configuration (#3697)
  • Add Python 3.12 Beta to the Test Matrix (#3751)
  • Use Temporary Files for Testing File Downloads (#3777)
  • Auto-Update Changed Version in Other Files After Dependabot PRs (#3716)
  • Add More ruff Rules (#3763)
  • Rename _handler.py to _basehandler.py (#3761)
  • Automatically Label pre-commit-ci PRs (#3713)
  • Rework pytest Integration into GitHub Actions (#3776)
  • Fix Two Bugs in GitHub Actions Workflows (#3739)

Dependency Updates

  • Update cachetools requirement from ~=5.3.0 to ~=5.3.1 (#3738)
  • Update aiolimiter requirement from ~=1.0.0 to ~=1.1.0 (#3707)
  • pre-commit autoupdate (#3791)
  • Bump sphinxcontrib-mermaid from 0.8.1 to 0.9.2 (#3737)
  • Bump pytest-xdist from 3.2.1 to 3.3.0 (#3705)
  • Bump srvaroa/labeler from 1.5.0 to 1.6.0 (#3786)
  • Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 (#3787)
  • Bump dessant/lock-threads from 4.0.0 to 4.0.1 (#3785)
  • Bump pytest from 7.3.2 to 7.4.0 (#3774)
  • Update httpx requirement from ~=0.24.0 to ~=0.24.1 (#3715)

... (truncated)

Changelog

Sourced from python-telegram-bot's changelog.

Version 20.4

Released 2023-07-09

This is the technical changelog for version 20.4. More elaborate release notes can be found in the news channel @pythontelegrambotchannel <https://t.me/pythontelegrambotchannel>__.

Major Changes

  • Drop Support for Python 3.7 (:pr:3728, :pr:3742 by @Trifase <https://github.com/Trifase>, :pr:3749 by @thefunkycat <https://github.com/thefunkycat>, :pr:3740 closes :issue:3732, :pr:3754 closes :issue:3731, :pr:3753, :pr:3764, :pr:3762, :pr:3759 closes :issue:3733)

New Features

  • Make Integration of APScheduler into JobQueue More Explicit (:pr:3695)
  • Introduce BaseUpdateProcessor for Customized Concurrent Handling of Updates (:pr:3654 closes :issue:3509)

Minor Changes

  • Fix Inconsistent Type Hints for timeout Parameter of Bot.get_updates (:pr:3709 by @revolter <https://github.com/revolter>__)
  • Use Explicit Optionals (:pr:3692 by @MiguelX413 <https://github.com/MiguelX413>__)

Bug Fixes

  • Fix Wrong Warning Text in KeyboardButton.__eq__ (:pr:3768)

Documentation Improvements

  • Explicitly set allowed_updates in Examples (:pr:3741 by @Trifase <https://github.com/Trifase>__ closes :issue:3726)
  • Bump furo and sphinx (:pr:3719)
  • Documentation Improvements (:pr:3698, :pr:3708 by @revolter <https://github.com/revolter>__, :pr:3767)
  • Add Quotes for Installation Instructions With Optional Dependencies (:pr:3780)
  • Exclude Type Hints from Stability Policy (:pr:3712)
  • Set httpx Logging Level to Warning in Examples (:pr:3746 closes :issue:3743)

Internal Changes

  • Drop a Legacy pre-commit.ci Configuration (:pr:3697)
  • Add Python 3.12 Beta to the Test Matrix (:pr:3751)
  • Use Temporary Files for Testing File Downloads (:pr:3777)
  • Auto-Update Changed Version in Other Files After Dependabot PRs (:pr:3716)
  • Add More ruff Rules (:pr:3763)
  • Rename _handler.py to _basehandler.py (:pr:3761)
  • Automatically Label pre-commit-ci PRs (:pr:3713)
  • Rework pytest Integration into GitHub Actions (:pr:3776)

... (truncated)

Commits

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Updates the requirements on [python-telegram-bot](https://github.com/python-telegram-bot/python-telegram-bot) to permit the latest version.
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases)
- [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/master/CHANGES.rst)
- [Commits](python-telegram-bot/python-telegram-bot@v20.3...v20.4)

---
updated-dependencies:
- dependency-name: python-telegram-bot
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 1, 2023
Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey! Looks like you edited the (optional) requirements or the pre-commit hooks. I'm just a friendly reminder to keep the additional dependencies for the hooks in sync with the requirements :)

@Bibo-Joshi Bibo-Joshi merged commit 684f8b2 into master Sep 3, 2023
@Bibo-Joshi Bibo-Joshi deleted the dependabot/pip/python-telegram-bot-approx-eq-20.4 branch September 3, 2023 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant