From 01c6af8137c77fb1a8cc2cc3148e5720b9bc7745 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 09:40:41 +0000 Subject: [PATCH] pip(deps): update typer requirement from >=0.4.0 to >=0.23.2 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.4.0...0.23.2) --- updated-dependencies: - dependency-name: typer dependency-version: 0.23.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python_version/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python_version/requirements.txt b/python_version/requirements.txt index adbe8c1..e46b37f 100644 --- a/python_version/requirements.txt +++ b/python_version/requirements.txt @@ -7,7 +7,7 @@ biopython>=1.79 mdanalysis>=2.0.0 click>=8.0.1 rich>=10.0.0 -typer>=0.4.0 +typer>=0.23.2 pathlib>=1.0.1 python-dotenv>=0.19.0