From 43ab978960a82a5da5c99defea71dd6a23503526 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 23:15:13 +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.367 to 1.1.368 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.367...v1.1.368) --- 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 43c8ff5..6c961cb 100644 --- a/tictactoe_python/tests/requirements.txt +++ b/tictactoe_python/tests/requirements.txt @@ -1,5 +1,5 @@ pre-commit==3.7.1 pylint==3.2.3 -pyright==1.1.367 +pyright==1.1.368 pytest==8.2.2 pytest-cov==5.0.0