Skip to content

Commit f647f3e

Browse files
Bump the dependencies group across 1 directory with 3 updates (#304)
* Bump the dependencies group across 1 directory with 3 updates Bumps the dependencies group with 3 updates in the / directory: [rich](https://github.com/Textualize/rich), [ruff](https://github.com/astral-sh/ruff) and [pre-commit](https://github.com/pre-commit/pre-commit). Updates `rich` from 13.9.4 to 14.0.0 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.9.4...v14.0.0) Updates `ruff` from 0.9.10 to 0.11.7 - [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.9.10...0.11.7) Updates `pre-commit` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.1.0...v4.2.0) --- updated-dependencies: - dependency-name: rich dependency-version: 14.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: dependencies - dependency-name: ruff dependency-version: 0.11.7 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies - dependency-name: pre-commit dependency-version: 4.2.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]> * poetry lock --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: orangetin <[email protected]>
1 parent f83f9fb commit f647f3e

File tree

2 files changed

+29
-29
lines changed

2 files changed

+29
-29
lines changed

poetry.lock

+26-26
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ homepage = "https://github.com/togethercomputer/together-python"
2929
python = "^3.10"
3030
typer = ">=0.9,<0.16"
3131
requests = "^2.31.0"
32-
rich = "^13.8.1"
32+
rich = ">=13.8.1,<15.0.0"
3333
tqdm = "^4.66.2"
3434
tabulate = "^0.9.0"
3535
pydantic = "^2.6.3"
@@ -49,10 +49,10 @@ optional = true
4949

5050
[tool.poetry.group.quality.dependencies]
5151
black = ">=23.1,<26.0"
52-
ruff = ">=0.3.2,<0.10.0"
52+
ruff = ">=0.3.2,<0.12.0"
5353
types-tqdm = "^4.65.0.0"
5454
types-tabulate = "^0.9.0.3"
55-
pre-commit = "4.1.0"
55+
pre-commit = "4.2.0"
5656
types-requests = "^2.31.0.20240218"
5757
pyarrow-stubs = ">=10.0.1.7,<20240831.0.0.0"
5858
mypy = "^1.9.0"

0 commit comments

Comments
 (0)