diff --git a/poetry.lock b/poetry.lock index 6ab1840..2c55bb7 100644 --- a/poetry.lock +++ b/poetry.lock @@ -229,7 +229,7 @@ version = "8.3.1" description = "Composable command line interface toolkit" optional = false python-versions = ">=3.10" -groups = ["main", "dev"] +groups = ["dev"] files = [ {file = "click-8.3.1-py3-none-any.whl", hash = "sha256:981153a64e25f12d547d3426c367a4857371575ee7ad18df2a6183ab0545b2a6"}, {file = "click-8.3.1.tar.gz", hash = "sha256:12ff4785d337a1bb490bb7e9c2b1ee5da3112e94a8622f26a6c77f5d2fc6842a"}, @@ -1612,19 +1612,19 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0, [[package]] name = "typer" -version = "0.25.1" +version = "0.26.8" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "typer-0.25.1-py3-none-any.whl", hash = "sha256:75caa44ed46a03fb2dab8808753ffacdbfea88495e74c85a28c5eefcf5f39c89"}, - {file = "typer-0.25.1.tar.gz", hash = "sha256:9616eb8853a09ffeabab1698952f33c6f29ffdbceb4eaeecf571880e8d7664cc"}, + {file = "typer-0.26.8-py3-none-any.whl", hash = "sha256:3512ca79ac5c11113414b36e80281b872884477722440691c89d1112e321a49c"}, + {file = "typer-0.26.8.tar.gz", hash = "sha256:c244a6bd558886fe3f8780efb6bdd28bb9aff005a94eedebaa5cb32926fe2f7e"}, ] [package.dependencies] annotated-doc = ">=0.0.2" -click = ">=8.2.1" +colorama = {version = "*", markers = "platform_system == \"Windows\""} rich = ">=13.8.0" shellingham = ">=1.3.0" @@ -1781,4 +1781,4 @@ server = ["deltalake", "duckdb"] [metadata] lock-version = "2.1" python-versions = ">=3.11,<4" -content-hash = "d736c7f1b7d152a7057d0dcebbfc56460bdbf9de2e16c236325341191d8b0f43" +content-hash = "08ce42ea7139d625020d0a17fe4d5ef9870a5c7503d32a57410008794c361c29" diff --git a/pyproject.toml b/pyproject.toml index 09a0e7b..41a38ed 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ requires-python = ">=3.11,<4" dependencies = [ "pyarrow (>=23.0.0,<24.0.0)", - "typer (>=0.25.1)", + "typer (>=0.26.8)", "rich (>=10.0.0,<15.0.0)", "pandas (>=3.0.3,<4.0.0)", ]