Skip to content

Commit 878529a

Browse files
Merge branch 'dependabot/pip/prompt-toolkit-gte-3.0.52' of github.com:softlayer/softlayer-python into drop_py_38
2 parents dac0b3a + c3c0e78 commit 878529a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

tools/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
click == 8.1.8
33
requests >= 2.32.2
4-
prompt_toolkit >= 2
4+
prompt_toolkit >= 3.0.52
55
pygments >= 2.0.0
66
urllib3 >= 1.24
77
rich == 15.0.0

tools/test-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mock
66
sphinx
77
click == 8.1.8
88
requests >= 2.32.2
9-
prompt_toolkit >= 2
9+
prompt_toolkit >= 3.0.52
1010
pygments >= 2.0.0
1111
urllib3 >= 1.24
1212
rich >= 12.3.0

0 commit comments

Comments
 (0)