File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ python-dateutil = "^2.8.2"
1919requests = " ^2.31.0"
2020rich = " ^13.6.0"
2121tenacity = " ^8.5.0"
22- typer = " ^0.12 .0"
22+ typer = " ^0.15 .0"
2323
2424[tool .poetry .group .dev .dependencies ]
2525nuitka = " >=1.8.5,<3.0.0"
Original file line number Diff line number Diff line change @@ -16,6 +16,6 @@ rich==13.9.2 ; python_version >= "3.10" and python_version < "4.0"
1616six == 1.16.0 ; python_version >= "3.10" and python_version < "4.0"
1717soupsieve == 2.6 ; python_version >= "3.10" and python_version < "4.0"
1818tenacity == 9.0.0 ; python_version >= "3.10" and python_version < "4.0"
19- typer == 0.12.5 ; python_version >= "3.10" and python_version < "4.0"
19+ typer == 0.15.4 ; python_version >= "3.10" and python_version < "4.0"
2020typing-extensions == 4.12.2 ; python_version >= "3.10" and python_version < "4.0"
2121urllib3 == 2.2.3 ; python_version >= "3.10" and python_version < "4.0"
You can’t perform that action at this time.
0 commit comments