Skip to content

Commit cdfd878

Browse files
Update dependency rich to v14
1 parent f5c4c59 commit cdfd878

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
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.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ python = ">=3.10,<4.0"
4141

4242
click = ">=8.3.1,<8.4"
4343
typer = {extras = ["all"], version = ">=0.20,<0.21"}
44-
rich = ">=13.9.4,<14.0"
44+
rich = ">=14.2,<14.3"
4545
beautifulsoup4 = "4.14.3"
4646
pandas = ">=2.3.3,<3.0"
4747
requests = "^2.32.5"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0"
44
markdown-it-py==4.0.0 ; python_version >= "3.10" and python_version < "4.0"
55
mdurl==0.1.2 ; python_version >= "3.10" and python_version < "4.0"
66
pygments==2.19.2 ; python_version >= "3.10" and python_version < "4.0"
7-
rich==13.9.4 ; python_version >= "3.10" and python_version < "4.0"
7+
rich==14.2.0 ; python_version >= "3.10" and python_version < "4.0"
88
shellingham==1.5.4 ; python_version >= "3.10" and python_version < "4.0"
99
soupsieve==2.8 ; python_version >= "3.10" and python_version < "4.0"
1010
typer[all]==0.20.0 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)