Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 8, 2023
1 parent 55ed687 commit 67d6868
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 31 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pyyaml = "==6.0.1"
requests = "==2.31.0"
requests-cache = "==1.1.0"
requests-oauthlib = {version="==1.3.1", python_version=">='3.4'"}
rich = "==13.5.3"
rich = "==13.6.0"
six = {version="==1.16.0", python_version=">='3.4'"}
textual = {version="==0.38.1", markers="python_version >= '3.7' and python_version < '4.0'"}
tqdm = "==4.66.1"
Expand Down
24 changes: 4 additions & 20 deletions Pipfile.lock

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

13 changes: 3 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
#
# These requirements were autogenerated by pipenv
# To regenerate from the project's Pipfile, run:
#
# pipenv lock --requirements
#

-i https://pypi.org/simple
attrs==23.1.0; python_version >= '3.7'
cattrs==23.1.2; python_version >= '3.7'
Expand All @@ -30,15 +23,15 @@ python-git-info==0.8.3
pytimeparse==1.1.8
pytrakt==3.4.24
pyyaml==6.0.1; python_version >= '3.6'
requests==2.31.0; python_version >= '3.7'
requests-cache==1.1.0; python_version >= '3.7' and python_version < '4.0'
requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' and python_version >= '3.4'
requests==2.31.0; python_version >= '3.7'
rich==13.5.3; python_full_version >= '3.7.0'
rich==13.6.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'
textual==0.38.1; python_version >= '3.7' and python_version < '4.0'
tqdm==4.66.1; python_version >= '3.7'
tree-sitter-languages==1.7.0; python_version >= '3.8' and python_version < '4.0'
tree-sitter==0.20.2; python_version >= '3.3'
tree-sitter-languages==1.7.0; python_version >= '3.8' and python_version < '4.0'
trogon==0.5.0; python_version >= '3.7' and python_version < '4.0'
typing-extensions==4.8.0; python_version >= '3.7' and python_version >= '3.8'
uc-micro-py==1.0.2; python_version >= '3.7'
Expand Down

0 comments on commit 67d6868

Please sign in to comment.