From 30ab97fc450ae5af9f58cf3e5770ce609cba9745 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Mar 2023 11:42:32 +0000 Subject: [PATCH] fix(deps): pin dependency typer to 0.7.0 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 678d4b74..73a7f120 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3122,4 +3122,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = ">=3.8,<3.12" -content-hash = "83b567236e3a119e01748f9173ee5c1466f3570bad669b09f5aa4cbae1c89486" +content-hash = "1bb87deba0c58afd0bc928d769bfd1790107706e3761a50de5cc6ee5c1fc4bc5" diff --git a/pyproject.toml b/pyproject.toml index b72f571a..4e5e0772 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -67,7 +67,7 @@ distlib = "0.3.6" importlib-metadata = { version = "==5.2.0", python = '<3.10' } micropython-stubber = "==1.13.1.post1" libcst = "0.4.9" -typer = {version = "^0.7.0", extras = ["all"]} +typer = {version = "0.7.0", extras = ["all"]} [tool.poetry.group.dev.dependencies] bump2version = "^0.5.11"