danmassarano / chatbot

GNU General Public License v3.0
1 stars 0 forks source link

Bump tweepy from 4.12.0 to 4.12.1 #110

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps tweepy from 4.12.0 to 4.12.1.

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