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

Update berserk requirement from ~=0.10.0 to ~=0.12.6 #89

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 19, 2023

Updates the requirements on berserk to permit the latest version.

Changelog

Sourced from berserk's changelog.

v0.12.6 (2023-06-18)

  • Added client.puzzles.get_daily to get the current daily puzzle

  • Added client.puzzles.get_puzzle_activity to get the authenticated user's puzzle activity/history

    • This was already accessibly as client.users.get_puzzle_activity and remains there for backwards compatibility but this usage is deprecated and will be removed in the next breaking version.
  • Added client.puzzles.get_puzzle_dashboard to get the authenticated user's puzzle dashboard

  • Added client.puzzles.get_storm_dashboard to get the storm dashboard of a user

  • Added client.tablebase.look_up to look up tablebase results

  • Added client.tablebase.standard to look up tablebase results

  • Added client.tablebase.atomic to look up atomic chess tablebase results

  • Added client.tablebase.antichess to look up antichess tablebase results

  • All streaming methods are now generators which means they only start the request once the iteration starts. For most usages, this doesn't make any difference.

Thanks to @​icp, @​obazin, and @​Virinas-code for their contributions to this release.

v0.12.5 (2023-06-15)

  • Added client.broadcast.get_official to get official Broadcasts
  • Added client.broadcast.get_round_pgns to get the PGN of all games of a broadcast round
  • Added client.broadcast.get_pgns to get the PGN of all games of a broadcast
  • Added client.puzzles.get to get a puzzle by its id

Thanks to @​obazin and @​thegrapesoda for their contributions to this release.

v0.12.4 (2023-05-21)

  • Fixed client.users.get_puzzle_activity returning 404 all the time.

Thanks to @​AnonJohn for the report.

v0.12.3 (2023-05-16)

  • Fixed response handling of several endpoints related to datetime parsing for python older than 3.11

Thanks to @​aro5000 for the report and @​icp1994 for the troubleshooting.

v0.12.2 (2023-05-14)

  • Fixed response handling of several endpoints related to datetime parsing

Thanks to @​icp1994 for their contributions to this release!

... (truncated)

Commits

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)

Updates the requirements on [berserk](https://github.com/lichess-org/berserk) to permit the latest version.
- [Changelog](https://github.com/lichess-org/berserk/blob/master/CHANGELOG.rst)
- [Commits](https://github.com/lichess-org/berserk/commits/v0.12.6)

---
updated-dependencies:
- dependency-name: berserk
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jun 19, 2023
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 python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants