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

chore(deps): update dependency tweepy to v3.10.0 #6

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Oct 30, 2020

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
tweepy (source) ==3.8.0 -> ==3.10.0 age adoption passing confidence

Release Notes

tweepy/tweepy

v3.10.0

Compare Source

This will be the last major and minor version to support Python 2.7 (#​1253) and Python 3.5.
The next non-patch release should be version 4.0.0.

New Features / Improvements
  • Add API.search_30_day and API.search_full_archive (#​1175, #​1294)
  • Update allowed parameters for API.home_timeline (#​1410, #​1458)
    • Add trim_user, exclude_replies, include_entities
    • Remove page as erroneously documented parameter
    • Reorder count to be the first parameter
  • Update allowed parameters for API.get_oembed
    • Add hide_thread, theme, link_color, widget_type, dnt
    • Remove id
  • Remove API.update_profile_background_image (#​1466)
  • Add support for Python 3.9
  • Switch from Travis CI to GitHub Actions to run tests and deploy releases (#​1402)
  • Update and improve various documentation
Bug Fixes
  • Use mimetypes.guess_type as fallback for determining image file type (#​1411)
  • Use proper MIME type in Content-Type header for uploaded images
  • Allow file parameter to be used again for API.media_upload (#​1412, #​1413)
  • Allow file parameter to be used again for API.update_profile_banner, API.update_profile_image, and API.update_with_media (#​1475)
  • Fix User.lists, User.lists_memberships, and User.lists_subscriptions to retrieve information about the user in question rather than the authenticating user (#​1443, #​1444)

v3.9.0

Compare Source

New Features / Improvements
  • Add API.create_media_metadata (#​716)
  • Update allowed parameters for API.update_status (#​1101)
    • Add exclude_reply_user_ids, attachment_url, possibly_sensitive, trim_user, enable_dmcommands, fail_dmcommands, card_uri
    • Remove in_reply_to_status_id_str, source
  • Add allowed parameters to API.get_status
    • trim_user, include_my_retweet, include_entities, include_ext_alt_text, include_card_uri
  • Add allowed parameters to API.statuses_lookup
    • include_ext_alt_text, include_card_uri
  • Improve API.lookup_users (#​706)
  • Improve and optimize API.statuses_lookup, API.create_media_metadata, API.update_status
  • Add reverse as allowed parameter for API.lists_all
  • Add count as allowed parameter for API.lists_memberships
  • Add count as allowed parameter for API.lists_subscriptions
  • Add include_entities as allowed parameter for API.list_timeline
  • Add allowed parameters to API.list_subscribers
    • count, include_entities, skip_status
  • Add support for Python 3.8
  • Update and improve setup.py
  • Use requests socks extra instead of requiring PySocks directly
  • Allow uploading of images with file names without extensions (#​1060, #​1086)
  • Support uploading WebP images (#​1298)
  • Add missing attributes to Relationship model (#​1375)
  • Update max allowed size for uploaded GIFs (#​1336, #​1338)
  • Add _json attribute to DirectMessage model (#​1342)
  • Update and improve tests (#​1217)
  • Add documentation for extended Tweets
  • Document API.lookup_users (#​539)
  • Add documentation for running tests (#​681)
  • Add Korean translation of documentation (#​1296)
  • Add Polish translation of documentation (#​1316)
  • Document API.lookup_friendships (#​1375)
  • Update and improve various documentation
Bug Fixes
  • Fix handling of invalid credentials for API.verify_credentials
  • Handle boolean value for API.verify_credentials include_email parameter (#​890)
  • Allow Cursor to be used with API.list_direct_messages by adding DMCursorIterator (#​1261, #​1262)

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Enabled.

♻️ Rebasing: Whenever PR becomes conflicted, 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 WhiteSource Renovate. View repository job log here.

@renovate renovate bot changed the title Update dependency tweepy to v3.9.0 chore(deps): update dependency tweepy to v3.9.0 Oct 31, 2020
@renovate renovate bot changed the title chore(deps): update dependency tweepy to v3.9.0 chore(deps): update dependency tweepy to v3.10.0 Dec 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant