CloudBot
CloudBot copied to clipboard
build(deps): bump tweepy from 3.10.0 to 4.10.1
Bumps tweepy from 3.10.0 to 4.10.1.
Release notes
Sourced from tweepy's releases.
4.10.1
Bug Fixes
- Fix
AsyncBaseClientrate limit handling (#1902)- Fix handling of
StreamRulewhen passed in list toStreamingClient.delete_rulesorAsyncStreamingClient.delete_rules(#1942)- Add support for
media_fields,place_fields, andpoll_fieldsparameters forClient.get_list_tweetsandAsyncClient.get_list_tweets(#1931)- Ignore
AsyncClientmethod parameters explicitly passed asNone(#1944)Misc
- Log text of HTTP response when handling request error in
BaseStream(598ea64)- Update Requests documentation URL for Intersphinx linking (2c7213d)
- Correct typo in documentation for
StreamingClientandAsyncStreamingClientadd_rulesanddelete_rulesmethods (#1937)4.10.0
New Features / Improvements
- Add asynchronous interfaces for Twitter API v2
- Add support for reverse chronological home timeline with Twitter API v2 (#1900)
- Add
Client.get_home_timelineandAsyncClient.get_home_timeline- Update the User-Agent header based on
AsyncStream.user_agenteven ifAsyncStream.sessionis already initialized/set (096a62c)Twitter API Deprecations
- Deprecate
AsyncStream.sampleand note deprecation of compliance messages forAsyncStream.filter(e043074, 1b77007)Misc
- Update and improve various documentation and tests
4.9.0
New Features / Improvements
- Add support for Direct Message typing indicator and read receipts (#1856)
- Add
API.indicate_direct_message_typingandAPI.mark_direct_message_read- Fallback to
"detail"response value forHTTPExceptionmessage (b6b8241)- Handle
"error"key of response being a string inHTTPException(2da4452)Twitter API Deprecations
- Deprecate
Stream.sampleand note deprecation of compliance messages forStream.filter(#1876)Misc
- Use setup.cfg for coverage.py configuration (e24bb2f)
- Explicitly specify coverage >= 4.4.2 requirement for dev extra (b5bd35e)
- Use setup.cfg for tox configuration (e24bb2f)
- Update lower bound for dev extra tox requirement to >= 3.21.0 (ba6e6b1)
- Remove
tests_requirefrom setup.py (2870031)- Stop creating universal wheels (9d93ec8)
- Update and improve various documentation and tests
4.8.0
New Features / Improvements
- Add support for Bookmarks with Twitter API v2 (#1848)
... (truncated)
Changelog
Sourced from tweepy's changelog.
Version 4.10.1
Bug Fixes
- Fix
AsyncBaseClientrate limit handling (#1902)- Fix handling of
StreamRulewhen passed in list toStreamingClient.delete_rulesorAsyncStreamingClient.delete_rules(#1942)- Add support for
media_fields,place_fields, andpoll_fieldsparameters forClient.get_list_tweetsandAsyncClient.get_list_tweets(#1931)- Ignore
AsyncClientmethod parameters explicitly passed asNone(#1944)Misc
- Log text of HTTP response when handling request error in
BaseStream(598ea64)- Update Requests documentation URL for Intersphinx linking (2c7213d)
- Correct typo in documentation for
StreamingClientandAsyncStreamingClientadd_rulesanddelete_rulesmethods (#1937)Version 4.10.0
New Features / Improvements
- Add asynchronous interfaces for Twitter API v2
- Add support for reverse chronological home timeline with Twitter API v2 (#1900)
- Add
Client.get_home_timelineandAsyncClient.get_home_timeline- Update the User-Agent header based on
AsyncStream.user_agenteven ifAsyncStream.sessionis already initialized/set (096a62c)Twitter API Deprecations
- Deprecate
AsyncStream.sampleand note deprecation of compliance messages forAsyncStream.filter(e043074, 1b77007)Misc
- Update and improve various documentation and tests
Version 4.9.0
New Features / Improvements
- Add support for Direct Message typing indicator and read receipts (#1856)
- Add
API.indicate_direct_message_typingandAPI.mark_direct_message_read- Fallback to
"detail"response value forHTTPExceptionmessage (b6b8241)- Handle
"error"key of response being a string inHTTPException(2da4452)Twitter API Deprecations
- Deprecate
Stream.sampleand note deprecation of compliance messages forStream.filter(#1876)Misc
... (truncated)
Commits
ad5e31bRelease v4.10.1cdf9eb7Add changelog for version 4.10.129620e3Ignore AsyncClient method parameters explicitly passed as None08d5684Add support for get_list_tweets parameters9b636bcCorrect typo in documentation for add_rules and delete_rules458fd73Fix handling of StreamRule in list passed to delete_rules598ea64Log text of HTTP response when handling request error in BaseStream2c7213dUpdate Requests documentation URL for Intersphinx linkingd4f055eMerge pull request #1902 from Myyyth/master30ebf01Release v4.10.0- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)