diff --git a/poetry.lock b/poetry.lock index 52b56d3..32e5505 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2679,13 +2679,13 @@ test = ["argcomplete (>=3.0.3)", "mypy (>=1.7.0)", "pre-commit", "pytest (>=7.0, [[package]] name = "typer" -version = "0.12.4" +version = "0.13.1" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.7" files = [ - {file = "typer-0.12.4-py3-none-any.whl", hash = "sha256:819aa03699f438397e876aa12b0d63766864ecba1b579092cc9fe35d886e34b6"}, - {file = "typer-0.12.4.tar.gz", hash = "sha256:c9c1613ed6a166162705b3347b8d10b661ccc5d95692654d0fb628118f2c34e6"}, + {file = "typer-0.13.1-py3-none-any.whl", hash = "sha256:5b59580fd925e89463a29d363e0a43245ec02765bde9fb77d39e5d0f29dd7157"}, + {file = "typer-0.13.1.tar.gz", hash = "sha256:9d444cb96cc268ce6f8b94e13b4335084cef4c079998a9f4851a90229a3bd25c"}, ] [package.dependencies] @@ -2869,4 +2869,4 @@ standard = ["geopandas", "lonboard", "typer"] [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "151f1b3a43f2af37eb0cc328dc9b65efe195d04c58c65e2f93080e345666fe18" +content-hash = "cc089c20e5e9e885313e1a3ef126011dd502f4633e2370b63bd5ba55bdb18aad" diff --git a/pyproject.toml b/pyproject.toml index 3b457e8..f6bfdc2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ httpx = "^0.27.0" # optional dependencies lonboard = { version = "^0.9.3", optional = true } geopandas = { version = ">=0.13", optional = true } -typer = { extras = ["all"], version = "^0.12.4", optional = true } +typer = { extras = ["all"], version = ">=0.12.4,<0.14.0", optional = true } [tool.poetry.extras] @@ -74,7 +74,7 @@ geopandas = ">=0.13" pytest-asyncio = "^0.23.8" mkdocstrings = { extras = ["crystal", "python"], version = "^0.25.2" } lonboard = "^0.9.3" -typer = { extras = ["all"], version = "^0.12.4" } +typer = { extras = ["all"], version = ">=0.12.4,<0.14.0" } [tool.poetry.group.docs.dependencies]