From ae73ad38458a02a19e3677554dbdcd51c51542dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 22:53:52 +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.376 to 1.1.377 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.376...v1.1.377) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor ... Signed-off-by: dependabot[bot] --- tictactoe_python/tests/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tictactoe_python/tests/requirements.txt b/tictactoe_python/tests/requirements.txt index 1f871e1..73fb08b 100644 --- a/tictactoe_python/tests/requirements.txt +++ b/tictactoe_python/tests/requirements.txt @@ -1,5 +1,5 @@ pre-commit==3.8.0 pylint==3.2.6 -pyright==1.1.376 +pyright==1.1.377 pytest==8.3.2 pytest-cov==5.0.0