Skip to content

Commit f813262

Browse files
pip prod(deps): bump rich from 13.5.3 to 13.6.0
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]>
1 parent 0b4fd4d commit f813262

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
'prompt_toolkit >= 2',
4141
'pygments >= 2.0.0',
4242
'urllib3 >= 1.24',
43-
'rich == 13.5.3'
43+
'rich == 13.6.0'
4444
],
4545
keywords=['softlayer', 'cloud', 'slcli'],
4646
classifiers=[

Diff for: tools/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ requests >= 2.20.0
44
prompt_toolkit >= 2
55
pygments >= 2.0.0
66
urllib3 >= 1.24
7-
rich == 13.5.3
7+
rich == 13.6.0
88
# only used for soap transport
99
# softlayer-zeep >= 5.0.0

0 commit comments

Comments
 (0)