Skip to content

Commit 1b51db9

Browse files
Merge pull request #134 from saritasa-nest/dependabot/pip/pip-e06fa501cf
Bump rich from 13.9.4 to 14.0.0 in the pip group
2 parents aa0ff8a + 7ac899d commit 1b51db9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

poetry.lock

Lines changed: 4 additions & 4 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
@@ -39,7 +39,7 @@ invoke = "^2"
3939
# Rich is a Python library for writing rich text (with color and style) to the terminal,
4040
# and for displaying advanced content such as tables, markdown, and syntax highlighted code.
4141
# https://rich.readthedocs.io/en/stable/introduction.html
42-
rich = "^13"
42+
rich = ">=13,<15"
4343
# Decouple helps you to organize your settings so that you can change
4444
# parameters without having to redeploy your app.
4545
# Used to get settings from .env files

0 commit comments

Comments
 (0)