Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 662c8d1 commit d5cd7aa
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,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.6.0"
rich = "==13.7.0"
six = {version="==1.16.0", python_version=">='3.4'"}
tqdm = "==4.66.1"
url-normalize = {version="==1.4.3", python_version=">='3.6'"}
Expand Down
8 changes: 4 additions & 4 deletions Pipfile.lock

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

2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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'
rich==13.6.0; python_full_version >= '3.7.0'
rich==13.7.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.1; python_version >= '3.7'
url-normalize==1.4.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5' and python_version >= '3.6'
Expand Down

0 comments on commit d5cd7aa

Please sign in to comment.