From caa7efad535f3465db7e8857a428220ee988863a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 21:14:52 +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.4 - [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.4) 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..1775acf3e 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.4 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..57b36ac23 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,8 +3,8 @@ pydantic docstring-parser rich aiohttp -ruff==0.8.1 +ruff==0.8.4 pre-commit==4.0.1 -pyright==1.1.390 +pyright==1.1.391 typer cohere \ No newline at end of file