Skip to content

Commit

Permalink
chore: update rich requirement from <13.7.0,>=13.5.2 to >=13.5.2,<13.8.0
Browse files Browse the repository at this point in the history
Updates the requirements on [rich](https://github.com/Textualize/rich) to permit the latest version.
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.5.2...v13.7.0)

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 15, 2023
1 parent 1a29c93 commit 03ec8ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
keywords = ["j2lint", "linter", "jinja", "lint"]
dependencies = [
"jinja2>=3.0",
"rich>=13.5.2,<13.7.0",
"rich>=13.5.2,<13.8.0",
]
requires-python = ">=3.8"

Expand Down

0 comments on commit 03ec8ed

Please sign in to comment.