From cb7d37c6022bedc18e5158e2f58b35ce1df8e30e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 00:47:09 +0000 Subject: [PATCH] Bump the python-packages group with 2 updates Bumps the python-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.1 to 8.3.2 - [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.1...8.3.2) Updates `pyright` from 1.1.372 to 1.1.373 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.372...v1.1.373) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pyright dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-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 e411162..42d838a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,11 +1,11 @@ -pytest==8.3.1 +pytest==8.3.2 isort==5.13.2 flake8==7.1.0 black==24.4.2 setuptools==71.1.0 wheel==0.43.0 twine==5.1.1 -pyright==1.1.372 +pyright==1.1.373 docker==7.1.0