From 5380084a0d1855e55b26aebf82b15dc72bbfaec7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 20:22:31 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20typer=20from=200.12.4=20to?= =?UTF-8?q?=200.13.0?= 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.0. - [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.0) --- 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..10071a6 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.0" 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.0-py3-none-any.whl", hash = "sha256:d85fe0b777b2517cc99c8055ed735452f2659cd45e451507c76f48ce5c1d00e2"}, + {file = "typer-0.13.0.tar.gz", hash = "sha256:f1c7198347939361eec90139ffa0fd8b3df3a2259d5852a0f7400e476d95985c"}, ] [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]