Skip to content

Commit

Permalink
Merge pull request hedyhli#101 from hedyhli/dependabot/pip/rich-gte-4…
Browse files Browse the repository at this point in the history
….0.0-and-lt-11.0.0

Update rich requirement from <10.0.0,>=4.0.0 to >=4.0.0,<11.0.0
  • Loading branch information
hedyhli authored Aug 11, 2021
2 parents fb9f3cb + d2a22ab commit cfaae2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ Click>=7.0
colorama>=0.4.3
gtrending>=0.3.0,<1.0.0
requests>=2.22.0
rich>=4.0.0,<10.0.0
rich>=4.0.0,<11.0.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"colorama>=0.4.3",
"gtrending>=0.3.0,<1.0.0",
"requests>=2.22.0",
"rich>=4.0.0,<10.0.0",
"rich>=4.0.0,<11.0.0",
],
entry_points={
"console_scripts": [
Expand Down

0 comments on commit cfaae2f

Please sign in to comment.