diff --git a/poetry.lock b/poetry.lock index 8e0bb7a..04a8b60 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.2.1 and should not be changed by hand. [[package]] name = "beautifulsoup4" @@ -480,14 +480,14 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "typer" -version = "0.15.3" +version = "0.20.0" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" groups = ["main"] files = [ - {file = "typer-0.15.3-py3-none-any.whl", hash = "sha256:c86a65ad77ca531f03de08d1b9cb67cd09ad02ddddf4b34745b5008f43b239bd"}, - {file = "typer-0.15.3.tar.gz", hash = "sha256:818873625d0569653438316567861899f7e9972f2e6e0c16dab608345ced713c"}, + {file = "typer-0.20.0-py3-none-any.whl", hash = "sha256:5b463df6793ec1dca6213a3cf4c0f03bc6e322ac5e16e13ddd622a889489784a"}, + {file = "typer-0.20.0.tar.gz", hash = "sha256:1aaf6494031793e4876fb0bacfa6a912b551cf43c1e63c800df8b1a866720c37"}, ] [package.dependencies] @@ -543,4 +543,4 @@ six = "*" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "64f8cf2056dd83e10238bbd7b03c9f0792ff1e38c4981a0830fc59629cf7ec0a" +content-hash = "268f7d1825862fdf1cc04cea34fd7854dd3785700b2845743d81e416da42ff42" diff --git a/pyproject.toml b/pyproject.toml index b194f52..99a2049 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ beautifulsoup4 = "^4.13.4" requests = "^2.32.3" user-agent = "^0.1.10" sqlalchemy = "^2.0.40" -typer = "^0.15.3" +typer = "^0.20.0" rich = "^14.0.0" [tool.poetry.scripts]