From 609a00e6985d7ecb8ad883c9a424df135f9a501e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 20:03:01 +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.371 to 1.1.372 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.371...v1.1.372) Updates `pytest` from 8.2.2 to 8.3.1 - [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.2.2...8.3.1) --- 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-minor 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 24a8b47..f04f550 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.5 -pyright==1.1.371 -pytest==8.2.2 +pyright==1.1.372 +pytest==8.3.1 pytest-cov==5.0.0