Skip to content

Commit 44fc6ae

Browse files
Update dependency rich to v14
1 parent 4b8081f commit 44fc6ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.1.7,<8.2"
4343
typer = {extras = ["all"], version = ">=0.9.4,<0.10"}
44-
rich = ">=13.9.4,<14.0"
44+
rich = ">=14.2,<14.3"
4545
beautifulsoup4 = "4.12.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.9.4 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)