From dce59013935460f6773cbd6565a82a6936d17f00 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 03:00:53 +0000 Subject: [PATCH] Bump pyright in /tictactoe_python in the python-minor group Bumps the python-minor group in /tictactoe_python with 1 update: [pyright](https://github.com/RobertCraigie/pyright-python). Updates `pyright` from 1.1.407 to 1.1.408 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.407...v1.1.408) --- updated-dependencies: - dependency-name: pyright dependency-version: 1.1.408 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-minor ... Signed-off-by: dependabot[bot] --- tictactoe_python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tictactoe_python/pyproject.toml b/tictactoe_python/pyproject.toml index adc7ce8..417a84c 100644 --- a/tictactoe_python/pyproject.toml +++ b/tictactoe_python/pyproject.toml @@ -16,7 +16,7 @@ dependencies = ["typing-extensions>=4.6.0; python_version < '3.13'"] dev = [ "pre-commit==4.5.1", "pylint==4.0.4", - "pyright==1.1.407", + "pyright==1.1.408", "pytest==9.0.2", "pytest-cov==7.0.0", ]