Skip to content

Commit

Permalink
Bump the aexpect version to 1.6.4
Browse files Browse the repository at this point in the history
aexpect 1.6.3 has a problem which blocks the nc client. It was fixed
in 1.6.4. so let's bump it to the new version.

Signed-off-by: Xiaodai Wang <[email protected]>
  • Loading branch information
xiaodwan committed Dec 9, 2021
1 parent 0aca57e commit 45df1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
autotest>=0.16.2; python_version < '3.0'
aexpect>=1.6.3;python_version >= '3.0'
aexpect>=1.6.4;python_version >= '3.0'
aexpect>1.5.0; python_version < '3.0'
simplejson>=3.5.3
netaddr<=0.7.19; python_version < '3.0'
Expand Down

0 comments on commit 45df1f0

Please sign in to comment.