diff --git a/requirements.txt b/requirements.txt index 837ecb6..0203524 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ colorama==0.4.5; python_version >= "3.7" and python_full_version < "3.0.0" and p commonmark==0.9.1; python_full_version >= "3.6.3" and python_full_version < "4.0.0" and python_version >= "3.6" pygments==2.12.0; python_full_version >= "3.6.3" and python_full_version < "4.0.0" and python_version >= "3.6" rich==12.5.1; python_full_version >= "3.6.3" and python_full_version < "4.0.0" -shellingham==1.5.0; python_version >= "3.6" +shellingham==1.5.0.post1; python_version >= "3.6" typer==0.6.1; python_version >= "3.6"