diff --git a/poetry.lock b/poetry.lock index 8e0bb7a..598baeb 100644 --- a/poetry.lock +++ b/poetry.lock @@ -480,18 +480,18 @@ sqlcipher = ["sqlcipher3_binary"] [[package]] name = "typer" -version = "0.15.3" +version = "0.15.4" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" 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.15.4-py3-none-any.whl", hash = "sha256:eb0651654dcdea706780c466cf06d8f174405a659ffff8f163cfbfee98c0e173"}, + {file = "typer-0.15.4.tar.gz", hash = "sha256:89507b104f9b6a0730354f27c39fae5b63ccd0c95b1ce1f1a6ba0cfd329997c3"}, ] [package.dependencies] -click = ">=8.0.0" +click = ">=8.0.0,<8.2" rich = ">=10.11.0" shellingham = ">=1.3.0" typing-extensions = ">=3.7.4.3" @@ -543,4 +543,4 @@ six = "*" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "64f8cf2056dd83e10238bbd7b03c9f0792ff1e38c4981a0830fc59629cf7ec0a" +content-hash = "8ca19f870570bbc79cdb696bba44b4257dd254fd1a0d6631538128aed08bfc01" diff --git a/pyproject.toml b/pyproject.toml index b194f52..6de352d 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.15.4" rich = "^14.0.0" [tool.poetry.scripts]