From 6f9c1f1b7c56862d8cedfd6d5c9f96f6e7dd9a29 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 20:50:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20typer=20from=200.12.4=20to?= =?UTF-8?q?=200.13.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [typer](https://github.com/fastapi/typer) from 0.12.4 to 0.13.1. - [Release notes](https://github.com/fastapi/typer/releases) - [Changelog](https://github.com/fastapi/typer/blob/master/docs/release-notes.md) - [Commits](https://github.com/fastapi/typer/compare/0.12.4...0.13.1) --- updated-dependencies: - dependency-name: typer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) 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]