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 tweepy from 4.12.0 to 4.12.1 #56

Merged
merged 2 commits into from
Nov 11, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 7, 2022

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)

Bumps [tweepy](https://github.com/tweepy/tweepy) from 4.12.0 to 4.12.1.
- [Release notes](https://github.com/tweepy/tweepy/releases)
- [Changelog](https://github.com/tweepy/tweepy/blob/master/docs/changelog.md)
- [Commits](tweepy/tweepy@v4.12.0...v4.12.1)

---
updated-dependencies:
- dependency-name: tweepy
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 7, 2022
Copy link
Contributor

@emilroenn emilroenn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bringing nlp4all into the future..... I like it

@zeyus zeyus merged commit 2126198 into develop Nov 11, 2022
@zeyus zeyus deleted the dependabot/pip/tweepy-4.12.1 branch November 11, 2022 13:25
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants