Skip to content

Commit 1512b92

Browse files
authored
fix: bump version of the dependent rich library (#452)
* fix: set third-party dependency rich to any version * bump CLI to 1.48.2 * fix: bump Poetry plugin to 1.52.1
1 parent 6bb5f2e commit 1512b92

6 files changed

Lines changed: 8 additions & 8 deletions

File tree

poetry.lock

Lines changed: 1 addition & 1 deletion
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: 1 addition & 1 deletion
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "poetry-polylith-plugin"
3-
version = "1.52.0"
3+
version = "1.52.1"
44
description = "A Poetry plugin that adds tooling support for the Polylith Architecture"
55
authors = ["David Vujic"]
66
homepage = "https://davidvujic.github.io/python-polylith-docs/"
@@ -46,7 +46,7 @@ poetry-polylith-plugin = "polylith.poetry_plugin:PolylithPlugin"
4646
python = "^3.8"
4747
poetry = "*"
4848
tomlkit = "0.*"
49-
rich = ">=13,<15"
49+
rich = "*"
5050
cleo = "^2.1.0"
5151
pyyaml = "*"
5252

projects/polylith_cli/poetry.lock

Lines changed: 1 addition & 1 deletion
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "polylith-cli"
3-
version = "1.48.1"
3+
version = "1.48.2"
44
description = "Python tooling support for the Polylith Architecture"
55
authors = ['David Vujic']
66
homepage = "https://davidvujic.github.io/python-polylith-docs/"
@@ -45,7 +45,7 @@ packages = [
4545
[tool.poetry.dependencies]
4646
python = "^3.8"
4747
tomlkit = "0.*"
48-
rich = ">=13,<15"
48+
rich = "*"
4949
typer = "0.*"
5050
pyyaml = "*"
5151
typing_extensions = [

pyproject.toml

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

0 commit comments

Comments
 (0)