Skip to content

Commit

Permalink
Merge pull request #13834 from hristog/fix-history-browsing-bug
Browse files Browse the repository at this point in the history
Pin minimum prompt-toolkit to 3.0.11
  • Loading branch information
Carreau committed Nov 28, 2022
2 parents 40a524f + cfb05c7 commit 4ea7a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -37,7 +37,7 @@ install_requires =
matplotlib-inline
pexpect>4.3; sys_platform != "win32"
pickleshare
prompt_toolkit>3.0.1,<3.1.0
prompt_toolkit>=3.0.11,<3.1.0
pygments>=2.4.0
stack_data
traitlets>=5
Expand Down

0 comments on commit 4ea7a41

Please sign in to comment.