Update dependency mastodon-py to v2.1.0 #87

Merged
renovate_bot merged 1 commit from renovate/mastodon-py-2.x into main 2025-08-17 15:00:31 -07:00
Collaborator

This PR contains the following updates:

Package Change Age Confidence
mastodon-py ==2.0.1 -> ==2.1.0 age confidence

Release Notes

halcy/Mastodon.py (mastodon-py)

v2.1.0

Compare Source

  • Bumped support level to 4.4.3
  • Fixed to_json breaking on python 3.14 (Thanks @​limburgher for the report)
  • Replaced pytest-vcr (deprecated) with pytest-recording (Thanks @​CyberTailor)
  • Improved timeline documentation (Thanks @​adamse)
  • Improved docs for stream_healthy (thanks @​codl)
  • Add offset parameter to trending_tags and trending_links (Thanks @​ghost)
  • Added support for retrieving API version and a warning for if it is not present despite the mastodon version suggesting it should be.
  • Added support for retrieving OAuth authorization server info
  • Added check for supported password grant type based on authorization server info (Thanks @​thisismissem for the suggestion)
  • Added support for alternate OAuth URLs based on the authorization server info
  • Added pagination iteraton via pagination_iterator (Thanks @​FredericoCeratto for the suggestion)
  • Added a way to get pagination info out of lists that is slightly less digging-around-in-internals via get_pagination_info (Thanks @​s427 for the inciting report)
  • Added missing replies_policy and exclusive parameters to list creation and update methods.
  • Add status length counter get_status_length (Thanks @​yuletide for the suggestion and @​cheeaun for the assistance)
  • Fix notifications returning nonsense when passing a single id (Thanks @​chinchalinchin for the report)
  • Fix moved accidentally being named moved_to_account (Thanks @​unusualevent for the report)
  • Added a warning for deprecated endpoints if the "deprecation" header is present
  • Added oauth_userinfo endpoint.
  • Added delete_media parameter to status_delete.
  • Added standard parameter to push_subscription_set.
  • Added attribution_domains parameter to account_update_credentials.
  • Added date_of_birth parameter to create_account.
  • Added account_endorse and account_unendorse methods (replacing "pin" methods)
  • Added tag_feature and tag_unfeature methods (replacing previous featured tag api)
  • Added instance_terms_of_service method.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [mastodon-py](https://github.com/halcy/Mastodon.py) | `==2.0.1` -> `==2.1.0` | [![age](https://developer.mend.io/api/mc/badges/age/pypi/mastodon-py/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/mastodon-py/2.0.1/2.1.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>halcy/Mastodon.py (mastodon-py)</summary> ### [`v2.1.0`](https://github.com/halcy/Mastodon.py/blob/HEAD/CHANGELOG.rst#v210) [Compare Source](https://github.com/halcy/Mastodon.py/compare/v2.0.1...v2.1.0) - Bumped support level to 4.4.3 - Fixed to\_json breaking on python 3.14 (Thanks [@&#8203;limburgher](https://github.com/limburgher) for the report) - Replaced pytest-vcr (deprecated) with pytest-recording (Thanks [@&#8203;CyberTailor](https://github.com/CyberTailor)) - Improved timeline documentation (Thanks [@&#8203;adamse](https://github.com/adamse)) - Improved docs for stream\_healthy (thanks [@&#8203;codl](https://github.com/codl)) - Add offset parameter to trending\_tags and trending\_links (Thanks [@&#8203;ghost](https://github.com/ghost)) - Added support for retrieving API version and a warning for if it is not present despite the mastodon version suggesting it should be. - Added support for retrieving OAuth authorization server info - Added check for supported password grant type based on authorization server info (Thanks [@&#8203;thisismissem](https://github.com/thisismissem) for the suggestion) - Added support for alternate OAuth URLs based on the authorization server info - Added pagination iteraton via `pagination_iterator` (Thanks [@&#8203;FredericoCeratto](https://github.com/FredericoCeratto) for the suggestion) - Added a way to get pagination info out of lists that is slightly less digging-around-in-internals via `get_pagination_info` (Thanks [@&#8203;s427](https://github.com/s427) for the inciting report) - Added missing `replies_policy` and `exclusive` parameters to list creation and update methods. - Add status length counter `get_status_length` (Thanks [@&#8203;yuletide](https://github.com/yuletide) for the suggestion and [@&#8203;cheeaun](https://github.com/cheeaun) for the assistance) - Fix `notifications` returning nonsense when passing a single `id` (Thanks [@&#8203;chinchalinchin](https://github.com/chinchalinchin) for the report) - Fix `moved` accidentally being named `moved_to_account` (Thanks [@&#8203;unusualevent](https://github.com/unusualevent) for the report) - Added a warning for deprecated endpoints if the "deprecation" header is present - Added `oauth_userinfo` endpoint. - Added `delete_media` parameter to `status_delete`. - Added `standard` parameter to `push_subscription_set`. - Added `attribution_domains` parameter to `account_update_credentials`. - Added `date_of_birth` parameter to `create_account`. - Added `account_endorse` and `account_unendorse` methods (replacing "pin" methods) - Added `tag_feature` and `tag_unfeature` methods (replacing previous featured tag api) - Added `instance_terms_of_service` method. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS41Mi4xIiwidXBkYXRlZEluVmVyIjoiNDEuNTIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Update dependency mastodon-py to v2.1.0
All checks were successful
ci/woodpecker/pr/lint Pipeline was successful
ci/woodpecker/pull_request_closed/lint Pipeline was successful
7428bbf74a
renovate_bot scheduled this pull request to auto merge when all checks succeed 2025-08-17 15:00:21 -07:00
renovate_bot deleted branch renovate/mastodon-py-2.x 2025-08-17 15:00:31 -07:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: buckbanzai/kuow-mastodon-bot#87
No description provided.