Skip to content

Commit

Permalink
Bump prompt-toolkit to 3.0.43 for py3.10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
nzlosh committed Mar 13, 2024
1 parent 6cda1dd commit 5dcc31c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion fixed-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ oslo.utils==7.1.0
# paramiko 2.11.0 is needed by cryptography > 37.0.0
paramiko==2.11.0
passlib==1.7.4
prompt-toolkit==1.0.15
# 202403: bump to 3.0.43 for py3.10 support
prompt-toolkit==3.0.43
pyinotify==0.9.6 ; platform_system=="Linux"
# pymongo 3.13 has backports of APIs from pymongo 4 to help w/ migration
pymongo>=3.11.0,<3.13.0
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ oslo.utils==7.1.0
paramiko==2.11.0
passlib==1.7.4
prettytable==2.1.0
prompt-toolkit==1.0.15
prompt-toolkit==3.0.43
psutil==5.8.0
pyOpenSSL==23.1.0
pyinotify==0.9.6 ; platform_system=="Linux"
Expand Down
2 changes: 1 addition & 1 deletion st2client/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jsonpath-rw==1.4.0
jsonschema==3.2.0
orjson==3.5.2
prettytable==2.1.0
prompt-toolkit==1.0.15
prompt-toolkit==3.0.43
pyOpenSSL==23.1.0
pysocks
python-dateutil==2.8.1
Expand Down

0 comments on commit 5dcc31c

Please sign in to comment.