From 41aad4d9275338099e2f4bed75ae60473e148265 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Jun 2026 03:23:02 +0000 Subject: [PATCH] chore(deps): update typer requirement from <=0.26.7 to <=0.26.8 Updates the requirements on [typer](https://github.com/fastapi/typer) to permit the latest version. - [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.0.2...0.26.8) --- updated-dependencies: - dependency-name: typer dependency-version: 0.26.8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7d50ae15..953bc2b4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "snakemake-wrapper-utils<=0.8.0", "snakemake>=9.12.0,<=9.14.5", "tracknado>=0.3.1,<1.0.0", - "typer<=0.26.7", + "typer<=0.26.8", "wget<=3.2", ]