snarfed / instagram-atom

Brings your Instagram feed to your feed reader!
https://instagram-atom.appspot.com/
28 stars 4 forks source link

Bump tweepy from 4.12.1 to 4.13.0 #78

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

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)