Skip to content

Commit 97559d5

Browse files
NellyWhadsNeil Wadhvana
andauthored
build: bump rich version (#367)
Co-authored-by: Neil Wadhvana <[email protected]>
1 parent 32414e0 commit 97559d5

File tree

6 files changed

+15
-31
lines changed

6 files changed

+15
-31
lines changed

poetry.lock

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

projects/poetry_polylith_plugin/poetry.lock

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

projects/poetry_polylith_plugin/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ poetry-polylith-plugin = "polylith.poetry_plugin:PolylithPlugin"
4444
python = "^3.8"
4545
poetry = "*"
4646
tomlkit = "0.*"
47-
rich = "13.*"
47+
rich = ">=13,<15"
4848
cleo = "^2.1.0"
4949
pyyaml = "*"
5050

projects/polylith_cli/poetry.lock

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

projects/polylith_cli/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ packages = [
4141
[tool.poetry.dependencies]
4242
python = "^3.8"
4343
tomlkit = "0.*"
44-
rich = "13.*"
44+
rich = ">=13,<15"
4545
typer = "0.*"
4646
pyyaml = "*"
4747

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ packages = [
4848
python = "^3.8.1"
4949
poetry = "*"
5050
tomlkit = "0.*"
51-
rich = "13.*"
51+
rich = ">=13,<15"
5252
cleo = "^2.1.0"
5353
hatchling = "^1.21.0"
5454
typer = "0.*"

0 commit comments

Comments
 (0)