Skip to content

Bump the all-updates group across 1 directory with 3 updates#3

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/all-updates-efc57f81af
Open

Bump the all-updates group across 1 directory with 3 updates#3
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/all-updates-efc57f81af

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Mar 28, 2026

Bumps the all-updates group with 3 updates in the / directory: github.com/go-telegram/bot, github.com/pelletier/go-toml/v2 and github.com/prometheus-community/pro-bing.

Updates github.com/go-telegram/bot from 1.17.0 to 1.20.0

Release notes

Sourced from github.com/go-telegram/bot's releases.

v1.20.0

v1.19.0

  • support API 9.4 (February 9, 2026 update)
    • Bot Profile Management:
      • Added setMyProfilePhoto and removeMyProfilePhoto methods
    • Forum Topics in Private Chats:
      • Added allows_users_to_create_topics field to User
      • Added is_name_implicit field to ForumTopic and ForumTopicCreated
    • Colored Buttons:
      • Added style and icon_custom_emoji_id fields to KeyboardButton and InlineKeyboardButton
    • Video Quality:
      • Added VideoQuality type and qualities field to Video
    • Chat Owner Events:
      • Added ChatOwnerLeft and ChatOwnerChanged types
      • Added chat_owner_left and chat_owner_changed fields to Message
    • User Profile Audios:
      • Added UserProfileAudios type and getUserProfileAudios method
      • Added first_profile_audio field to ChatFullInfo
    • Gifts:
      • Added rarity field to UniqueGiftModel
      • Added is_burned field to UniqueGift
    • Miscellaneous:
      • Added repostStory method
      • Added UserRating type and rating field to ChatFullInfo
      • Added completed_by_chat field to ChecklistTask
      • Added message_effect_id to ForwardMessageParams and CopyMessageParams

v1.18.0

  • support API 9.3 (December 31, 2025 update)
    • Topics in private chats:
      • Added has_topics_enabled field to User
    • Gifts:
      • Added getUserGifts and getChatGifts methods
      • Replaced last_resale_star_count with last_resale_currency and last_resale_amount in UniqueGiftInfo
      • Replaced exclude_limited with exclude_limited_upgradable and exclude_limited_non_upgradable in getBusinessAccountGifts
      • Added gift_upgrade_sent field to Message
      • Added gift_id, is_from_blockchain, is_premium, colors fields to UniqueGift
      • Added personal_total_count, personal_remaining_count, is_premium, has_colors, background, unique_gift_variant_count fields to Gift
      • Added is_upgrade_separate, unique_gift_number fields to GiftInfo and OwnedGiftRegular
      • Added gifts_from_channels field to AcceptedGiftTypes
      • Added GiftBackground and UniqueGiftColors types
      • Added unique_gift_colors, paid_message_star_count fields to ChatFullInfo
    • Streaming:
      • Added sendMessageDraft method for streaming partial messages
Changelog

Sourced from github.com/go-telegram/bot's changelog.

v1.20.0 (2026-03-19)

v1.19.0 (2026-02-12)

  • support API 9.4 (February 9, 2026 update)
    • Bot Profile Management:
      • Added setMyProfilePhoto and removeMyProfilePhoto methods
    • Forum Topics in Private Chats:
      • Added allows_users_to_create_topics field to User
      • Added is_name_implicit field to ForumTopic and ForumTopicCreated
    • Colored Buttons:
      • Added style and icon_custom_emoji_id fields to KeyboardButton and InlineKeyboardButton
    • Video Quality:
      • Added VideoQuality type and qualities field to Video
    • Chat Owner Events:
      • Added ChatOwnerLeft and ChatOwnerChanged types
      • Added chat_owner_left and chat_owner_changed fields to Message
    • User Profile Audios:
      • Added UserProfileAudios type and getUserProfileAudios method
      • Added first_profile_audio field to ChatFullInfo
    • Gifts:
      • Added rarity field to UniqueGiftModel
      • Added is_burned field to UniqueGift
    • Miscellaneous:
      • Added repostStory method
      • Added UserRating type and rating field to ChatFullInfo
      • Added completed_by_chat field to ChecklistTask
      • Added message_effect_id to ForwardMessageParams and CopyMessageParams

v1.18.0 (2026-01-23)

  • support API 9.3 (December 31, 2025 update)
    • Topics in private chats:
      • Added has_topics_enabled field to User
    • Gifts:
      • Added getUserGifts and getChatGifts methods
      • Replaced last_resale_star_count with last_resale_currency and last_resale_amount in UniqueGiftInfo
      • Replaced exclude_limited with exclude_limited_upgradable and exclude_limited_non_upgradable in getBusinessAccountGifts
      • Added gift_upgrade_sent field to Message
      • Added gift_id, is_from_blockchain, is_premium, colors fields to UniqueGift
      • Added personal_total_count, personal_remaining_count, is_premium, has_colors, background, unique_gift_variant_count fields to Gift
      • Added is_upgrade_separate, unique_gift_number fields to GiftInfo and OwnedGiftRegular
      • Added gifts_from_channels field to AcceptedGiftTypes
      • Added GiftBackground and UniqueGiftColors types
      • Added unique_gift_colors, paid_message_star_count fields to ChatFullInfo
    • Streaming:
      • Added sendMessageDraft method for streaming partial messages
Commits

Updates github.com/pelletier/go-toml/v2 from 2.2.4 to 2.3.0

Release notes

Sourced from github.com/pelletier/go-toml/v2's releases.

v2.3.0

This is the first release built largely with the help of AI coding agents. Highlights include the complete removal of the unsafe package. go-toml is now fully safe Go code, with a geomean overhead of only ~1.4% vs v2.2.4 and zero additional allocations on benchmarks. This release also adds omitzero struct tag support, improves UnmarshalText/Unmarshaler handling for tables and array tables, and fixes several bugs including nil pointer marshaling, leap second handling, and datetime unmarshaling panics.

What's Changed

What's new

Fixed bugs

Documentation

Other changes

New Contributors

Full Changelog: pelletier/go-toml@v2.2.4...v2.3.0

Commits
  • f36a3ec Reduce marshal and unmarshal overhead (#1044)
  • 77f3862 Fix benchmark script replacing internal package imports (#1042)
  • 16b1ef5 Fix parser error pointing to wrong line when last line has no trailing newlin...
  • e14bde7 build(deps): bump docker/login-action from 3 to 4 (#1039)
  • 4b1ff01 build(deps): bump docker/setup-buildx-action from 3 to 4 (#1040)
  • 048a25f Go 1.26 (#1030)
  • b357558 build(deps): bump goreleaser/goreleaser-action from 6 to 7 (#1035)
  • a0be52f build(deps): bump actions/upload-artifact from 6 to 7 (#1036)
  • 316bfc6 Support Unmarshaler interface for tables and array tables (#1027)
  • 2edc61f Fix panic when unmarshaling datetime values to incompatible types (#1028) (#1...
  • Additional commits viewable in compare view

Updates github.com/prometheus-community/pro-bing from 0.7.0 to 0.8.0

Release notes

Sourced from github.com/prometheus-community/pro-bing's releases.

v0.8.0

What's Changed

New Contributors

Full Changelog: prometheus-community/pro-bing@v0.7.0...v0.8.0

Commits
  • 112c6d1 Merge pull request #180 from nvksie/main
  • c0e523e Merge pull request #179 from prometheus-community/repo_sync
  • dc59983 Merge pull request #181 from prometheus-community/dependabot/go_modules/golan...
  • 3b320ae Bump golang.org/x/sync from 0.17.0 to 0.19.0
  • df60cdb Merge pull request #183 from prometheus-community/dependabot/go_modules/golan...
  • 22f264b Bump golang.org/x/net from 0.44.0 to 0.49.0
  • 3e7f4fe optimize bpf filter, accept Echo Reply only
  • 1327198 Update common Prometheus files
  • 3b66532 Merge pull request #173 from prometheus-community/repo_sync
  • 4d98d36 Update common Prometheus files
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the all-updates group with 3 updates in the / directory: [github.com/go-telegram/bot](https://github.com/go-telegram/bot), [github.com/pelletier/go-toml/v2](https://github.com/pelletier/go-toml) and [github.com/prometheus-community/pro-bing](https://github.com/prometheus-community/pro-bing).


Updates `github.com/go-telegram/bot` from 1.17.0 to 1.20.0
- [Release notes](https://github.com/go-telegram/bot/releases)
- [Changelog](https://github.com/go-telegram/bot/blob/main/CHANGELOG.md)
- [Commits](go-telegram/bot@v1.17.0...v1.20.0)

Updates `github.com/pelletier/go-toml/v2` from 2.2.4 to 2.3.0
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Commits](pelletier/go-toml@v2.2.4...v2.3.0)

Updates `github.com/prometheus-community/pro-bing` from 0.7.0 to 0.8.0
- [Release notes](https://github.com/prometheus-community/pro-bing/releases)
- [Commits](prometheus-community/pro-bing@v0.7.0...v0.8.0)

---
updated-dependencies:
- dependency-name: github.com/go-telegram/bot
  dependency-version: 1.20.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: github.com/pelletier/go-toml/v2
  dependency-version: 2.3.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
- dependency-name: github.com/prometheus-community/pro-bing
  dependency-version: 0.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Mar 28, 2026
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 go Pull requests that update go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants