Skip to content

Commit d34480b

Browse files
Update dependency rich to v14
1 parent 69ce4e6 commit d34480b

File tree

3 files changed

+14
-15
lines changed

3 files changed

+14
-15
lines changed

poetry.lock

Lines changed: 12 additions & 13 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
@@ -35,7 +35,7 @@ classifiers = [ #! Update me
3535
python = "^3.9"
3636

3737
typer = {extras = ["all"], version = ">=0.4,<0.10"}
38-
rich = ">=12.6,<14.0"
38+
rich = ">=14,<14.1"
3939
beautifulsoup4 = "4.12.3"
4040
pandas = "^2.0.0"
4141
requests = "^2.31.0"

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.9" and python_version < "4.0"
44
markdown-it-py==3.0.0 ; python_version >= "3.9" and python_version < "4.0"
55
mdurl==0.1.2 ; python_version >= "3.9" and python_version < "4.0"
66
pygments==2.17.2 ; python_version >= "3.9" and python_version < "4.0"
7-
rich==13.7.1 ; python_version >= "3.9" and python_version < "4.0"
7+
rich==14.0.0 ; python_version >= "3.9" and python_version < "4.0"
88
shellingham==1.5.4 ; python_version >= "3.9" and python_version < "4.0"
99
soupsieve==2.5 ; python_version >= "3.9" and python_version < "4.0"
1010
typer[all]==0.9.0 ; python_version >= "3.9" and python_version < "4.0"

0 commit comments

Comments
 (0)