Skip to content

Commit

Permalink
Bump rich from 12.5.1 to 12.6.0 (#1089)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 3, 2022
1 parent 113832f commit bd3501d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ python-git-info = "==0.8.0"
pyyaml = "==6.0"
requests = ">=2.25.1"
requests-cache = "==0.9.6"
rich = "==12.5.1"
rich = "==12.6.0"
tqdm = "==4.64.1"
trakt = "==3.4.0"
urllib3 = ">=1.26.6"
Expand Down
18 changes: 9 additions & 9 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
-i https://pypi.org/simple/
appdirs==1.4.4
attrs==22.1.0; python_version >= '3.5'
cattrs==22.1.0; python_version >= '3.7' and python_full_version < '4.0.0'
certifi==2022.9.24; python_version >= '3.6'
cattrs==22.2.0; python_version >= '3.7'
certifi==2022.9.24
charset-normalizer==2.1.1; python_version >= '3.6'
click==8.1.3
commonmark==0.9.1
Expand All @@ -18,7 +18,7 @@ exceptiongroup==1.0.0rc9; python_version < '3.11'
idna==3.4; python_version >= '3.5'
inquirerpy==0.3.4
oauthlib==3.2.1; python_version >= '3.6'
pfzy==0.3.4; python_version >= '3.7' and python_full_version < '4.0.0'
pfzy==0.3.4; python_version >= '3.7' and python_version < '4'
plexapi==4.13.0
prompt-toolkit==3.0.31; python_full_version >= '3.6.2'
pygments==2.13.0; python_version >= '3.6'
Expand All @@ -28,7 +28,7 @@ pyyaml==6.0
requests-cache==0.9.6
requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
requests==2.28.1
rich==12.5.1
rich==12.6.0
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
tqdm==4.64.1
trakt==3.4.0
Expand Down

0 comments on commit bd3501d

Please sign in to comment.