From e2a45c62c8cd523a56773bbb08ce4e11a97df81c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 22:05:24 +0000 Subject: [PATCH] chore(deps): bump the poetry group across 1 directory with 2 updates Bumps the poetry group with 2 updates in the / directory: [ruff](https://github.com/astral-sh/ruff) and [pyright](https://github.com/RobertCraigie/pyright-python). Updates `ruff` from 0.8.1 to 0.8.5 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.8.1...0.8.5) Updates `pyright` from 1.1.390 to 1.1.391 - [Release notes](https://github.com/RobertCraigie/pyright-python/releases) - [Commits](https://github.com/RobertCraigie/pyright-python/compare/v1.1.390...v1.1.391) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry - dependency-name: pyright dependency-type: direct:production update-type: version-update:semver-patch dependency-group: poetry ... Signed-off-by: dependabot[bot] --- requirements-examples.txt | 4 ++-- requirements.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements-examples.txt b/requirements-examples.txt index 6dd85cf16..6194a778a 100644 --- a/requirements-examples.txt +++ b/requirements-examples.txt @@ -3,9 +3,9 @@ pydantic docstring-parser rich aiohttp -ruff==0.8.1 +ruff==0.8.5 pre-commit==4.0.1 -pyright==1.1.390 +pyright==1.1.391 typer cohere datasets diff --git a/requirements.txt b/requirements.txt index 8cb557661..79b640a85 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ pydantic docstring-parser rich aiohttp -ruff==0.8.1 +ruff==0.8.5 pre-commit==4.0.1 -pyright==1.1.390 +pyright==1.1.391 typer cohere \ No newline at end of file