Skip to content

Commit

Permalink
Bump rich from 13.7.1 to 13.8.0 (#2036)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 30, 2024
1 parent 376a52c commit cc4cbe0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ pyyaml = "==6.0.2"
requests = "==2.32.3"
requests-cache = "==1.2.1"
requests-oauthlib = {version="==2.0.0", python_version=">='3.4'"}
rich = "==13.7.1"
rich = "==13.8.0"
six = {version="==1.16.0", python_version=">='3.4'"}
tqdm = "==4.66.5"
typing-extensions = {version="==4.12.2", python_version=">= '3.8'"}
Expand Down
14 changes: 7 additions & 7 deletions Pipfile.lock

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

6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@ exceptiongroup==1.2.2; python_version >= '3.7'
humanize==4.10.0; python_version >= '3.8'
idna==3.8; python_version >= '3.6'
inquirerpy==0.3.4
markdown-it-py==3.0.0; python_version >= '3.7'
markdown-it-py==3.0.0; python_version >= '3.7' and python_version >= '3.8'
mdurl==0.1.2; python_version >= '3.7'
oauthlib==3.2.2
pfzy==0.3.4; python_version >= '3.7' and python_version < '4.0'
platformdirs==4.2.2; python_version >= '3.7' and python_version >= '3.8'
plexapi==4.15.16; python_version >= '3.8'
pluggy==1.5.0
prompt-toolkit==3.0.47; python_full_version >= '3.7.0'
pygments==2.18.0
pygments==2.18.0; python_version >= '3.8'
python-dotenv==1.0.1
python-git-info==0.8.3
pytimeparse==1.1.8
Expand All @@ -28,7 +28,7 @@ pyyaml==6.0.2; python_version >= '3.8'
requests==2.32.3; python_version >= '3.8'
requests-cache==1.2.1; python_version >= '3.8'
requests-oauthlib==2.0.0; python_version >= '3.4'
rich==13.7.1
rich==13.8.0; python_full_version >= '3.7.0'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version >= '3.4'
tqdm==4.66.5; python_version >= '3.7'
types-decorator==5.1.8.20240310; python_version >= '3.8'
Expand Down

0 comments on commit cc4cbe0

Please sign in to comment.