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 1.12 to 3.0 #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Aug 29, 2023

Bumps tweepy from 1.12 to 3.0.

Release notes

Sourced from tweepy's releases.

3.0

  • Added multiple list members operation api methods (add_list_members, remove_list_members).
  • Added sitestream endpoint.
  • Switch to using Requests instead of httplib.
  • Fully removed support for non-secure HTTP.
  • Proxy support.
  • Add API method for /statuses/lookup.json
  • Add missing 'count' parameter to followers_ids
  • Added allowed_param to update_profile_image
  • Comparison between Status objects
  • Extend on_data method by including a conditional to process warning messages and add the definition of the method to manage those warning messages
  • Better Python 3 support.

Release 2.3.0

No release notes provided.

Release 2.2

No release notes provided.

Release 2.1.0

No release notes provided.

Changelog

Sourced from tweepy's changelog.

Version 4.13.0 (2023-03-09)

New Features / Improvements

  • Add verified_type field for User (9f7afae)

Twitter API Backwards-Incompatible Changes

  • Remove streaming methods using retired Twitter API v1.1 features (0cd96b1)
    • Twitter API v1.1 statuses/sample endpoint
      • Stream.sample
      • AsyncStream.sample
    • Compliance messages on the Twitter API v1.1 statuses/filter endpoint
      • Stream.on_delete, Stream.on_scrub_geo, Stream.on_status_withheld, Stream.on_user_withheld
      • AsyncStream.on_delete, AsyncStream.on_scrub_geo, AsyncStream.on_status_withheld, AsyncStream.on_user_withheld

Twitter API Deprecations

  • Deprecate streaming with Twitter API v1.1 statuses/filter endpoint (8b9c547)
    • Stream
    • AsyncStream

Bug Fixes

  • Return base class method values in StreamingClient._process_data and AsyncStreamingClient._process_data methods (2744073)
  • Handle empty payloads in JSONParser.parse (e854138, #2051)

Twitter API Bug Handling

  • Handle incorrect processing state for errored chunked uploads (a68ce86)

Misc

  • Support async-lru v2 (f98b345)
  • Document specific expansions available for each type of payload (7df6453)
  • Add documentation for Direct Message events (c689548)
  • Update documentation for dm_event_fields parameter (e2fb467)
  • Add section in documentation about dm_event_fields parameter (4b0fa90)
  • Add expansions documentation for Direct Message conversation events (#2009)
  • Add note in documentation about removal of Tweet source field (5d22a01)
  • Add SECURITY.md (b79a1db, 3d3d58e)
  • Update copyright years to include 2023 (ccc9526)

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

... (truncated)

Commits
  • 0009325 Release 3.0.0
  • 80d473b Configure Travis to deploy releases when pushing to "release" branch.
  • 871fe8d Commit cassette files in hopes of fixing the travis tests.
  • 051075d Merge pull request #509 from judy2k/fix-examples
  • 78aebf9 Merge pull request #511 from yprez/fix-iterators
  • 56391dc Merge pull request #513 from 7kry/master
  • 48d2744 Modify ReadBuffer for Py3
  • c5c127e Fix CursorIterator.next() for Python 3
  • 2c2cc03 Merge pull request #508 from judy2k/setup-classifiers
  • 56ee0eb Updated examples to work in Python 3.
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [tweepy](https://github.com/tweepy/tweepy) from 1.12 to 3.0.
- [Release notes](https://github.com/tweepy/tweepy/releases)
- [Changelog](https://github.com/tweepy/tweepy/blob/master/docs/changelog.md)
- [Commits](tweepy/tweepy@1.12...v3.0.0)

---
updated-dependencies:
- dependency-name: tweepy
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 29, 2023
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants