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

Bump python-telegram-bot[job-queue] from 21.10 to 21.11.1 #95

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 3, 2025

Bumps python-telegram-bot[job-queue] from 21.10 to 21.11.1.

Release notes

Sourced from python-telegram-bot[job-queue]'s releases.

v21.11.1

Version 21.11.1

Released 2025-03-01

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

Documentation Improvements

  • Fix ReadTheDocs Build (#4695)

v21.11

Version 21.11

Released 2025-03-01

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

Major Changes and New Features

Minor Changes and Bug Fixes

  • Add Bootstrapping Logic to Application.run_* (#4673 closes #4657)
  • Fix a Bug in edit_user_star_subscription (#4681 by @​vavasik800)
  • Simplify Handling of Empty Data in TelegramObject.de_json and Friends (#4617 closes #4614)

Documentation Improvements

  • Documentation Improvements (#4641)
  • Overhaul Admonition Insertion in Documentation (#4462 closes #4414)

Internal Changes

  • Stabilize Linkcheck Test (#4693)
  • Bump pre-commit Hooks to Latest Versions (#4643)
  • Refactor Tests for TelegramObject Classes with Subclasses (#4654 closes #4652)
  • Use Fine Grained Permissions for GitHub Actions Workflows (#4668)

Dependency Updates

  • Bump actions/setup-python from 5.3.0 to 5.4.0 (#4665)
  • Bump dependabot/fetch-metadata from 2.2.0 to 2.3.0 (#4666)
  • Bump actions/stale from 9.0.0 to 9.1.0 (#4667)
  • Bump astral-sh/setup-uv from 5.1.0 to 5.2.2 (#4664)
  • Bump codecov/test-results-action from 1.0.1 to 1.0.2 (#4663)
Changelog

Sourced from python-telegram-bot[job-queue]'s changelog.

Version 21.11.1

Released 2025-03-01

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

Documentation Improvements

  • Fix ReadTheDocs Build (:pr:4695)

Version 21.11

Released 2025-03-01

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

Major Changes and New Features

  • Full Support for Bot API 8.3 (:pr:4676 closes :issue:4677, :pr:4682 by aelkheir <https://github.com/aelkheir>, :pr:4690 by aelkheir <https://github.com/aelkheir>, :pr:4691 by aelkheir <https://github.com/aelkheir>_)
  • Make provider_token Argument Optional (:pr:4689)
  • Remove Deprecated InlineQueryResultArticle.hide_url (:pr:4640 closes :issue:4638)
  • Accept datetime.timedelta Input in Bot Method Parameters (:pr:4651)
  • Extend Customization Support for Bot.base_(file_)url (:pr:4632 closes :issue:3355)
  • Support allow_paid_broadcast in AIORateLimiter (:pr:4627 closes :issue:4578)
  • Add BaseUpdateProcessor.current_concurrent_updates (:pr:4626 closes :issue:3984)

Minor Changes and Bug Fixes

  • Add Bootstrapping Logic to Application.run_* (:pr:4673 closes :issue:4657)
  • Fix a Bug in edit_user_star_subscription (:pr:4681 by vavasik800 <https://github.com/vavasik800>_)
  • Simplify Handling of Empty Data in TelegramObject.de_json and Friends (:pr:4617 closes :issue:4614)

Documentation Improvements

  • Documentation Improvements (:pr:4641)
  • Overhaul Admonition Insertion in Documentation (:pr:4462 closes :issue:4414)

Internal Changes

  • Stabilize Linkcheck Test (:pr:4693)
  • Bump pre-commit Hooks to Latest Versions (:pr:4643)
  • Refactor Tests for TelegramObject Classes with Subclasses (:pr:4654 closes :issue:4652)
  • Use Fine Grained Permissions for GitHub Actions Workflows (:pr:4668)

... (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 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)

Bumps [python-telegram-bot[job-queue]](https://github.com/python-telegram-bot/python-telegram-bot) from 21.10 to 21.11.1.
- [Release notes](https://github.com/python-telegram-bot/python-telegram-bot/releases)
- [Changelog](https://github.com/python-telegram-bot/python-telegram-bot/blob/v21.11.1/CHANGES.rst)
- [Commits](python-telegram-bot/python-telegram-bot@v21.10...v21.11.1)

---
updated-dependencies:
- dependency-name: python-telegram-bot[job-queue]
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 3, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants