diff --git a/requirements.txt b/requirements.txt index 3619a799..505ab073 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,6 +5,6 @@ importlib-metadata==4.12.0; python_version < "3.8" pygments==2.13.0; python_full_version >= "3.6.2" and python_full_version < "4.0.0" and python_version >= "3.6" rich==10.16.2; python_full_version >= "3.6.2" and python_full_version < "4.0.0" shellingham==1.5.4; python_version >= "3.6" -typer==0.9.0; python_version >= "3.6" +typer==0.12.0; python_version >= "3.6" typing-extensions==4.3.0; python_version >= "3.7" and python_version < "3.8" and python_full_version >= "3.6.2" and python_full_version < "4.0.0" zipp==3.8.1; python_version >= "3.7" and python_version < "3.8"