diff --git a/pyproject.toml b/pyproject.toml index bec9c95..84cc8b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ python-dateutil = "^2.8.2" requests = "^2.31.0" rich = "^13.6.0" -tenacity = "^8.2.3" +tenacity = "^9.0.0" typer = "^0.12.0" [tool.poetry.group.dev.dependencies] diff --git a/requirements.txt b/requirements.txt index 369f21c..9a14ba9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ rich==13.7.1 ; python_version >= "3.10" and python_version < "4.0" 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.5.0 ; 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.3 ; 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.2 ; python_version >= "3.10" and python_version < "4.0"