From bb9d09d2abb0ab81680a4a9d02dabcdc4a7cad95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 02:34:55 +0000 Subject: [PATCH] chore(deps): bump typer from 0.24.1 to 0.25.1 Bumps [typer](https://github.com/fastapi/typer) from 0.24.1 to 0.25.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.24.1...0.25.1) --- updated-dependencies: - dependency-name: typer dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index ee43e32..fc00f2b 100644 --- a/poetry.lock +++ b/poetry.lock @@ -948,20 +948,20 @@ test = ["pyshacl", "pytest", "tzdata"] [[package]] name = "typer" -version = "0.24.1" +version = "0.25.1" description = "Typer, build great CLIs. Easy to code. Based on Python type hints." optional = false python-versions = ">=3.10" groups = ["main"] files = [ - {file = "typer-0.24.1-py3-none-any.whl", hash = "sha256:112c1f0ce578bfb4cab9ffdabc68f031416ebcc216536611ba21f04e9aa84c9e"}, - {file = "typer-0.24.1.tar.gz", hash = "sha256:e39b4732d65fbdcde189ae76cf7cd48aeae72919dea1fdfc16593be016256b45"}, + {file = "typer-0.25.1-py3-none-any.whl", hash = "sha256:75caa44ed46a03fb2dab8808753ffacdbfea88495e74c85a28c5eefcf5f39c89"}, + {file = "typer-0.25.1.tar.gz", hash = "sha256:9616eb8853a09ffeabab1698952f33c6f29ffdbceb4eaeecf571880e8d7664cc"}, ] [package.dependencies] annotated-doc = ">=0.0.2" click = ">=8.2.1" -rich = ">=12.3.0" +rich = ">=13.8.0" shellingham = ">=1.3.0" [[package]] @@ -1025,4 +1025,4 @@ test = ["pytest", "pytest-cov"] [metadata] lock-version = "2.1" python-versions = "^3.11" -content-hash = "f1bf70b6584a7e19b229465f29027d0ae87747b7f1ca600bc638c242ab688145" +content-hash = "f3d615c38e589448276a56409689bf93d9d791869c0298fc284b8b80dff983e6" diff --git a/pyproject.toml b/pyproject.toml index 972e999..d7889bf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ repository = "https://github.com/Lab700xOrg/aisbom" urls = { "Homepage" = "https://www.aisbom.io/" } [tool.poetry.dependencies] python = "^3.11" -typer = {extras = ["all"], version = ">=0.12.5,<0.25.0"} +typer = {extras = ["all"], version = ">=0.12.5,<0.26.0"} rich = ">=13.7.1,<15.0.0" cyclonedx-python-lib = ">=8.5,<12.0" pip-requirements-parser = "^32.0.1"