diff --git a/pyproject.toml b/pyproject.toml index a3fdad8..6f1a09c 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.11.0" +typer = "^0.12.0" [tool.poetry.group.dev.dependencies] nuitka = ">=1.8.5,<3.0.0" diff --git a/requirements.txt b/requirements.txt index cc2d34d..88db17a 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.11.1 ; python_version >= "3.10" and python_version < "4.0" +typer==0.12.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"