diff --git a/pyproject.toml b/pyproject.toml index 8d4cc15..31c37c1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ python-dateutil = "^2.8.2" requests = "^2.31.0" rich = "^13.6.0" tenacity = "^8.5.0" -typer = "^0.12.0" +typer = "^0.13.0" [tool.poetry.group.dev.dependencies] nuitka = ">=1.8.5,<3.0.0" diff --git a/requirements.txt b/requirements.txt index bc6e21f..3d9ab6f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,6 @@ rich==13.9.2 ; python_version >= "3.10" and python_version < "4.0" six==1.16.0 ; python_version >= "3.10" and python_version < "4.0" soupsieve==2.6 ; python_version >= "3.10" and python_version < "4.0" tenacity==9.0.0 ; python_version >= "3.10" and python_version < "4.0" -typer==0.12.5 ; python_version >= "3.10" and python_version < "4.0" +typer==0.13.0 ; python_version >= "3.10" and python_version < "4.0" typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "4.0" urllib3==2.2.3 ; python_version >= "3.10" and python_version < "4.0"