From ec698080e304a174615b7fe457a7c579fe6ccfd2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 23:04:26 +0000 Subject: [PATCH] build(deps): bump pib-cli from 0.1.0 to 1.2.0 Bumps [pib-cli](https://github.com/niall-byrne/pib_cli) from 0.1.0 to 1.2.0. - [Release notes](https://github.com/niall-byrne/pib_cli/releases) - [Commits](https://github.com/niall-byrne/pib_cli/compare/v0.1.0...v1.2.0) --- updated-dependencies: - dependency-name: pib-cli dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78fee79..1ba0219 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ [tool.poetry.dependencies.pib_cli] extras = ["docs", "types"] optional = true - version = "0.1.4" + version = "1.2.0" [tool.poetry.dependencies.sphinx-autodoc-typehints] optional = true