carlosrsabreu / devo-abastecer

Twitter bot that publishes weekly the fuel prices updates on Madeira island.
https://twitter.com/devoabastecer
MIT License
10 stars 2 forks source link

Update tweepy requirement from ~=4.8.0 to ~=4.12.1 #24

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on tweepy to permit the latest version.

Release notes

Sourced from tweepy's releases.

4.12.1

Bug Fixes

  • Add 1 second buffer to API v2 streaming timeout (51a5d61)
    • The keep-alive is often received after marginally longer than 20 seconds, causing unnecessary timeouts and reconnects with a timeout of exactly 20 seconds
  • Default AsyncBaseStream to abort closed SSL transports (#1904)
  • Warn when Tweet data is missing default edit_history_tweet_ids field (3dea0df, #1994)
  • Change initial network_error_wait to 0 for streaming (b18c1a6)
    • Attempt to reconnect immediately when established streaming connection drops

Misc

  • Document limit and pagination_token parameters for Paginator and AsyncPaginator (e98ab02, bb934fc)
  • Use separate method to construct Response in Client and AsyncClient (#1997, 9983735)
  • Log streaming connection error exceptions (b7f02c6)
  • Add CITATION.cff (2547b44)
  • Add DOI badge to README (72a33c9)
  • Replace docs/requirements.txt with docs extra (0ccfe86)
  • Fix Intersphinx link to namedtuple in documentation for Response (352c74a)
  • Improve format of badges in README (d41c813)
Changelog

Sourced from tweepy's changelog.

Version 4.12.1 (2022-11-06)

Bug Fixes

  • Add 1 second buffer to API v2 streaming timeout (51a5d61)
    • The keep-alive is often received after marginally longer than 20 seconds, causing unnecessary timeouts and reconnects with a timeout of exactly 20 seconds
  • Default AsyncBaseStream to abort closed SSL transports (#1904)
  • Warn when Tweet data is missing default edit_history_tweet_ids field (3dea0df, #1994)
  • Change initial network_error_wait to 0 for streaming (b18c1a6)
    • Attempt to reconnect immediately when established streaming connection drops

Misc

  • Document limit and pagination_token parameters for Paginator and AsyncPaginator (e98ab02, bb934fc)
  • Use separate method to construct Response in Client and AsyncClient (#1997, 9983735)
  • Log streaming connection error exceptions (b7f02c6)
  • Add CITATION.cff (2547b44)
  • Add DOI badge to README (72a33c9)
  • Replace docs/requirements.txt with docs extra (0ccfe86)
  • Fix Intersphinx link to namedtuple in documentation for Response (352c74a)
  • Improve format of badges in README (d41c813)

Version 4.12.0 (2022-10-27)

New Features / Improvements

  • Add support for Direct Messages with Twitter API v2 (#1995)
    • Add DirectMessageEvent model
    • Add Client.get_direct_message_events, Client.create_direct_message, and Client.create_direct_message_conversation
    • Add AsyncClient.get_direct_message_events, AsyncClient.create_direct_message, and AsyncClient.create_direct_message_conversation
  • Add support for Python 3.11 (a391c66)
  • Add support for variants Media field (#1910, e31be15)

Bug Fixes

  • Handle different method return types in API v2 pagination (#1843, #1861, 381bf91, 3874579)
  • Add missing angle bracket to string representation of ReferencedTweet (d4df069)

Misc

  • Add documentation for edit_history_tweet_ids and edit_controls Tweet fields (2b1e159)
    • This documentation was previously missing from Twitter's API documentation
  • Fix class references in notes in documentation for AsyncClient methods (f737b87)
  • Fix signature of Client.get_quote_tweets in documentation (6f7de39)
  • Update actions/setup-python from v2 to v4 (f16b3dc, 0148be7)

Version 4.11.0 (2022-10-24)

New Features / Improvements

  • Add support for retrieving edited Tweet metadata
    • Add support for include_ext_edit_control parameter for API methods (e122f35, e736770)
    • Add support for edit_history_tweet_ids and edit_controls Tweet fields (#1979, a1c104f)

... (truncated)

Commits
  • cc8dd49 Release v4.12.1
  • 1ba37d1 Add changelog for version 4.12.1
  • b18c1a6 Change initial network_error_wait to 0 for streaming
  • bb934fc Document limit and pagination_token parameters for AsyncPaginator
  • e98ab02 Document limit and pagination_token parameters for Paginator
  • 352c74a Fix Intersphinx link to namedtuple in documentation for Response
  • 3dea0df Warn when Tweet data is missing default edit_history_tweet_ids field
  • 2547b44 Add CITATION.cff
  • d41c813 Improve format of badges in README
  • 72a33c9 Add DOI badge to README
  • 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)
HarryVasanth commented 1 year ago

@dependabot rebase