Skip to content

Commit edbd82d

Browse files
Bump the python-dependencies group with 3 updates (#143)
Bumps the python-dependencies group with 3 updates: [rich](https://github.com/Textualize/rich), [humanize](https://github.com/python-humanize/humanize) and [ruff](https://github.com/astral-sh/ruff). Updates `rich` from 13.8.1 to 13.9.2 - [Release notes](https://github.com/Textualize/rich/releases) - [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md) - [Commits](Textualize/rich@v13.8.1...v13.9.2) Updates `humanize` from 4.10.0 to 4.11.0 - [Release notes](https://github.com/python-humanize/humanize/releases) - [Commits](python-humanize/humanize@4.10.0...4.11.0) Updates `ruff` from 0.6.7 to 0.6.9 - [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.7...0.6.9) --- updated-dependencies: - dependency-name: rich dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: humanize dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: ruff dependency-type: direct:development update-type: version-update:semver-patch 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 475e430 commit edbd82d

File tree

2 files changed

+21
-21
lines changed

2 files changed

+21
-21
lines changed

poetry.lock

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

pyproject.toml

+1-1
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.8"
21+
ruff = ">=0.5.0,<0.6.10"
2222
pre-commit = ">=3.3.3,<5.0.0"
2323

2424
[build-system]

0 commit comments

Comments
 (0)