osuTitanic / banchobot

Discord bot for the titanic discord server
MIT License
2 stars 1 forks source link

Bump ossapi from 3.4.3 to 3.4.4 #241

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps ossapi from 3.4.3 to 3.4.4.

Release notes

Sourced from ossapi's releases.

v3.4.4

  • add provisional api._beatmap_scores_non_legacy endpoint
    • this implements the /beatmaps/{beatmap}/solo-scores endpoint, which returns lazer-specific data in a new format.
    • feel free to give feedback on this endpoint on either discord or through github issues! The api design and classes on ossapi's side are not final and subject to change.
    • speaking of, this is a provisional and unstable api. I may and will make breaking changes to this endpoint without a major version bump before I finalize it by removing its underscore. As always, I will try to minimize this changes, and any changes will be communicated in release notes and on discord.
  • add UserCompact.active_tournament_banners
  • add UserCompact.session_verified
  • add Events.cursor
  • fix some events from api.events() not parsing correctly
Commits
  • 1e81a9c add provisional api._beatmap_scores_non_legacy endpoint
  • 121b477 fix cache invalidation for e.g. Events
  • 34e68a7 add Events.cursor
  • 53fdfee add UserCompact.session_verified
  • b5c2747 add more ranking tests for other gamemodes
  • 0925abb add UserCompact.active_tournament_banners
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)