diff --git a/pyproject.toml b/pyproject.toml index eda9d76..a3fdad8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ requests = "^2.31.0" rich = "^13.6.0" tenacity = "^8.2.3" -typer = "^0.10.0" +typer = "^0.11.0" [tool.poetry.group.dev.dependencies] nuitka = ">=1.8.5,<3.0.0" diff --git a/requirements.txt b/requirements.txt index c9890af..e2f6f47 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,6 @@ six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" soupsieve==2.5 ; python_version >= "3.10" and python_version < "4.0" tenacity==8.2.3 ; python_version >= "3.10" and python_version < "4.0" -typer==0.10.0 ; python_version >= "3.10" and python_version < "4.0" +typer==0.11.0 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.10.0 ; python_version >= "3.10" and python_version < "4.0" urllib3==2.1.0 ; python_version >= "3.10" and python_version < "4.0"