File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ python = ">=3.10,<4.0"
4141
4242click = " >=8.1.7,<8.2"
4343typer = {extras = [" all" ], version = " >=0.9.4,<0.10" }
44- rich = " >=13.9.4 ,<14.0 "
44+ rich = " >=14.2 ,<14.3 "
4545beautifulsoup4 = " 4.12.3"
4646pandas = " >=2.3.3,<3.0"
4747requests = " ^2.32.5"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0"
44markdown-it-py == 4.0.0 ; python_version >= "3.10" and python_version < "4.0"
55mdurl == 0.1.2 ; python_version >= "3.10" and python_version < "4.0"
66pygments == 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"
88shellingham == 1.5.4 ; python_version >= "3.10" and python_version < "4.0"
99soupsieve == 2.8 ; python_version >= "3.10" and python_version < "4.0"
1010typer [all ]== 0.9.4 ; python_version >= "3.10" and python_version < "4.0"
You can’t perform that action at this time.
0 commit comments