diff --git a/pyproject.toml b/pyproject.toml index c249b11..eda9d76 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.9.0" +typer = "^0.10.0" [tool.poetry.group.dev.dependencies] nuitka = ">=1.8.5,<3.0.0" diff --git a/requirements.txt b/requirements.txt index 766ce84..c9890af 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.9.4 ; python_version >= "3.10" and python_version < "4.0" +typer==0.10.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"