Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Bump tweepy from 4.12.1 to 4.13.0 #51

Merged
merged 1 commit into from
Apr 2, 2023
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2023

Bumps tweepy from 4.12.1 to 4.13.0.

Release notes

Sourced from tweepy's releases.

4.13.0

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)
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)
Commits
  • 6ffc734 Release v4.13.0
  • 5408bb3 Add changelog for version 4.13.0
  • f98b345 Support async-lru v2
  • 8b9c547 Deprecate Stream and AsyncStream
  • 9f7afae Add verified_type field for User
  • 5d22a01 Add note in documentation about removal of Tweet source field
  • a68ce86 Handle incorrect processing state for errored chunked uploads
  • e854138 Handle empty payloads in JSONParser.parse
  • 0cd96b1 Remove streaming methods using retired API v1.1 features
  • 2744073 Return base class method value in _process_data method for streaming
  • 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.1 to 4.13.0.
- [Release notes](https://github.com/tweepy/tweepy/releases)
- [Changelog](https://github.com/tweepy/tweepy/blob/master/docs/changelog.md)
- [Commits](tweepy/tweepy@v4.12.1...v4.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file pip Pull requests that update pip labels Apr 1, 2023
@dependabot dependabot bot requested a review from plcnk April 1, 2023 18:58
@plcnk plcnk self-assigned this Apr 2, 2023
@plcnk plcnk merged commit cad52c7 into master Apr 2, 2023
@dependabot dependabot bot deleted the dependabot/pip/tweepy-4.13.0 branch April 2, 2023 11:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file pip Pull requests that update pip
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant