From 478dc95caaa144aebaa0397bdb887d92db68bab0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 00:34:53 +0000 Subject: [PATCH] Bump the pip-packages group with 2 updates Bumps the pip-packages group with 2 updates: [pytest](https://github.com/pytest-dev/pytest) and [pyright](https://github.com/RobertCraigie/pyright-python). Updates `pytest` from 8.3.3 to 8.3.4 - [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.3...8.3.4) Updates `pyright` from 1.1.389 to 1.1.391 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.389...v1.1.391) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-packages - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: pip-packages ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index 937356e..004a263 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,8 +1,8 @@ -pytest==8.3.3 +pytest==8.3.4 isort==5.13.2 flake8==7.1.1 black==24.10.0 -pyright==1.1.389 +pyright==1.1.391 marshmallow>=2,<4 setuptools