Skip to content

Commit c1ef3d9

Browse files
fix(deps): update dependency typer to v0.16.0
1 parent 7b8a6cb commit c1ef3d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ python-dateutil = "^2.8.2"
1919
requests = "^2.31.0"
2020
rich = "^13.6.0"
2121
tenacity = "^8.5.0"
22-
typer = "^0.12.0"
22+
typer = "^0.16.0"
2323

2424
[tool.poetry.group.dev.dependencies]
2525
nuitka = ">=1.8.5,<3.0.0"

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ rich==13.9.2 ; python_version >= "3.10" and python_version < "4.0"
1616
six==1.16.0 ; python_version >= "3.10" and python_version < "4.0"
1717
soupsieve==2.6 ; python_version >= "3.10" and python_version < "4.0"
1818
tenacity==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.16.0 ; python_version >= "3.10" and python_version < "4.0"
2020
typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "4.0"
2121
urllib3==2.2.3 ; python_version >= "3.10" and python_version < "4.0"

0 commit comments

Comments
 (0)