Skip to content

Commit 18713c2

Browse files
Merge branch 'master' into dependabot/pip/sphinx-rtd-theme-2.0.0
2 parents 82a2cba + 129878d commit 18713c2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
sphinx==7.2.6
2-
sphinx-click==5.0.1
32
sphinx_rtd_theme==2.0.0
3+
sphinx-click==5.1.0
44
click
55
prettytable
66
rich

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
'prompt_toolkit >= 2',
4040
'pygments >= 2.0.0',
4141
'urllib3 >= 1.24',
42-
'rich == 13.6.0'
42+
'rich == 13.7.0'
4343
],
4444
keywords=['softlayer', 'cloud', 'slcli'],
4545
classifiers=[

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.6.0
7+
rich == 13.7.0
88
# only used for soap transport
99
# softlayer-zeep >= 5.0.0

0 commit comments

Comments
 (0)