Skip to content

Commit

Permalink
chore(deps): bump the poetry group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
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](astral-sh/ruff@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](RobertCraigie/pyright-python@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 26, 2024
1 parent 415de0a commit cb97560
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements-examples.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cb97560

Please sign in to comment.