Skip to content

Commit

Permalink
Bump rich from 13.9.2 to 13.9.3
Browse files Browse the repository at this point in the history
Bumps [rich](https://github.com/Textualize/rich) from 13.9.2 to 13.9.3.
- [Release notes](https://github.com/Textualize/rich/releases)
- [Changelog](https://github.com/Textualize/rich/blob/master/CHANGELOG.md)
- [Commits](Textualize/rich@v13.9.2...v13.9.3)

---
updated-dependencies:
- dependency-name: rich
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 6373c33 commit 9280fe0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ pyyaml = "==6.0.2"
requests = "==2.32.3"
requests-cache = "==1.2.1"
requests-oauthlib = "==2.0.0"
rich = "==13.9.2"
rich = "==13.9.3"
six = "==1.16.0"
tqdm = "==4.66.5"
types-decorator = "==5.1.8.20240310"
Expand Down
16 changes: 12 additions & 4 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 @@ -11,15 +11,15 @@ exceptiongroup==1.2.2; python_version < '3.11'
humanize==4.11.0
idna==3.10
inquirerpy==0.3.4
markdown-it-py==3.0.0
mdurl==0.1.2
markdown-it-py==3.0.0; python_version >= '3.8'
mdurl==0.1.2; python_version >= '3.7'
oauthlib==3.2.2
pfzy==0.3.4
platformdirs==4.3.6
plexapi==4.15.16
pluggy==1.5.0
prompt-toolkit==3.0.48
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
requests==2.32.3
requests-cache==1.2.1
requests-oauthlib==2.0.0
rich==13.9.2
rich==13.9.3; python_full_version >= '3.8.0'
six==1.16.0
tqdm==4.66.5
types-decorator==5.1.8.20240310
Expand Down

0 comments on commit 9280fe0

Please sign in to comment.