niklasf / syzygy-tables.info

User interface and public API for probing Syzygy endgame tablebases
https://syzygy-tables.info
GNU Affero General Public License v3.0
64 stars 14 forks source link

Bump chess from 1.8.0 to 1.9.0 #236

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps chess from 1.8.0 to 1.9.0.

Changelog

Sourced from chess's changelog.

New in v1.9.0

Bugfixes:

  • Expand position validation to detect check conflicting with en passant square.

New features:

  • Add chess.svg.board(..., fill=...).
  • Let chess.svg.board() add ASCII board as description of SVG.
  • Add hint when engine process dies due to illegal instruction.
Commits
  • eef8a29 Try type-checking on Windows
  • a21836d Update CI to run perft tests on stable Python
  • 03509ec Prepare 1.9.0
  • 197534f Update GitHub actions
  • 193a3ba Fill squares with arbitrary colors (closes #774)
  • 6451f52 Provide hint for SIGILL (#858)
  • ad27916 Detect impossible check due to en passant
  • dd759f2 Add another impossible en passant perft (niklasf/shakmaty#53)
  • 3c3fa25 Add ascii board as description of svg
  • 457f5f4 Try CodeQL
  • 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)
dependabot[bot] commented 2 years ago

Looks like chess is up-to-date now, so this is no longer needed.