Skip to content

Bump chess from 1.10.0 to 1.11.2 - #7

Merged
cjunius merged 1 commit into
mainfrom
dependabot/pip/chess-1.11.2
Aug 30, 2026
Merged

cjunius merged 1 commit into
mainfrom
dependabot/pip/chess-1.11.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 30, 2026

Copy link
Copy Markdown
Contributor

Bumps chess from 1.10.0 to 1.11.2.

Changelog

Sourced from chess's changelog.

New in v1.11.2 (25th Feb 2025)

Bugfixes:

  • Fix chess.gaviota.PythonTablebase does not properly resolve positions where en passant captures are the best move.

New in v1.11.1 (9th Oct 2024)

Bugfixes:

  • chess.engine: Fix parsing of UCI options containing containing name, type, default, min, or max, e.g., mini.

New in v1.11.0 (4th Oct 2024)

Changes:

  • Drop support for Python 3.7, which has reached its end of life.
  • chess.engine.EventLoopPolicy is no longer needed and now merely an alias for the default event loop policy.
  • If available and requested via setpgrp, use process_group support from Python 3.11 for engine processes.
  • No longer eagerly reject 8 piece positions in chess.syzygy, so that some 8 piece positions with decisive captures can be probed successfully.
  • The string wrapper returned by chess.svg functions now also implements _repr_html_.
  • Significant changes to chess.engine internals: chess.engine.BaseCommand methods other than the constructor no longer receive engine: Protocol.
  • Significant changes to board state internals: Subclasses of chess.Board can no longer hook into board state recording/restoration and need to override relevant methods instead (clear_stack, copy, root, push, pop).

New features:

  • Add chess.pgn.Game.time_control() and related data models.
  • Add model sf16.1 for chess.engine.Score.wdl(), the new default.

Bugfixes:

  • Fix unsolicited engine output may cause assertion errors with regard to command states.
  • Fix handling of whitespace in UCI engine communication.
  • For chess.Board.epd() and chess.Board.set_epd(), require that EPD opcodes start with a letter.
Commits
  • 3516d7c Supprt Python 3.13
  • cafff1c Prepare 1.11.2
  • 398fcc0 Fix checkmating ep capture in chess.gaviota.PythonTablebase
  • f8afc57 Fix ep resolution in chess.gaviota.PythonTablebase (fixes #1132)
  • ffc6da9 Prepare 1.11.1
  • fa4f014 Merge pull request #1113 from MarkZH/options-fix
  • 08697b2 Fix twine usage, stop uploading wheels
  • 46c2888 Revert "Removed unnecessary indentation blocks and updated conditional statem...
  • 30d9910 Prepare 1.11.0
  • c0d3c91 chess_init_.py superfluous-parens
  • 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 show <dependency name> 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)

Bumps [chess](https://github.com/niklasf/python-chess) from 1.10.0 to 1.11.2.
- [Release notes](https://github.com/niklasf/python-chess/releases)
- [Changelog](https://github.com/niklasf/python-chess/blob/master/CHANGELOG.rst)
- [Commits](niklasf/python-chess@v1.10.0...v1.11.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update python code labels Aug 30, 2026
@cjunius
cjunius merged commit 3871a9e into main Aug 30, 2026
4 checks passed
@cjunius
cjunius deleted the dependabot/pip/chess-1.11.2 branch August 30, 2026 13:22
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.

1 participant