From 19161e9f79f969d3aefe5bbd3d60baabbb5f5c58 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 22:59:19 +0000 Subject: [PATCH] Bump the python-minor group in /tictactoe_python with 2 updates Bumps the python-minor group in /tictactoe_python with 2 updates: [pyright](https://github.com/RobertCraigie/pyright-python) and [pytest](https://github.com/pytest-dev/pytest). Updates `pyright` from 1.1.379 to 1.1.380 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.379...v1.1.380) Updates `pytest` from 8.3.2 to 8.3.3 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.2...8.3.3) --- updated-dependencies: - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-minor ... Signed-off-by: dependabot[bot] --- tictactoe_python/tests/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tictactoe_python/tests/requirements.txt b/tictactoe_python/tests/requirements.txt index 93e3ea4..d025415 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.7 -pyright==1.1.379 -pytest==8.3.2 +pyright==1.1.380 +pytest==8.3.3 pytest-cov==5.0.0