Skip to content

Commit dc3828a

Browse files
Bump the python-dependencies group across 1 directory with 2 updates (#154)
Bumps the python-dependencies group with 2 updates in the / directory: [rich](https://github.com/Textualize/rich) and [ruff](https://github.com/astral-sh/ruff). Updates `rich` from 13.9.2 to 13.9.4 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.9.2...v13.9.4) Updates `ruff` from 0.6.9 to 0.8.6 - [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.6.9...0.8.6) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ffd98d9 commit dc3828a

File tree

2 files changed

+25
-25
lines changed

2 files changed

+25
-25
lines changed

poetry.lock

Lines changed: 24 additions & 24 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ rich = "^13.4.2"
1818
humanize = "^4.9.0"
1919

2020
[tool.poetry.group.dev.dependencies]
21-
ruff = ">=0.5.0,<0.6.10"
21+
ruff = ">=0.5.0,<0.8.7"
2222
pre-commit = ">=3.3.3,<5.0.0"
2323

2424
[build-system]

0 commit comments

Comments
 (0)