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 4.7.0 to 4.8.0 #843

Merged
merged 1 commit into from
Mar 26, 2022
Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 25, 2022

Bumps tweepy from 4.7.0 to 4.8.0.

Release notes

Sourced from tweepy's releases.

4.8.0

New Features / Improvements

  • Add support for Bookmarks with Twitter API v2 (#1848)
    • Add Client.remove_bookmark, Client.get_bookmarks, Client.bookmark
  • Add support for using OAuth 2.0 Authorization Code Flow with Client methods that require the authenticating user's ID (0157d0b)
    • Raise TypeError for those methods when the access token isn't set
  • Raise NotFound rather than HTTPException when encountering 404 response status codes in BaseClient.request (b6b8219)
Changelog

Sourced from tweepy's changelog.

Version 4.8.0

New Features / Improvements

  • Add support for Bookmarks with Twitter API v2 (#1848)
    • Add Client.remove_bookmark, Client.get_bookmarks, Client.bookmark
  • Add support for using OAuth 2.0 Authorization Code Flow with Client methods that require the authenticating user's ID (0157d0b)
    • Raise TypeError for those methods when the access token isn't set
  • Raise NotFound rather than HTTPException when encountering 404 response status codes in BaseClient.request (b6b8219)
Commits
  • 0eac99b Release v4.8.0
  • 71dd908 Add changelog for version 4.8.0
  • 70f56ba Add Client.remove_bookmark, Client.get_bookmarks, and Client.bookmark
  • b6b8219 Raise NotFound when encountering 404 status codes in BaseClient.request
  • 3d311e6 Default oauth_1 kwarg to False for Client._get_authenticating_user_id
  • 1588609 Rename Client._get_authenticating_user_id kwarg to oauth_1
  • 0157d0b Add support for OAuth 2.0 Authorization Code Flow with Client methods
  • See full diff 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.7.0 to 4.8.0.
- [Release notes](https://github.com/tweepy/tweepy/releases)
- [Changelog](https://github.com/tweepy/tweepy/blob/master/docs/changelog.md)
- [Commits](tweepy/tweepy@v4.7.0...v4.8.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 the dependencies Pull requests that update a dependency file label Mar 25, 2022
@fredfalcon fredfalcon merged commit 1830dce into main Mar 26, 2022
@fredfalcon fredfalcon deleted the dependabot/pip/tweepy-4.8.0 branch March 26, 2022 15:56
DonnieBLT pushed a commit that referenced this pull request Aug 12, 2023
Bumps [tweepy](https://github.com/tweepy/tweepy) from 4.7.0 to 4.8.0.
- [Release notes](https://github.com/tweepy/tweepy/releases)
- [Changelog](https://github.com/tweepy/tweepy/blob/master/docs/changelog.md)
- [Commits](tweepy/tweepy@v4.7.0...v4.8.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
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.

None yet

1 participant